diff --git a/CHANGELOG.md b/CHANGELOG.md index 59df2d3d7..3c2684ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -77,4 +107,4 @@ - Etienne Stalmans @staaldraad - Lenny @itslenny - Stojan Dimitrovski @hf -- Taketo Yoshida \ No newline at end of file +- Taketo Yoshida diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index 6f577104c..c6ced4bf2 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -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 diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index bc9b20784..917ea2bfe 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -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 @@ -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. \ No newline at end of file +This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes. diff --git a/packages/core/postgrest-js/CHANGELOG.md b/packages/core/postgrest-js/CHANGELOG.md index be17b3953..cfcd8bb92 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +- Doğukan Akkaya diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index c7030d4f9..67c624988 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -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 @@ -41,4 +51,4 @@ This was a version bump only for @supabase/realtime-js to align it with other pr ### ❤️ Thank You -- Eduardo Gurgel \ No newline at end of file +- Eduardo Gurgel diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index a9da6453b..ece9723e4 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +- Taketo Yoshida diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index fe9e937c5..85e1ac530 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -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. @@ -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. \ No newline at end of file +This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.