Skip to content

Commit 03406bd

Browse files
chore(release): version 2.81.0 changelogs (#1843)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 5e6dda1 commit 03406bd

File tree

7 files changed

+69
-0
lines changed

7 files changed

+69
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
### 🚀 Features
4+
5+
- **realtime:** implement V2 serializer ([#1829](https://github.com/supabase/supabase-js/pull/1829))
6+
7+
### 🩹 Fixes
8+
9+
- **auth:** make webauthn param optional and move register params to webauthn ([#1765](https://github.com/supabase/supabase-js/pull/1765))
10+
- **auth:** add providers type to UserAppMetadata interface ([#1760](https://github.com/supabase/supabase-js/pull/1760))
11+
- **auth:** use direct attestation for registration/authentication ([#1764](https://github.com/supabase/supabase-js/pull/1764))
12+
- **functions:** add configurable timeout and normalize abort/timeout errors as FunctionsFetchError ([#1837](https://github.com/supabase/supabase-js/pull/1837))
13+
- **realtime:** ensure WebSocket connections are properly closed in teardown ([#1841](https://github.com/supabase/supabase-js/pull/1841))
14+
15+
### ❤️ Thank You
16+
17+
- Eduardo Gurgel
18+
- Katerina Skroumpelou @mandarini
19+
- Tanmay Sharma @tanmaysharma2001
20+
121
## 2.80.0 (2025-11-06)
222

323
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** use direct attestation for registration/authentication ([#1764](https://github.com/supabase/supabase-js/pull/1764))
6+
- **auth:** add providers type to UserAppMetadata interface ([#1760](https://github.com/supabase/supabase-js/pull/1760))
7+
- **auth:** make webauthn param optional and move register params to webauthn ([#1765](https://github.com/supabase/supabase-js/pull/1765))
8+
9+
### ❤️ Thank You
10+
11+
- Katerina Skroumpelou @mandarini
12+
113
## 2.80.0 (2025-11-06)
214

315
### 🚀 Features

packages/core/functions-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
### 🩹 Fixes
4+
5+
- **functions:** add configurable timeout and normalize abort/timeout errors as FunctionsFetchError ([#1837](https://github.com/supabase/supabase-js/pull/1837))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.80.0 (2025-11-06)
212

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

packages/core/postgrest-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
4+
15
## 2.80.0 (2025-11-06)
26

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

packages/core/realtime-js/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
### 🚀 Features
4+
5+
- **realtime:** implement V2 serializer ([#1829](https://github.com/supabase/supabase-js/pull/1829))
6+
7+
### 🩹 Fixes
8+
9+
- **realtime:** ensure WebSocket connections are properly closed in teardown ([#1841](https://github.com/supabase/supabase-js/pull/1841))
10+
11+
### ❤️ Thank You
12+
13+
- Eduardo Gurgel
14+
- Tanmay Sharma @tanmaysharma2001
15+
116
## 2.80.0 (2025-11-06)
217

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

packages/core/storage-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
4+
15
## 2.80.0 (2025-11-06)
26

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

packages/core/supabase-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.81.0 (2025-11-10)
2+
3+
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
4+
15
## 2.80.0 (2025-11-06)
26

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

0 commit comments

Comments
 (0)