Skip to content

Commit ff941e1

Browse files
authored
Merge branch 'main' into rob/user-5239-sdk-should-use-new-scope-for-displaying-org-selector
2 parents 3f8ffd2 + e85de19 commit ff941e1

47 files changed

Lines changed: 207 additions & 59 deletions

Some content is hidden

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

.changeset/aisec-8-constant-time-token-signature-compare.md

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

.changeset/auto-proxy-vercel-subdomains.md

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

.changeset/expand-ca-es-localization.md

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

.changeset/loosen-query-core-pin.md

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

.changeset/node24-clerk-request-signal.md

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

.changeset/pin-path-matcher-contracts.md

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

.changeset/young-donkeys-sip.md

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

packages/astro/CHANGELOG.md

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

3+
## 3.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`a9f9b29`](https://github.com/clerk/javascript/commit/a9f9b2971a026d04571ceb1865ec8dafedbbe863), [`e0a63f9`](https://github.com/clerk/javascript/commit/e0a63f9f976fd25f4ed68080c84b72149ef64646)]:
8+
- @clerk/shared@4.8.6
9+
- @clerk/backend@3.4.2
10+
311
## 3.0.21
412

513
### 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": "3.0.21",
3+
"version": "3.0.22",
44
"description": "Clerk SDK for Astro",
55
"keywords": [
66
"auth",

packages/backend/CHANGELOG.md

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

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- Auto-proxy FAPI requests for `.vercel.app` subdomains. When deployed to a `.vercel.app` domain without explicit proxy or domain configuration, the SDK automatically routes Frontend API requests through `/__clerk` on the app's own origin. This enables Clerk production mode on Vercel deployments without manual proxy setup. ([#8035](https://github.com/clerk/javascript/pull/8035)) by [@brkalow](https://github.com/brkalow)
8+
9+
- Fix `Request` cloning and outbound `fetch` to omit cross-realm `AbortSignal`. Node 24's bundled undici tightened the `instanceof AbortSignal` check on `RequestInit.signal`, which broke: ([#8351](https://github.com/clerk/javascript/pull/8351)) by [@jacekradko](https://github.com/jacekradko)
10+
- Cloning framework-specific requests such as `NextRequest` in `@clerk/backend`'s `ClerkRequest`.
11+
- Subclassed `Request`s passed through `patchRequest` in `@clerk/react-router` and `@clerk/tanstack-react-start`.
12+
- Frontend API proxying in `@clerk/backend`'s `clerkFrontendApiProxy`, which forwarded the inbound request's signal to the upstream `fetch`. Abort propagation will be restored in a follow-up via an in-realm `AbortController` bridge.
13+
14+
- Updated dependencies [[`9b57986`](https://github.com/clerk/javascript/commit/9b5798696eb0c6cc6ab548ade100b504f691895c), [`a9f9b29`](https://github.com/clerk/javascript/commit/a9f9b2971a026d04571ceb1865ec8dafedbbe863)]:
15+
- @clerk/shared@4.8.6
16+
317
## 3.4.1
418

519
### Patch Changes

0 commit comments

Comments
 (0)