Skip to content

Commit c5ad2f4

Browse files
chore(release): version 2.76.0 changelogs (#1785)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 282b191 commit c5ad2f4

File tree

7 files changed

+115
-0
lines changed

7 files changed

+115
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **realtime:** realtime explicit REST call ([#1751](https://github.com/supabase/supabase-js/pull/1751))
6+
- **realtime:** enhance RealtimeChannel type ([#1747](https://github.com/supabase/supabase-js/pull/1747))
7+
- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752))
8+
9+
### 🩹 Fixes
10+
11+
- **functions:** missing body when Content-Type header supplied by dev ([#1758](https://github.com/supabase/supabase-js/pull/1758))
12+
- **functions:** add application/pdf response parsing to FunctionsClient ([#1757](https://github.com/supabase/supabase-js/pull/1757))
13+
- **realtime:** manipulate URLs using URL object ([#1769](https://github.com/supabase/supabase-js/pull/1769))
14+
- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778))
15+
- **storage:** correct list v2 types to correctly match data returned from api ([#1761](https://github.com/supabase/supabase-js/pull/1761))
16+
- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750))
17+
- **storage:** api types ([#1784](https://github.com/supabase/supabase-js/pull/1784))
18+
19+
### ❤️ Thank You
20+
21+
- Fabrizio @fenos
22+
- Filipe Cabaço @filipecabaco
23+
- Guilherme Souza
24+
- Katerina Skroumpelou @mandarini
25+
- Lenny @itslenny
26+
127
## 2.75.1 (2025-10-17)
228

329
### 🩹 Fixes

packages/core/auth-js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752))
6+
7+
### 🩹 Fixes
8+
9+
- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778))
10+
11+
### ❤️ Thank You
12+
13+
- Katerina Skroumpelou @mandarini
14+
115
## 2.75.1 (2025-10-17)
216

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

packages/core/functions-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🩹 Fixes
4+
5+
- **functions:** add application/pdf response parsing to FunctionsClient ([#1757](https://github.com/supabase/supabase-js/pull/1757))
6+
- **functions:** missing body when Content-Type header supplied by dev ([#1758](https://github.com/supabase/supabase-js/pull/1758))
7+
8+
### ❤️ Thank You
9+
10+
- Katerina Skroumpelou @mandarini
11+
112
## 2.75.1 (2025-10-17)
213

314
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752))
6+
7+
### 🩹 Fixes
8+
9+
- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778))
10+
11+
### ❤️ Thank You
12+
13+
- Katerina Skroumpelou @mandarini
14+
115
## 2.75.1 (2025-10-17)
216

317
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **realtime:** enhance RealtimeChannel type ([#1747](https://github.com/supabase/supabase-js/pull/1747))
6+
- **realtime:** realtime explicit REST call ([#1751](https://github.com/supabase/supabase-js/pull/1751))
7+
8+
### 🩹 Fixes
9+
10+
- **realtime:** manipulate URLs using URL object ([#1769](https://github.com/supabase/supabase-js/pull/1769))
11+
12+
### ❤️ Thank You
13+
14+
- Filipe Cabaço @filipecabaco
15+
- Guilherme Souza
16+
- Katerina Skroumpelou @mandarini
17+
118
## 2.75.1 (2025-10-17)
219

320
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752))
6+
7+
### 🩹 Fixes
8+
9+
- **storage:** api types ([#1784](https://github.com/supabase/supabase-js/pull/1784))
10+
- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778))
11+
- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750))
12+
- **storage:** correct list v2 types to correctly match data returned from api ([#1761](https://github.com/supabase/supabase-js/pull/1761))
13+
14+
### ❤️ Thank You
15+
16+
- Fabrizio @fenos
17+
- Katerina Skroumpelou @mandarini
18+
- Lenny @itslenny
19+
120
## 2.75.1 (2025-10-17)
221

322
### 🩹 Fixes

packages/core/supabase-js/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.76.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752))
6+
7+
### 🩹 Fixes
8+
9+
- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778))
10+
11+
### ❤️ Thank You
12+
13+
- Katerina Skroumpelou @mandarini
14+
115
## 2.75.1 (2025-10-17)
216

317
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)