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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 2.81.0 (2025-11-10)

### 🚀 Features

- **realtime:** implement V2 serializer ([#1829](https://github.com/supabase/supabase-js/pull/1829))

### 🩹 Fixes

- **auth:** make webauthn param optional and move register params to webauthn ([#1765](https://github.com/supabase/supabase-js/pull/1765))
- **auth:** add providers type to UserAppMetadata interface ([#1760](https://github.com/supabase/supabase-js/pull/1760))
- **auth:** use direct attestation for registration/authentication ([#1764](https://github.com/supabase/supabase-js/pull/1764))
- **functions:** add configurable timeout and normalize abort/timeout errors as FunctionsFetchError ([#1837](https://github.com/supabase/supabase-js/pull/1837))
- **realtime:** ensure WebSocket connections are properly closed in teardown ([#1841](https://github.com/supabase/supabase-js/pull/1841))

### ❤️ Thank You

- Eduardo Gurgel
- Katerina Skroumpelou @mandarini
- Tanmay Sharma @tanmaysharma2001

## 2.80.0 (2025-11-06)

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

### 🩹 Fixes

- **auth:** use direct attestation for registration/authentication ([#1764](https://github.com/supabase/supabase-js/pull/1764))
- **auth:** add providers type to UserAppMetadata interface ([#1760](https://github.com/supabase/supabase-js/pull/1760))
- **auth:** make webauthn param optional and move register params to webauthn ([#1765](https://github.com/supabase/supabase-js/pull/1765))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.80.0 (2025-11-06)

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

### 🩹 Fixes

- **functions:** add configurable timeout and normalize abort/timeout errors as FunctionsFetchError ([#1837](https://github.com/supabase/supabase-js/pull/1837))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.80.0 (2025-11-06)

This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
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.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.

## 2.80.0 (2025-11-06)

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

### 🚀 Features

- **realtime:** implement V2 serializer ([#1829](https://github.com/supabase/supabase-js/pull/1829))

### 🩹 Fixes

- **realtime:** ensure WebSocket connections are properly closed in teardown ([#1841](https://github.com/supabase/supabase-js/pull/1841))

### ❤️ Thank You

- Eduardo Gurgel
- Tanmay Sharma @tanmaysharma2001

## 2.80.0 (2025-11-06)

This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
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.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.

## 2.80.0 (2025-11-06)

This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/supabase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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.

## 2.80.0 (2025-11-06)

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