From f95ab260e44c4d85469822e2b5351cf5710214bc Mon Sep 17 00:00:00 2001 From: Dimitris Klouvas Date: Thu, 26 Oct 2023 11:08:55 -0700 Subject: [PATCH] chore(repo): Add changeset [WIP] --- .changeset/silly-poems-tease.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .changeset/silly-poems-tease.md 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