-
Notifications
You must be signed in to change notification settings - Fork 406
feat(backend,clerk-sdk-node): Drop create sms endpoint #2165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| '@clerk/clerk-sdk-node': patch | ||
| '@clerk/backend': patch | ||
| --- | ||
|
|
||
| Remove createSms functions from @clerk/backend and @clerk/sdk-node. | ||
|
|
||
| The equivalent /sms_messages Backend API endpoint will also 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. | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,12 @@ | ||||||
| --- | ||||||
| '@clerk/backend': minor | ||||||
| --- | ||||||
|
|
||||||
| 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. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SokratisVidros I had enabled auto merge from yesterday and did not get a chance to update the copyright 😓
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Its updated in #2184 which is for v4 release |
||||||
|
|
||||||
| 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. | ||||||
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.