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
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## 2.77.0 (2025-10-29)

### 🚀 Features

- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))
- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
- **storage:** add support for bucket pagination and sorting ([#1790](https://github.com/supabase/supabase-js/pull/1790))

### 🩹 Fixes

- **auth:** handle 204 No Content response in OAuth client delete ([#1786](https://github.com/supabase/supabase-js/pull/1786))
- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
- **postgrest:** add incoming major 14 support ([#1807](https://github.com/supabase/supabase-js/pull/1807))
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))
- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))
- **storage:** remove unnecessary filter ([#1809](https://github.com/supabase/supabase-js/pull/1809))

### 🔥 Performance

- precompile RegExp ([#1806](https://github.com/supabase/supabase-js/pull/1806))

### ❤️ Thank You

- Andrew Valleteau @avallete
- Cemal Kılıç @cemalkilic
- Fabrizio @fenos
- Katerina Skroumpelou @mandarini
- Kevin Grüneberg @kevcodez
- Lenny @itslenny

## 2.76.1 (2025-10-21)

### 🩹 Fixes
Expand Down Expand Up @@ -77,4 +107,4 @@
- Etienne Stalmans @staaldraad
- Lenny @itslenny
- Stojan Dimitrovski @hf
- Taketo Yoshida
- Taketo Yoshida
18 changes: 18 additions & 0 deletions packages/core/auth-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.77.0 (2025-10-29)

### 🚀 Features

- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))

### 🩹 Fixes

- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
- **auth:** handle 204 No Content response in OAuth client delete ([#1786](https://github.com/supabase/supabase-js/pull/1786))
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))

### ❤️ Thank You

- Cemal Kılıç @cemalkilic
- Katerina Skroumpelou @mandarini

## 2.76.1 (2025-10-21)

### 🩹 Fixes
Expand Down
12 changes: 11 additions & 1 deletion packages/core/functions-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.77.0 (2025-10-29)

### 🩹 Fixes

- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.76.1 (2025-10-21)

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

## 2.74.0 (2025-10-07)

This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
20 changes: 19 additions & 1 deletion packages/core/postgrest-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v2.77.0 (2025-10-29)

### 🩹 Fixes

- **postgrest:** add incoming major 14 support ([#1807](https://github.com/supabase/supabase-js/pull/1807))
- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))

### 🔥 Performance

- precompile RegExp ([#1806](https://github.com/supabase/supabase-js/pull/1806))

### ❤️ Thank You

- Andrew Valleteau @avallete
- Katerina Skroumpelou @mandarini
- Kevin Grüneberg @kevcodez

## 2.76.1 (2025-10-21)

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

### ❤️ Thank You

- Doğukan Akkaya
- Doğukan Akkaya
12 changes: 11 additions & 1 deletion packages/core/realtime-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.77.0 (2025-10-29)

### 🩹 Fixes

- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.76.1 (2025-10-21)

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

### ❤️ Thank You

- Eduardo Gurgel
- Eduardo Gurgel
19 changes: 18 additions & 1 deletion packages/core/storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v2.77.0 (2025-10-29)

### 🚀 Features

- **storage:** add support for bucket pagination and sorting ([#1790](https://github.com/supabase/supabase-js/pull/1790))

### 🩹 Fixes

- **storage:** remove unnecessary filter ([#1809](https://github.com/supabase/supabase-js/pull/1809))
- **repo:** add missing tslib dependency to core packages ([#1789](https://github.com/supabase/supabase-js/pull/1789))

### ❤️ Thank You

- Fabrizio @fenos
- Katerina Skroumpelou @mandarini
- Lenny @itslenny

## 2.76.1 (2025-10-21)

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

- Lenny @itslenny
- Taketo Yoshida
- Taketo Yoshida
12 changes: 11 additions & 1 deletion packages/core/supabase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.77.0 (2025-10-29)

### 🩹 Fixes

- **repo:** cleanup package-lock.json and bun.lock ([#1799](https://github.com/supabase/supabase-js/pull/1799))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini

## 2.76.1 (2025-10-21)

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

## 2.74.0 (2025-10-07)

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