diff --git a/.changeset/silly-poems-tease.md b/.changeset/silly-poems-tease.md new file mode 100644 index 0000000000..f30f558f94 --- /dev/null +++ b/.changeset/silly-poems-tease.md @@ -0,0 +1,16 @@ +--- +'@clerk/backend': major +--- + +Drop deprecated properties. Migration steps: +- remove `InterstitialAPI` and `remotePrivateInterstitial` +- use `createClerkClient` instead of `__unstable_options` +- replace `publishableKey` with `frontendApi` +- replace `clockSkewInMs` with `clockSkewInSeconds` +- replace `apiKey` with `secretKey` +- replace `SetClerkSecretKeyOrAPIKey` enum with `SetClerkSecretKey` +- remove `httpOptions` +- replace `image` with // TODO +- remove `pkgVersion` +- replace `Organization.getOrganizationInvitationList` with // TODO +- removed `orgs` claim (add it manually by adding `user.organizations` in a jwt template) \ No newline at end of file