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

### 🚀 Features

- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833))

### 🩹 Fixes

- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856))
- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862))
- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852))

### ❤️ Thank You

- Cemal Kılıç @cemalkilic
- Eduardo Gurgel
- Fabrizio @fenos
- Katerina Skroumpelou @mandarini

## 2.81.1 (2025-11-11)

### 🩹 Fixes
Expand Down
10 changes: 10 additions & 0 deletions packages/core/auth-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.82.0 (2025-11-18)

### 🚀 Features

- **auth:** add OAuth grant listing and revocation endpoints ([#1833](https://github.com/supabase/supabase-js/pull/1833))

### ❤️ Thank You

- Cemal Kılıç @cemalkilic

## 2.81.1 (2025-11-11)

### 🩹 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.82.0 (2025-11-18)

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

## 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.
Expand Down
10 changes: 10 additions & 0 deletions packages/core/postgrest-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.82.0 (2025-11-18)

### 🩹 Fixes

- **postgrest:** bubble up fetch error causes and codes ([#1856](https://github.com/supabase/supabase-js/pull/1856))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 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.
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.82.0 (2025-11-18)

### 🩹 Fixes

- **realtime:** account for null refs when encoding messages ([#1862](https://github.com/supabase/supabase-js/pull/1862))

### ❤️ Thank You

- Eduardo Gurgel

## 2.81.1 (2025-11-11)

### 🩹 Fixes
Expand Down
10 changes: 10 additions & 0 deletions packages/core/storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.82.0 (2025-11-18)

### 🩹 Fixes

- **storage:** analytics bucket prop ([#1852](https://github.com/supabase/supabase-js/pull/1852))

### ❤️ Thank You

- Fabrizio @fenos

## 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.
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.82.0 (2025-11-18)

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

## 2.81.1 (2025-11-11)

### 🩹 Fixes
Expand Down