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.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@clerk/[email protected]
Major Changes
Change return value of
verifyToken()
from@clerk/backend
to{ 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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.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/remix
packages.Changes in
@clerk/backend
exports: (#2362) by @dimkldeserialize
helper/errors
subpath export, eg:Minor Changes
@clerk/backend
for 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/[email protected]
Major Changes
Patch Changes
2a67f729d
,e7414cb3f
,5f58a2274
,5f58a2274
]:@clerk/[email protected]
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
buildUrlWithAuth
no longer accepts anoptions
argument. (#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/[email protected]
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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.Patch Changes
a9fe242be
,5f58a2274
,1e98187b4
,d08ec6d8f
,a9fe242be
,5f58a2274
,a9fe242be
,0ec3a146c
,1ad910eb9
,f58a9949b
,9b02c1aae
]:[email protected]
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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.Patch Changes
2a67f729d
,a9fe242be
,9b02c1aae
,1e98187b4
,d08ec6d8f
,5f58a2274
,5f58a2274
,a9fe242be
,0ec3a146c
,1ad910eb9
,f58a9949b
,9b02c1aae
,a86a5fc3f
]:@clerk/[email protected]
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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.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/remix
packages.Changes in
@clerk/backend
exports: (#2362) by @dimkldeserialize
helper/errors
subpath export, eg:Use
NEXT_PUBLIC_CLERK_JS_URL
instead ofNEXT_PUBLIC_CLERK_JS
to pin a specific @clerk/clerk-js version. (#2374) by @SokratisVidrosPatch Changes
2a67f729d
,a9fe242be
,1e98187b4
,d08ec6d8f
,5f58a2274
,5f58a2274
,a9fe242be
,0ec3a146c
,1ad910eb9
,f58a9949b
,9b02c1aae
]:@clerk/[email protected]
Major Changes
Replace the
signOutCallback
prop 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
signOutCallback
prop 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
buildUrlWithAuth
no longer accepts anoptions
argument. (#2367) by @tmilewskiPatch Changes
5f58a2274
,a9fe242be
,5f58a2274
,a9fe242be
]:@clerk/[email protected]
Major Changes
Update
@clerk/remix
'srootAuthLoader
andgetAuth
helpers to handle handshake auth status, this replaces the previous interstitial flow. As a result of this, theClerkErrorBoundary
is 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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.Patch Changes
2a67f729d
,a9fe242be
,1e98187b4
,d08ec6d8f
,5f58a2274
,5f58a2274
,a9fe242be
,0ec3a146c
,1ad910eb9
,f58a9949b
,9b02c1aae
]:@clerk/[email protected]
Major Changes
Drop all pre-instantiated Backend API resources (
allowlistIdentifiers
,clients
,emailAddresses
,emails
,invitations
,organizations
,phoneNumbers
,redirectUrls
,sessions
,signInTokens
,users
,domains
). Use theclerkClient
import 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/remix
packages.Changes in exports of
@clerk/backend
: (#2365) by @dimklgatsby-plugin-clerk
,@clerk/clerk-sdk-node
,@clerk/backend
,@clerk/fastify
,@clerk/nextjs
,@clerk/remix
packages.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/remix
packages.Changes in
@clerk/backend
exports: (#2362) by @dimkldeserialize
helper/errors
subpath export, eg:Minor Changes
Clerk
in case of using default clerkClient from@clerk/clerk-sdk-node
without secretKey caused by replaced import. (#2368) by @dimklPatch Changes
a9fe242be
,1e98187b4
,d08ec6d8f
,5f58a2274
,a9fe242be
,0ec3a146c
,1ad910eb9
,f58a9949b
,9b02c1aae
]:@clerk/[email protected]
Major Changes
@clerk/[email protected]
Major Changes
Remove
BuildUrlWithAuthParams
type (#2367) by @tmilewskiAuthConfigResource
no longer has aurlBasedSessionSyncing
propertybuildUrlWithAuth
no longer accepts anoptions
argument 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
ResultWithError
type in@clerk/types
(#2377) by @dimkl@clerk/[email protected]
Patch Changes
2a67f729d
,e7414cb3f
,5f58a2274
,5f58a2274
]:@clerk/[email protected]
Patch Changes
2a67f729d
,5f58a2274
,5f58a2274
]: