Version Packages (alpha-v5)#2369
Merged
Merged
Conversation
accb838 to
71ac60b
Compare
dimkl
approved these changes
Dec 18, 2023
1b21e79 to
f90b36c
Compare
f90b36c to
e393f56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@clerk/backend@1.0.0-alpha-v5.10
Major Changes
Change return value of
verifyToken()from@clerk/backendto{ data, error}. (#2377) by @dimklTo replicate the current behaviour use this:
Change return values of
signJwt,hasValidSignature,decodeJwt,verifyJwt(#2377) by @dimklto return
{ data, error }. Example of keeping the same behavior using those utilities:Changes in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2364) by @dimkl@clerk/backend/jwt:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in
@clerk/backendexports: (#2362) by @dimkldeserializehelper/errorssubpath export, eg:Minor Changes
@clerk/backendfor Node by using .mjs for #crypto subpath import (#2360) by @dimklPatch Changes
Update the handshake flow to only trigger for document requests. (#2352) by @BRKalow
Updated dependencies [
5f58a2274]:@clerk/chrome-extension@1.0.0-alpha-v5.11
Major Changes
Patch Changes
2a67f729d,e7414cb3f,5f58a2274,5f58a2274]:@clerk/clerk-js@5.0.0-alpha-v5.11
Major Changes
Remove hashing and third-party cookie functionality related to development instance session syncing in favor of URL-based session syncing with query parameters. (#2367) by @tmilewski
buildUrlWithAuthno longer accepts anoptionsargument. (#2367) by @tmilewskiPatch Changes
Remove legacy roles fallback (#2385) by @panteliselef
After the release of Custom Roles, roles should always be dynamically fetched.
Updated dependencies [
5f58a2274,a9fe242be,5f58a2274,a9fe242be]:@clerk/fastify@1.0.0-alpha-v5.12
Major Changes
Changes in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Patch Changes
a9fe242be,5f58a2274,1e98187b4,d08ec6d8f,a9fe242be,5f58a2274,a9fe242be,0ec3a146c,1ad910eb9,f58a9949b,9b02c1aae]:gatsby-plugin-clerk@5.0.0-alpha-v5.12
Major Changes
Changes in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Patch Changes
2a67f729d,a9fe242be,9b02c1aae,1e98187b4,d08ec6d8f,5f58a2274,5f58a2274,a9fe242be,0ec3a146c,1ad910eb9,f58a9949b,9b02c1aae,a86a5fc3f]:@clerk/nextjs@5.0.0-alpha-v5.12
Major Changes
Remove hashing and third-party cookie functionality related to development instance session syncing in favor of URL-based session syncing with query parameters. (#2367) by @tmilewski
Change return values of
signJwt,hasValidSignature,decodeJwt,verifyJwt(#2377) by @dimklto return
{ data, error }. Example of keeping the same behavior using those utilities:Changes in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2364) by @dimkl@clerk/backend/jwt:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in
@clerk/backendexports: (#2362) by @dimkldeserializehelper/errorssubpath export, eg:Use
NEXT_PUBLIC_CLERK_JS_URLinstead ofNEXT_PUBLIC_CLERK_JSto pin a specific @clerk/clerk-js version. (#2374) by @SokratisVidrosPatch Changes
2a67f729d,a9fe242be,1e98187b4,d08ec6d8f,5f58a2274,5f58a2274,a9fe242be,0ec3a146c,1ad910eb9,f58a9949b,9b02c1aae]:@clerk/clerk-react@5.0.0-alpha-v5.11
Major Changes
Replace the
signOutCallbackprop on the<SignOutButton />withredirectUrl. This aligns the API surface with other UI components provided by@clerk/clerk-react. (#2348) by @LekoArtsIf you previously used the
signOutCallbackprop to navigate to another page, you can migrate as shown below.Before:
After:
Remove hashing and third-party cookie functionality related to development instance session syncing in favor of URL-based session syncing with query parameters. (#2367) by @tmilewski
buildUrlWithAuthno longer accepts anoptionsargument. (#2367) by @tmilewskiPatch Changes
5f58a2274,a9fe242be,5f58a2274,a9fe242be]:@clerk/remix@4.0.0-alpha-v5.12
Major Changes
Update
@clerk/remix'srootAuthLoaderandgetAuthhelpers to handle handshake auth status, this replaces the previous interstitial flow. As a result of this, theClerkErrorBoundaryis no longer necessary and has been removed. (#2380) by @BRKalowTo migrate, remove usage of
ClerkErrorBoundary:Changes in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Patch Changes
2a67f729d,a9fe242be,1e98187b4,d08ec6d8f,5f58a2274,5f58a2274,a9fe242be,0ec3a146c,1ad910eb9,f58a9949b,9b02c1aae]:@clerk/clerk-sdk-node@5.0.0-alpha-v5.10
Major Changes
Drop all pre-instantiated Backend API resources (
allowlistIdentifiers,clients,emailAddresses,emails,invitations,organizations,phoneNumbers,redirectUrls,sessions,signInTokens,users,domains). Use theclerkClientimport instead. (#2362) by @dimklChanges in exports of
@clerk/backend: (#2363) by @dimkl@clerk/backend/internal:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2365) by @dimklgatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in exports of
@clerk/backend: (#2364) by @dimkl@clerk/backend/jwt:gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.Changes in
@clerk/backendexports: (#2362) by @dimkldeserializehelper/errorssubpath export, eg:Minor Changes
Clerkin case of using default clerkClient from@clerk/clerk-sdk-nodewithout secretKey caused by replaced import. (#2368) by @dimklPatch Changes
a9fe242be,1e98187b4,d08ec6d8f,5f58a2274,a9fe242be,0ec3a146c,1ad910eb9,f58a9949b,9b02c1aae]:@clerk/shared@2.0.0-alpha-v5.7
Major Changes
@clerk/types@4.0.0-alpha-v5.11
Major Changes
Remove
BuildUrlWithAuthParamstype (#2367) by @tmilewskiAuthConfigResourceno longer has aurlBasedSessionSyncingpropertybuildUrlWithAuthno longer accepts anoptionsargument ofBuildUrlWithAuthParams.Remove hashing and third-party cookie functionality related to development instance session syncing in favor of URL-based session syncing with query parameters. (#2367) by @tmilewski
Change return values of
signJwt,hasValidSignature,decodeJwt,verifyJwt(#2377) by @dimklto return
{ data, error }. Example of keeping the same behavior using those utilities:Minor Changes
ResultWithErrortype in@clerk/types(#2377) by @dimkl@clerk/clerk-expo@1.0.0-alpha-v5.11
Patch Changes
2a67f729d,e7414cb3f,5f58a2274,5f58a2274]:@clerk/elements@0.0.2-alpha-v5.0
Patch Changes
2a67f729d,5f58a2274,5f58a2274]: