feat(backend,clerk-sdk-node): Drop create sms endpoint#2165
Conversation
🦋 Changeset detectedLatest commit: c76832e The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
a890c6d to
ca21b16
Compare
nikosdouvlis
left a comment
There was a problem hiding this comment.
@Nikpolik This looks good to me :)
If we haven't done that already, we need to add deprecation warnings to the methods in the release/v4 branch as well, letting our users know that these endpoints will be removed.
ca21b16 to
1c4cfa1
Compare
|
@nikosdouvlis I added dba09d9 and will cherry pick this commit to release/v4 after merging! |
65d07ee to
6a6b1cc
Compare
|
|
||
| Deprecate `createSMSMessage` and `SMSMessageApi` from `clerkClient`. | ||
|
|
||
| The equivalent `/sms_messages` Backend API endpoint will also be dropped in the future, since this feature will no longer be available for new instances. |
There was a problem hiding this comment.
| The equivalent `/sms_messages` Backend API endpoint will also be dropped in the future, since this feature will no longer be available for new instances. | |
| The `/sms_messages` Backend API endpoint will also be dropped in the future since this feature will no longer be available for new Clerk instances. |
There was a problem hiding this comment.
@SokratisVidros I had enabled auto merge from yesterday and did not get a chance to update the copyright 😓
There was a problem hiding this comment.
Its updated in #2184 which is for v4 release
This feature is beeing dropped from the Backend API. For a brief period it will still be available for instances that have used it in the past 7 days (13-11-2023 to 20-11-2023). New instances will get a 403 forbidden response if they try to access it.
6a6b1cc to
c76832e
Compare
* feat(backend): Deprecate createSMSMessage * feat(backend,clerk-sdk-node): Drop create sms endpoint This feature is beeing dropped from the Backend API. For a brief period it will still be available for instances that have used it in the past 7 days (13-11-2023 to 20-11-2023). New instances will get a 403 forbidden response if they try to access it.
Remove
createSmsfunctions from@clerk/backendand@clerk/sdk-node.The equivalent
/sms_messagesBackend API endpoint will also be dropped in the future, since this feature will no longer be available for new instances.For a brief period it will still be accessible for instances that have used it in the past 7
days (13-11-2023 to 20-11-2023).
New instances will get a 403 forbidden response if they try to access it.