Skip to content

Commit d076a43

Browse files
committed
chore(release): version 2.77.0 changelogs
1 parent e8a644e commit d076a43

File tree

7 files changed

+119
-6
lines changed

7 files changed

+119
-6
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 2.77.0 (2025-10-29)
2+
3+
### 🚀 Features
4+
5+
- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))
6+
- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
7+
- **storage:** add support for bucket pagination and sorting ([#1790](https://github.com/supabase/supabase-js/pull/1790))
8+
9+
### 🩹 Fixes
10+
11+
- **auth:** handle 204 No Content response in OAuth client delete ([#1786](https://github.com/supabase/supabase-js/pull/1786))
12+
- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
13+
- **postgrest:** add incoming major 14 support ([#1807](https://github.com/supabase/supabase-js/pull/1807))
14+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
15+
- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))
16+
- **storage:** remove unnecessary filter ([#1809](https://github.com/supabase/supabase-js/pull/1809))
17+
18+
### 🔥 Performance
19+
20+
- precompile RegExp ([#1806](https://github.com/supabase/supabase-js/pull/1806))
21+
22+
### ❤️ Thank You
23+
24+
- Andrew Valleteau @avallete
25+
- Cemal Kılıç @cemalkilic
26+
- Fabrizio @fenos
27+
- Katerina Skroumpelou @mandarini
28+
- Kevin Grüneberg @kevcodez
29+
- Lenny @itslenny
30+
131
## 2.76.1 (2025-10-21)
232

333
### 🩹 Fixes
@@ -77,4 +107,4 @@
77107
- Etienne Stalmans @staaldraad
78108
- Lenny @itslenny
79109
- Stojan Dimitrovski @hf
80-
- Taketo Yoshida
110+
- Taketo Yoshida

packages/core/auth-js/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🚀 Features
4+
5+
- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
6+
- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))
7+
8+
### 🩹 Fixes
9+
10+
- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
11+
- **auth:** handle 204 No Content response in OAuth client delete ([#1786](https://github.com/supabase/supabase-js/pull/1786))
12+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
13+
14+
### ❤️ Thank You
15+
16+
- Cemal Kılıç @cemalkilic
17+
- Katerina Skroumpelou @mandarini
18+
119
## 2.76.1 (2025-10-21)
220

321
### 🩹 Fixes

packages/core/functions-js/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.76.1 (2025-10-21)
212

313
### 🩹 Fixes
@@ -29,4 +39,4 @@ This was a version bump only for @supabase/functions-js to align it with other p
2939

3040
## 2.74.0 (2025-10-07)
3141

32-
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
42+
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: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **postgrest:** add incoming major 14 support ([#1807](https://github.com/supabase/supabase-js/pull/1807))
6+
- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))
7+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
8+
9+
### 🔥 Performance
10+
11+
- precompile RegExp ([#1806](https://github.com/supabase/supabase-js/pull/1806))
12+
13+
### ❤️ Thank You
14+
15+
- Andrew Valleteau @avallete
16+
- Katerina Skroumpelou @mandarini
17+
- Kevin Grüneberg @kevcodez
18+
119
## 2.76.1 (2025-10-21)
220

321
### 🩹 Fixes
@@ -44,4 +62,4 @@ This was a version bump only for @supabase/postgrest-js to align it with other p
4462

4563
### ❤️ Thank You
4664

47-
- Doğukan Akkaya
65+
- Doğukan Akkaya

packages/core/realtime-js/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.76.1 (2025-10-21)
212

313
### 🩹 Fixes
@@ -41,4 +51,4 @@ This was a version bump only for @supabase/realtime-js to align it with other pr
4151

4252
### ❤️ Thank You
4353

44-
- Eduardo Gurgel
54+
- Eduardo Gurgel

packages/core/storage-js/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🚀 Features
4+
5+
- **storage:** add support for bucket pagination and sorting ([#1790](https://github.com/supabase/supabase-js/pull/1790))
6+
7+
### 🩹 Fixes
8+
9+
- **storage:** remove unnecessary filter ([#1809](https://github.com/supabase/supabase-js/pull/1809))
10+
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
11+
12+
### ❤️ Thank You
13+
14+
- Fabrizio @fenos
15+
- Katerina Skroumpelou @mandarini
16+
- Lenny @itslenny
17+
118
## 2.76.1 (2025-10-21)
219

320
### 🩹 Fixes
@@ -54,4 +71,4 @@ This was a version bump only for @supabase/storage-js to align it with other pro
5471
### ❤️ Thank You
5572

5673
- Lenny @itslenny
57-
- Taketo Yoshida
74+
- Taketo Yoshida

packages/core/supabase-js/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.77.0 (2025-10-29)
2+
3+
### 🩹 Fixes
4+
5+
- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.76.1 (2025-10-21)
212

313
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
@@ -32,4 +42,4 @@ This was a version bump only for @supabase/supabase-js to align it with other pr
3242

3343
## 2.74.0 (2025-10-07)
3444

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