Releases: clerk/javascript
Release list
@clerk/hono@0.1.51
@clerk/fastify@3.1.51
@clerk/express@2.1.41
@clerk/expo@3.7.5
Patch Changes
-
Bump the bundled
clerk-androidSDK (clerk-android-apiandclerk-android-ui) from1.0.35to1.0.36. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.36. (#9152) by @clerk-cookie -
Bump the bundled
clerk-iosSDK from1.3.1to1.3.2. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.3.2. (#9151) by @clerk-cookie -
Updated dependencies [
d8fc1d7,1d0e78c]:- @clerk/clerk-js@6.25.3
- @clerk/shared@4.25.3
- @clerk/react@6.12.3
@clerk/expo-passkeys@1.2.4
@clerk/electron@0.0.13
@clerk/clerk-js@6.25.3
Patch Changes
-
Fail fast when the Clerk Frontend API (FAPI) is slow or unreachable during load. The client request and the load-recovery token mint are now bounded by a timeout, and the timed-out client request is aborted instead of being left in flight. A cold
Clerk.load()renders identity from a freshly minted session token (falling back to the session cookie if the mint fails) in seconds instead of hanging while retries run. After a degraded load, the client is re-fetched in the background without a time limit, so a slow-but-healthy origin recovers full client data (user profile, other sessions) without a reload. Also fixes hooks likeuseUser()keeping the cookie-derived stub user after full user data arrives. Adds atimeLimitutility to@clerk/shared/utilsthat optionally aborts anAbortControlleron timeout. (#9065) by @nikosdouvlis -
Updated dependencies [
d8fc1d7,1d0e78c]:- @clerk/shared@4.25.3