Skip to content

gatsby-plugin-clerk@5.0.0-alpha-v5.0

Pre-release
Pre-release

Choose a tag to compare

@clerk-cookie clerk-cookie released this 06 Nov 15:59
· 5092 commits to main since this release
d64a75e

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_KEY instead of CLERK_API_KEY env variable
    • use secretKey instead of apiKey
    • use GATSBY_CLERK_PUBLISHABLE_KEY instead of GATSBY_CLERK_FRONTEND_API env variable
    • use publishableKey instead of frontendApi
  • Dropping support for Node 14 and 16 as they both reached EOL status. The minimal Node.js version required by Clerk is 18.18.0 now. (#1864) by @dimkl

Patch Changes