Skip to content

Commit 7b70aaa

Browse files
ci(repo): Version packages
1 parent 305f4ee commit 7b70aaa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+248
-62
lines changed

.changeset/fix-multi-instance-jwt-caching.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/fresh-pandas-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-beers-argue.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/refactor-error-handling-system.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/young-nails-matter.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/agent-toolkit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/agent-toolkit
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`305f4ee`](https://github.com/clerk/javascript/commit/305f4eeb825086d55d1b0df198a0c43da8d94993), [`53214f9`](https://github.com/clerk/javascript/commit/53214f9a600074affc84d616bbbe7a6b625e7d33), [`1236c74`](https://github.com/clerk/javascript/commit/1236c745fd58020e0972938ca0a9ae697a24af02), [`29201b2`](https://github.com/clerk/javascript/commit/29201b24847b6cdb35a96cb971fa1de958b0410a)]:
8+
- @clerk/backend@2.18.1
9+
- @clerk/shared@3.28.0
10+
- @clerk/types@4.93.1
11+
312
## 0.1.39
413

514
### Patch Changes

packages/agent-toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/agent-toolkit",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"description": "Clerk Toolkit for AI Agents",
55
"homepage": "https://clerk.com/",
66
"bugs": {

packages/astro/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @clerk/astro
22

3+
## 2.13.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`305f4ee`](https://github.com/clerk/javascript/commit/305f4eeb825086d55d1b0df198a0c43da8d94993), [`53214f9`](https://github.com/clerk/javascript/commit/53214f9a600074affc84d616bbbe7a6b625e7d33), [`1236c74`](https://github.com/clerk/javascript/commit/1236c745fd58020e0972938ca0a9ae697a24af02), [`29201b2`](https://github.com/clerk/javascript/commit/29201b24847b6cdb35a96cb971fa1de958b0410a)]:
8+
- @clerk/backend@2.18.1
9+
- @clerk/shared@3.28.0
10+
- @clerk/types@4.93.1
11+
312
## 2.13.7
413

514
### Patch Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clerk/astro",
3-
"version": "2.13.7",
3+
"version": "2.13.8",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## 2.18.1
4+
5+
### Patch Changes
6+
7+
- Fixed JWT public key caching in `verifyToken()` to support multi-instance scenarios. Public keys are now correctly cached per `kid` from the token header instead of using a single shared cache key. ([#6993](https://github.com/clerk/javascript/pull/6993)) by [@nikosdouvlis](https://github.com/nikosdouvlis)
8+
9+
**What was broken:**
10+
11+
When verifying JWT tokens with the `jwtKey` option (PEM public key), all keys were cached under the same cache key. This caused verification failures in multi-instance scenarios.
12+
13+
**What's fixed:**
14+
15+
JWT public keys are now cached using the `kid` value from each token's header.
16+
17+
- Replace `/commerce` endpoints with `/billing` endpoints. ([#6854](https://github.com/clerk/javascript/pull/6854)) by [@panteliselef](https://github.com/panteliselef)
18+
19+
- Updated dependencies [[`305f4ee`](https://github.com/clerk/javascript/commit/305f4eeb825086d55d1b0df198a0c43da8d94993), [`53214f9`](https://github.com/clerk/javascript/commit/53214f9a600074affc84d616bbbe7a6b625e7d33), [`1236c74`](https://github.com/clerk/javascript/commit/1236c745fd58020e0972938ca0a9ae697a24af02)]:
20+
- @clerk/shared@3.28.0
21+
- @clerk/types@4.93.1
22+
323
## 2.18.0
424

525
### Minor Changes

0 commit comments

Comments
 (0)