File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments