Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clerkjs-fail-fast-slow-origin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/monotonic-session-token-guard.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/agent-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clerk/agent-toolkit

## 0.2.34

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/types@4.101.26

## 0.2.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/agent-toolkit",
"version": "0.2.33",
"version": "0.2.34",
"description": "Clerk Toolkit for AI Agents",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clerk/astro

## 2.17.14

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/types@4.101.26

## 2.17.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/astro",
"version": "2.17.13",
"version": "2.17.14",
"description": "Clerk SDK for Astro",
"keywords": [
"auth",
Expand Down
8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.33.6

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/types@4.101.26

## 2.33.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/backend",
"version": "2.33.5",
"version": "2.33.6",
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
"homepage": "https://clerk.com/",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions packages/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.9.21

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2), [`eb83759`](https://github.com/clerk/javascript/commit/eb83759b8db8e6b4293cc79082df29edbaf066d3)]:
- @clerk/clerk-js@5.127.1
- @clerk/shared@3.47.8
- @clerk/clerk-react@5.61.9

## 2.9.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/chrome-extension",
"version": "2.9.20",
"version": "2.9.21",
"description": "Clerk SDK for Chrome extensions",
"keywords": [
"auth",
Expand Down
12 changes: 12 additions & 0 deletions packages/clerk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 5.127.1

### 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 like `useUser()` keeping the cookie-derived stub user after full user data arrives. Adds a `timeLimit` utility to `@clerk/shared/utils` that optionally aborts an `AbortController` on timeout. ([#9123](https://github.com/clerk/javascript/pull/9123)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Prevent a staler session token from overwriting a fresher one on the same tab. Freshness is ranked by the JWT `oiat` header, then `iat`; tokens without `oiat` always pass through. ([#9090](https://github.com/clerk/javascript/pull/9090)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/localizations@3.37.8

## 5.127.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clerk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-js",
"version": "5.127.0",
"version": "5.127.1",
"description": "Clerk JS library",
"keywords": [
"clerk",
Expand Down
9 changes: 9 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @clerk/elements

## 0.24.19

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/clerk-react@5.61.9
- @clerk/types@4.101.26

## 0.24.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/elements",
"version": "0.24.18",
"version": "0.24.19",
"description": "Clerk Elements",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/expo-passkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @clerk/expo-passkeys

## 0.4.45

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8

## 0.4.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-passkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/expo-passkeys",
"version": "0.4.44",
"version": "0.4.45",
"description": "Passkeys library to be used with Clerk for expo",
"keywords": [
"react-native",
Expand Down
10 changes: 10 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.19.42

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2), [`eb83759`](https://github.com/clerk/javascript/commit/eb83759b8db8e6b4293cc79082df29edbaf066d3)]:
- @clerk/clerk-js@5.127.1
- @clerk/shared@3.47.8
- @clerk/clerk-react@5.61.9
- @clerk/types@4.101.26

## 2.19.41

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-expo",
"version": "2.19.41",
"version": "2.19.42",
"description": "Clerk React Native/Expo library",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.7.82

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/types@4.101.26

## 1.7.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/express",
"version": "1.7.81",
"version": "1.7.82",
"description": "Clerk server SDK for usage with Express",
"keywords": [
"clerk",
Expand Down
9 changes: 9 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.6.34

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/types@4.101.26

## 2.6.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/fastify",
"version": "2.6.33",
"version": "2.6.34",
"description": "Clerk SDK for Fastify",
"keywords": [
"auth",
Expand Down
7 changes: 7 additions & 0 deletions packages/localizations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.37.8

### Patch Changes

- Updated dependencies []:
- @clerk/types@4.101.26

## 3.37.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/localizations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/localizations",
"version": "3.37.7",
"version": "3.37.8",
"description": "Localizations for the Clerk components",
"keywords": [
"react",
Expand Down
10 changes: 10 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 6.39.6

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/clerk-react@5.61.9
- @clerk/types@4.101.26

## 6.39.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nextjs",
"version": "6.39.5",
"version": "6.39.6",
"description": "Clerk SDK for NextJS",
"keywords": [
"clerk",
Expand Down
10 changes: 10 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @clerk/nuxt

## 1.13.32

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/types@4.101.26
- @clerk/vue@1.17.24

## 1.13.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/nuxt",
"version": "1.13.31",
"version": "1.13.32",
"description": "Clerk SDK for Nuxt",
"keywords": [
"clerk",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.4.16

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/clerk-react@5.61.9
- @clerk/types@4.101.26

## 2.4.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/react-router",
"version": "2.4.15",
"version": "2.4.16",
"description": "Clerk SDK for React Router",
"keywords": [
"clerk",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.61.9

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8

## 5.61.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/clerk-react",
"version": "5.61.8",
"version": "5.61.9",
"description": "Clerk React library",
"keywords": [
"clerk",
Expand Down
10 changes: 10 additions & 0 deletions packages/remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.13.49

### Patch Changes

- Updated dependencies [[`4093b03`](https://github.com/clerk/javascript/commit/4093b03dc1227b253da17582d6ed27f9d189d1b2)]:
- @clerk/shared@3.47.8
- @clerk/backend@2.33.6
- @clerk/clerk-react@5.61.9
- @clerk/types@4.101.26

## 4.13.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clerk/remix",
"version": "4.13.48",
"version": "4.13.49",
"description": "Clerk SDK for Remix",
"keywords": [
"clerk",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.47.8

### 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 like `useUser()` keeping the cookie-derived stub user after full user data arrives. Adds a `timeLimit` utility to `@clerk/shared/utils` that optionally aborts an `AbortController` on timeout. ([#9123](https://github.com/clerk/javascript/pull/9123)) by [@nikosdouvlis](https://github.com/nikosdouvlis)

## 3.47.7

### Patch Changes
Expand Down
Loading
Loading