gatsby-plugin-clerk@5.0.0-alpha-v5.0
Pre-release
Pre-release
·
5092 commits
to main
since this release
Major Changes
-
Internal update default apiUrl domain from clerk.dev to clerk.com (#1878) by @dimkl
-
Drop deprecations. Migration steps: (#1992) by @dimkl
- use
CLERK_SECRET_KEYinstead ofCLERK_API_KEYenv variable - use
secretKeyinstead ofapiKey - use
GATSBY_CLERK_PUBLISHABLE_KEYinstead ofGATSBY_CLERK_FRONTEND_APIenv variable - use
publishableKeyinstead offrontendApi
- use
-
Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is
18.18.0now. (#1864) by @dimkl
Patch Changes
-
Improve the default value for
CLERK_API_URLby utilizing the publishable key to differentiate between local, staging and prod environments. (#1955) by @desiprisg -
Updated dependencies [
ef2325dcc,8b6b094b9,71663c568,90aa2ea9c,a605335e1,ae3a6683a,c22cd5214,c7e6d00f5,797e327e0,97407d8aa,f5d55bb1f,a605335e1]:- @clerk/clerk-sdk-node@5.0.0-alpha-v5.0
- @clerk/backend@1.0.0-alpha-v5.0
- @clerk/clerk-react@5.0.0-alpha-v5.0