From 7942a714074f67b9d2bca7b238d73bdbd38b9c56 Mon Sep 17 00:00:00 2001 From: "supabase-releaser[bot]" Date: Mon, 20 Oct 2025 15:20:57 +0000 Subject: [PATCH] chore(release): version 2.76.0 changelogs --- CHANGELOG.md | 26 +++++++++++++++++++++++++ packages/core/auth-js/CHANGELOG.md | 14 +++++++++++++ packages/core/functions-js/CHANGELOG.md | 11 +++++++++++ packages/core/postgrest-js/CHANGELOG.md | 14 +++++++++++++ packages/core/realtime-js/CHANGELOG.md | 17 ++++++++++++++++ packages/core/storage-js/CHANGELOG.md | 19 ++++++++++++++++++ packages/core/supabase-js/CHANGELOG.md | 14 +++++++++++++ 7 files changed, 115 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bc73400..0ecb4e405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **realtime:** realtime explicit REST call ([#1751](https://github.com/supabase/supabase-js/pull/1751)) +- **realtime:** enhance RealtimeChannel type ([#1747](https://github.com/supabase/supabase-js/pull/1747)) +- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752)) + +### 🩹 Fixes + +- **functions:** missing body when Content-Type header supplied by dev ([#1758](https://github.com/supabase/supabase-js/pull/1758)) +- **functions:** add application/pdf response parsing to FunctionsClient ([#1757](https://github.com/supabase/supabase-js/pull/1757)) +- **realtime:** manipulate URLs using URL object ([#1769](https://github.com/supabase/supabase-js/pull/1769)) +- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778)) +- **storage:** correct list v2 types to correctly match data returned from api ([#1761](https://github.com/supabase/supabase-js/pull/1761)) +- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750)) +- **storage:** api types ([#1784](https://github.com/supabase/supabase-js/pull/1784)) + +### ❤️ Thank You + +- Fabrizio @fenos +- Filipe Cabaço @filipecabaco +- Guilherme Souza +- Katerina Skroumpelou @mandarini +- Lenny @itslenny + ## 2.75.1 (2025-10-17) ### 🩹 Fixes diff --git a/packages/core/auth-js/CHANGELOG.md b/packages/core/auth-js/CHANGELOG.md index bbb732c1c..087b44f91 100644 --- a/packages/core/auth-js/CHANGELOG.md +++ b/packages/core/auth-js/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752)) + +### 🩹 Fixes + +- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.75.1 (2025-10-17) This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes. diff --git a/packages/core/functions-js/CHANGELOG.md b/packages/core/functions-js/CHANGELOG.md index 98ac0aa08..bf67d7d1e 100644 --- a/packages/core/functions-js/CHANGELOG.md +++ b/packages/core/functions-js/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.76.0 (2025-10-20) + +### 🩹 Fixes + +- **functions:** add application/pdf response parsing to FunctionsClient ([#1757](https://github.com/supabase/supabase-js/pull/1757)) +- **functions:** missing body when Content-Type header supplied by dev ([#1758](https://github.com/supabase/supabase-js/pull/1758)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.75.1 (2025-10-17) 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 9eea30729..db051f9ec 100644 --- a/packages/core/postgrest-js/CHANGELOG.md +++ b/packages/core/postgrest-js/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752)) + +### 🩹 Fixes + +- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.75.1 (2025-10-17) This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes. diff --git a/packages/core/realtime-js/CHANGELOG.md b/packages/core/realtime-js/CHANGELOG.md index 58371a2dd..6e3f0df0a 100644 --- a/packages/core/realtime-js/CHANGELOG.md +++ b/packages/core/realtime-js/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **realtime:** enhance RealtimeChannel type ([#1747](https://github.com/supabase/supabase-js/pull/1747)) +- **realtime:** realtime explicit REST call ([#1751](https://github.com/supabase/supabase-js/pull/1751)) + +### 🩹 Fixes + +- **realtime:** manipulate URLs using URL object ([#1769](https://github.com/supabase/supabase-js/pull/1769)) + +### ❤️ Thank You + +- Filipe Cabaço @filipecabaco +- Guilherme Souza +- Katerina Skroumpelou @mandarini + ## 2.75.1 (2025-10-17) This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes. diff --git a/packages/core/storage-js/CHANGELOG.md b/packages/core/storage-js/CHANGELOG.md index 812633728..ced231e24 100644 --- a/packages/core/storage-js/CHANGELOG.md +++ b/packages/core/storage-js/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752)) + +### 🩹 Fixes + +- **storage:** api types ([#1784](https://github.com/supabase/supabase-js/pull/1784)) +- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778)) +- **storage:** use backward compatible return type in download function ([#1750](https://github.com/supabase/supabase-js/pull/1750)) +- **storage:** correct list v2 types to correctly match data returned from api ([#1761](https://github.com/supabase/supabase-js/pull/1761)) + +### ❤️ Thank You + +- Fabrizio @fenos +- Katerina Skroumpelou @mandarini +- Lenny @itslenny + ## 2.75.1 (2025-10-17) ### 🩹 Fixes diff --git a/packages/core/supabase-js/CHANGELOG.md b/packages/core/supabase-js/CHANGELOG.md index feba4d0e7..712d3711c 100644 --- a/packages/core/supabase-js/CHANGELOG.md +++ b/packages/core/supabase-js/CHANGELOG.md @@ -1,3 +1,17 @@ +## 2.76.0 (2025-10-20) + +### 🚀 Features + +- **storage:** storage vectors and analytics in storage-js ([#1752](https://github.com/supabase/supabase-js/pull/1752)) + +### 🩹 Fixes + +- **repo:** convert postbuild to explicit codegen ([#1778](https://github.com/supabase/supabase-js/pull/1778)) + +### ❤️ Thank You + +- Katerina Skroumpelou @mandarini + ## 2.75.1 (2025-10-17) This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.