Skip to content
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 2.81.1 (2025-11-11)

### 🩹 Fixes

- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847))
- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849))
- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))

### ❤️ Thank You

- Filipe Cabaço @filipecabaco
- Katerina Skroumpelou @mandarini

## 2.81.0 (2025-11-10)

### 🚀 Features
Expand Down
11 changes: 11 additions & 0 deletions packages/core/auth-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.81.1 (2025-11-11)

### 🩹 Fixes

- **auth:** add automatic browser redirect to signInWithSSO ([#1849](https://github.com/supabase/supabase-js/pull/1849))
- **auth:** use Symbols for callback IDs to resolve Next.js 16 compatibility ([#1847](https://github.com/supabase/supabase-js/pull/1847))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.81.0 (2025-11-10)

### 🩹 Fixes
Expand Down
4 changes: 4 additions & 0 deletions packages/core/functions-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.81.1 (2025-11-11)

This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.

## 2.81.0 (2025-11-10)

### 🩹 Fixes
Expand Down
4 changes: 4 additions & 0 deletions packages/core/postgrest-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.81.1 (2025-11-11)

This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.

## 2.81.0 (2025-11-10)

This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
Expand Down
10 changes: 10 additions & 0 deletions packages/core/realtime-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.81.1 (2025-11-11)

### 🩹 Fixes

- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))

### ❤️ Thank You

- Filipe Cabaço @filipecabaco

## 2.81.0 (2025-11-10)

### 🚀 Features
Expand Down
4 changes: 4 additions & 0 deletions packages/core/storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.81.1 (2025-11-11)

This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.

## 2.81.0 (2025-11-10)

This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
Expand Down
10 changes: 10 additions & 0 deletions packages/core/supabase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.81.1 (2025-11-11)

### 🩹 Fixes

- **realtime:** setAuth not required on custom jwt token ([#1826](https://github.com/supabase/supabase-js/pull/1826))

### ❤️ Thank You

- Filipe Cabaço @filipecabaco

## 2.81.0 (2025-11-10)

This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
Expand Down