Skip to content

Commit 526a49c

Browse files
committed
chore(repo): Add changeset
1 parent 530dbe2 commit 526a49c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.changeset/silly-poems-tease.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
'@clerk/backend': major
3+
---
4+
5+
Drop deprecated properties. Migration steps:
6+
- use `createClerkClient` instead of `__unstable_options`
7+
- use `publishableKey` instead of `frontendApi`
8+
- use `clockSkewInMs` instead of `clockSkewInSeconds`
9+
- use `apiKey` instead of `secretKey`
10+
- drop `httpOptions`
11+
- use `*.image` instead of
12+
- `ExternalAccount.picture`
13+
- `ExternalAccountJSON.avatar_url`
14+
- `Organization.logoUrl`
15+
- `OrganizationJSON.logo_url`
16+
- `User.profileImageUrl`
17+
- `UserJSON.profile_image_url`
18+
- `OrganizationMembershipPublicUserData.profileImageUrl`
19+
- `OrganizationMembershipPublicUserDataJSON.profile_image_url`
20+
- drop `pkgVersion`
21+
- use `Organization.getOrganizationInvitationList` with // TODO
22+
- drop `orgs` claim (if required, can be manually added by using `user.organizations` in a jwt template)
23+
24+
Internal changes:
25+
- replaced error enum (and it's) `SetClerkSecretKeyOrAPIKey` with `SetClerkSecretKey`

0 commit comments

Comments
 (0)