From f6e4f67c38f5907083a00bf124c32e2f217a3fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:23:33 +0000 Subject: [PATCH 1/7] chore: release main --- .release-please-manifest.json | 12 ++++++------ src/auth/pyproject.toml | 2 +- src/auth/src/auth/CHANGELOG.md | 8 ++++++++ src/auth/src/supabase_auth/version.py | 2 +- src/functions/pyproject.toml | 2 +- src/functions/src/functions/CHANGELOG.md | 8 ++++++++ src/functions/src/supabase_functions/version.py | 2 +- src/postgrest/pyproject.toml | 2 +- src/postgrest/src/postgrest/CHANGELOG.md | 8 ++++++++ src/postgrest/src/postgrest/version.py | 2 +- src/realtime/pyproject.toml | 2 +- src/realtime/src/realtime/CHANGELOG.md | 8 ++++++++ src/realtime/src/realtime/version.py | 2 +- src/storage/pyproject.toml | 2 +- src/storage/src/storage/CHANGELOG.md | 8 ++++++++ src/storage/src/storage3/version.py | 2 +- src/supabase/pyproject.toml | 2 +- src/supabase/src/supabase/CHANGELOG.md | 8 ++++++++ src/supabase/src/supabase/version.py | 2 +- 19 files changed, 66 insertions(+), 18 deletions(-) create mode 100644 src/auth/src/auth/CHANGELOG.md create mode 100644 src/functions/src/functions/CHANGELOG.md create mode 100644 src/postgrest/src/postgrest/CHANGELOG.md create mode 100644 src/realtime/src/realtime/CHANGELOG.md create mode 100644 src/storage/src/storage/CHANGELOG.md create mode 100644 src/supabase/src/supabase/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2021d7ba..3f81946b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "src/supabase": "2.18.1", - "src/realtime": "2.7.0", - "src/functions": "0.10.1", - "src/storage": "0.12.1", - "src/postgrest": "1.1.1", - "src/auth": "2.12.3" + "src/supabase": "2.19.0", + "src/realtime": "2.8.0", + "src/functions": "0.11.0", + "src/storage": "0.13.0", + "src/postgrest": "1.2.0", + "src/auth": "2.13.0" } diff --git a/src/auth/pyproject.toml b/src/auth/pyproject.toml index 15060378..8e7c2031 100644 --- a/src/auth/pyproject.toml +++ b/src/auth/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supabase_auth" -version = "2.12.3" # {x-release-please-version} +version = "2.13.0" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = [ {name = "Joel Lee", email = "joel@joellee.org" } diff --git a/src/auth/src/auth/CHANGELOG.md b/src/auth/src/auth/CHANGELOG.md new file mode 100644 index 00000000..00f5391b --- /dev/null +++ b/src/auth/src/auth/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.13.0](https://github.com/supabase/supabase-py/compare/v2.12.3...v2.13.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/auth/src/supabase_auth/version.py b/src/auth/src/supabase_auth/version.py index 671be61f..73f4a454 100644 --- a/src/auth/src/supabase_auth/version.py +++ b/src/auth/src/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.12.3" # {x-release-please-version} +__version__ = "2.13.0" # {x-release-please-version} diff --git a/src/functions/pyproject.toml b/src/functions/pyproject.toml index 131e900f..d7106082 100644 --- a/src/functions/pyproject.toml +++ b/src/functions/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supabase_functions" -version = "0.10.1" # {x-release-please-version} +version = "0.11.0" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ { name = "Joel Lee", email = "joel@joellee.org" }, diff --git a/src/functions/src/functions/CHANGELOG.md b/src/functions/src/functions/CHANGELOG.md new file mode 100644 index 00000000..6cff0e58 --- /dev/null +++ b/src/functions/src/functions/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.11.0](https://github.com/supabase/supabase-py/compare/v0.10.1...v0.11.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/functions/src/supabase_functions/version.py b/src/functions/src/supabase_functions/version.py index 645cf3a8..f8fecfdc 100644 --- a/src/functions/src/supabase_functions/version.py +++ b/src/functions/src/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.10.1" # {x-release-please-version} +__version__ = "0.11.0" # {x-release-please-version} diff --git a/src/postgrest/pyproject.toml b/src/postgrest/pyproject.toml index f0f125d2..2febe378 100644 --- a/src/postgrest/pyproject.toml +++ b/src/postgrest/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "postgrest" -version = "1.1.1" # {x-release-please-version} +version = "1.2.0" # {x-release-please-version} description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." authors = [ { name = "Lương Quang Mạnh", email = "luongquangmanh85@gmail.com"}, diff --git a/src/postgrest/src/postgrest/CHANGELOG.md b/src/postgrest/src/postgrest/CHANGELOG.md new file mode 100644 index 00000000..32b7b16b --- /dev/null +++ b/src/postgrest/src/postgrest/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.2.0](https://github.com/supabase/supabase-py/compare/v1.1.1...v1.2.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/postgrest/src/postgrest/version.py b/src/postgrest/src/postgrest/version.py index 349bf79f..1a9ffeaf 100644 --- a/src/postgrest/src/postgrest/version.py +++ b/src/postgrest/src/postgrest/version.py @@ -1 +1 @@ -__version__ = "1.1.1" # {x-release-please-version} +__version__ = "1.2.0" # {x-release-please-version} diff --git a/src/realtime/pyproject.toml b/src/realtime/pyproject.toml index b8a8c45b..f687d667 100644 --- a/src/realtime/pyproject.toml +++ b/src/realtime/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "realtime" -version = "2.7.0" # {x-release-please-version} +version = "2.8.0" # {x-release-please-version} description = "" authors = [ { name = "Joel Lee", email="joel@joellee.org"}, diff --git a/src/realtime/src/realtime/CHANGELOG.md b/src/realtime/src/realtime/CHANGELOG.md new file mode 100644 index 00000000..b4bbd510 --- /dev/null +++ b/src/realtime/src/realtime/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.0...v2.8.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/realtime/src/realtime/version.py b/src/realtime/src/realtime/version.py index 4f4ea4a4..00b37667 100644 --- a/src/realtime/src/realtime/version.py +++ b/src/realtime/src/realtime/version.py @@ -1 +1 @@ -__version__ = "2.7.0" # {x-release-please-version} +__version__ = "2.8.0" # {x-release-please-version} diff --git a/src/storage/pyproject.toml b/src/storage/pyproject.toml index bddef39f..3190a26e 100644 --- a/src/storage/pyproject.toml +++ b/src/storage/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] license = "MIT" readme = "README.md" -version = "0.12.1" # {x-release-please-version} +version = "0.13.0" # {x-release-please-version} requires-python = ">=3.9" dependencies = [ diff --git a/src/storage/src/storage/CHANGELOG.md b/src/storage/src/storage/CHANGELOG.md new file mode 100644 index 00000000..46795634 --- /dev/null +++ b/src/storage/src/storage/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.13.0](https://github.com/supabase/supabase-py/compare/v0.12.1...v0.13.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/storage/src/storage3/version.py b/src/storage/src/storage3/version.py index 89808b86..03c16224 100644 --- a/src/storage/src/storage3/version.py +++ b/src/storage/src/storage3/version.py @@ -1 +1 @@ -__version__ = "0.12.2" # {x-release-please-version} +__version__ = "0.13.0" # {x-release-please-version} diff --git a/src/supabase/pyproject.toml b/src/supabase/pyproject.toml index d2fd6e54..41e14c2c 100644 --- a/src/supabase/pyproject.toml +++ b/src/supabase/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supabase" -version = "2.18.1" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} description = "Supabase client for Python." authors = [ { name = "Joel Lee", email = "joel@joellee.org" }, diff --git a/src/supabase/src/supabase/CHANGELOG.md b/src/supabase/src/supabase/CHANGELOG.md new file mode 100644 index 00000000..0551e9c9 --- /dev/null +++ b/src/supabase/src/supabase/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-08) + + +### Features + +* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/supabase/src/supabase/version.py b/src/supabase/src/supabase/version.py index b2fd4af2..35a339b4 100644 --- a/src/supabase/src/supabase/version.py +++ b/src/supabase/src/supabase/version.py @@ -1 +1 @@ -__version__ = "2.18.1" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} From 33b95b779a6818d07d1800aa5399de6d0ade83bb Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 15:29:49 -0300 Subject: [PATCH 2/7] chore: update all the versions to 2.19 --- .release-please-manifest.json | 10 +++++----- src/auth/pyproject.toml | 2 +- src/functions/pyproject.toml | 2 +- src/postgrest/pyproject.toml | 2 +- src/realtime/pyproject.toml | 2 +- src/storage/pyproject.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3f81946b..f13b62a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { "src/supabase": "2.19.0", - "src/realtime": "2.8.0", - "src/functions": "0.11.0", - "src/storage": "0.13.0", - "src/postgrest": "1.2.0", - "src/auth": "2.13.0" + "src/realtime": "2.19.0", + "src/functions": "2.19.0", + "src/storage": "2.19.0", + "src/postgrest": "2.19.0", + "src/auth": "2.19.0" } diff --git a/src/auth/pyproject.toml b/src/auth/pyproject.toml index 8e7c2031..7fa3d1da 100644 --- a/src/auth/pyproject.toml +++ b/src/auth/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supabase_auth" -version = "2.13.0" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = [ {name = "Joel Lee", email = "joel@joellee.org" } diff --git a/src/functions/pyproject.toml b/src/functions/pyproject.toml index d7106082..2531fbc3 100644 --- a/src/functions/pyproject.toml +++ b/src/functions/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "supabase_functions" -version = "0.11.0" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ { name = "Joel Lee", email = "joel@joellee.org" }, diff --git a/src/postgrest/pyproject.toml b/src/postgrest/pyproject.toml index 2febe378..42389177 100644 --- a/src/postgrest/pyproject.toml +++ b/src/postgrest/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "postgrest" -version = "1.2.0" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." authors = [ { name = "Lương Quang Mạnh", email = "luongquangmanh85@gmail.com"}, diff --git a/src/realtime/pyproject.toml b/src/realtime/pyproject.toml index f687d667..d9d6fbbc 100644 --- a/src/realtime/pyproject.toml +++ b/src/realtime/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "realtime" -version = "2.8.0" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} description = "" authors = [ { name = "Joel Lee", email="joel@joellee.org"}, diff --git a/src/storage/pyproject.toml b/src/storage/pyproject.toml index 3190a26e..b4429800 100644 --- a/src/storage/pyproject.toml +++ b/src/storage/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] license = "MIT" readme = "README.md" -version = "0.13.0" # {x-release-please-version} +version = "2.19.0" # {x-release-please-version} requires-python = ">=3.9" dependencies = [ From 07b4c2c9183879f75207d8e03e671f6d8868d40c Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 15:49:39 -0300 Subject: [PATCH 3/7] fix: changelog path is relative to package subdirectory --- release-please-config.json | 12 ++++++------ src/auth/src/auth/CHANGELOG.md | 8 -------- src/functions/src/functions/CHANGELOG.md | 8 -------- src/postgrest/src/postgrest/CHANGELOG.md | 8 -------- src/realtime/src/realtime/CHANGELOG.md | 8 -------- src/storage/src/storage/CHANGELOG.md | 8 -------- src/supabase/src/supabase/CHANGELOG.md | 8 -------- 7 files changed, 6 insertions(+), 54 deletions(-) delete mode 100644 src/auth/src/auth/CHANGELOG.md delete mode 100644 src/functions/src/functions/CHANGELOG.md delete mode 100644 src/postgrest/src/postgrest/CHANGELOG.md delete mode 100644 src/realtime/src/realtime/CHANGELOG.md delete mode 100644 src/storage/src/storage/CHANGELOG.md delete mode 100644 src/supabase/src/supabase/CHANGELOG.md diff --git a/release-please-config.json b/release-please-config.json index 4e325854..00693c8b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -2,27 +2,27 @@ "last-release-sha": "7236ed62c37fb57c3feac23b416fc6d9d153dd68", "packages": { "src/realtime": { - "changelog-path": "src/realtime/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" }, "src/auth": { - "changelog-path": "src/auth/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" }, "src/functions": { - "changelog-path": "src/functions/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" }, "src/storage": { - "changelog-path": "src/storage/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" }, "src/postgrest": { - "changelog-path": "src/postgrest/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" }, "src/supabase": { - "changelog-path": "src/supabase/CHANGELOG.md", + "changelog-path": "CHANGELOG.md", "release-type": "python" } } diff --git a/src/auth/src/auth/CHANGELOG.md b/src/auth/src/auth/CHANGELOG.md deleted file mode 100644 index 00f5391b..00000000 --- a/src/auth/src/auth/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [2.13.0](https://github.com/supabase/supabase-py/compare/v2.12.3...v2.13.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/functions/src/functions/CHANGELOG.md b/src/functions/src/functions/CHANGELOG.md deleted file mode 100644 index 6cff0e58..00000000 --- a/src/functions/src/functions/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [0.11.0](https://github.com/supabase/supabase-py/compare/v0.10.1...v0.11.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/postgrest/src/postgrest/CHANGELOG.md b/src/postgrest/src/postgrest/CHANGELOG.md deleted file mode 100644 index 32b7b16b..00000000 --- a/src/postgrest/src/postgrest/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [1.2.0](https://github.com/supabase/supabase-py/compare/v1.1.1...v1.2.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/realtime/src/realtime/CHANGELOG.md b/src/realtime/src/realtime/CHANGELOG.md deleted file mode 100644 index b4bbd510..00000000 --- a/src/realtime/src/realtime/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.0...v2.8.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/storage/src/storage/CHANGELOG.md b/src/storage/src/storage/CHANGELOG.md deleted file mode 100644 index 46795634..00000000 --- a/src/storage/src/storage/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [0.13.0](https://github.com/supabase/supabase-py/compare/v0.12.1...v0.13.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) diff --git a/src/supabase/src/supabase/CHANGELOG.md b/src/supabase/src/supabase/CHANGELOG.md deleted file mode 100644 index 0551e9c9..00000000 --- a/src/supabase/src/supabase/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-08) - - -### Features - -* include postgrest in monorepo, finalize monorepo switch ([#1213](https://github.com/supabase/supabase-py/issues/1213)) ([2533ba1](https://github.com/supabase/supabase-py/commit/2533ba1f3b3f97f561ea7240c2c5ef8f9ee29ee0)) From f52c76f3591bff27f9589f11e11af17bf8561a4d Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 16:03:15 -0300 Subject: [PATCH 4/7] chore: manually alter changelogs to explain changes done in the monorepo switch --- src/auth/CHANGELOG.md | 8 ++++++++ src/functions/CHANGELOG.md | 7 +++++++ src/postgrest/CHANGELOG.md | 7 +++++++ src/realtime/CHANGELOG.md | 13 +++++++++---- src/storage/CHANGELOG.md | 7 +++++++ src/supabase/CHANGELOG.md | 7 +++++++ 6 files changed, 45 insertions(+), 4 deletions(-) diff --git a/src/auth/CHANGELOG.md b/src/auth/CHANGELOG.md index 644af7eb..d9eb7176 100644 --- a/src/auth/CHANGELOG.md +++ b/src/auth/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* move auth-py from original repository to supabase-py monorepo ([#1212](https://github.com/supabase/supabase-py/pull/1212)). +* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo to be the same, simplifying version constraints. No changes were introduced in the package itself. + + ## [2.12.3](https://github.com/supabase/auth-py/compare/v2.12.2...v2.12.3) (2025-07-03) diff --git a/src/functions/CHANGELOG.md b/src/functions/CHANGELOG.md index a73f074c..0f44f416 100644 --- a/src/functions/CHANGELOG.md +++ b/src/functions/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* move functions-py from original repository to supabase-py monorepo ([#1204](https://github.com/supabase/supabase-py/pull/1204)). +* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself. + ## [0.10.1](https://github.com/supabase/functions-py/compare/v0.10.0...v0.10.1) (2025-06-20) diff --git a/src/postgrest/CHANGELOG.md b/src/postgrest/CHANGELOG.md index 825b44e7..4cdbac9b 100644 --- a/src/postgrest/CHANGELOG.md +++ b/src/postgrest/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* move postgrest from original repository to supabase-py monorepo ([#1213](https://github.com/supabase/supabase-py/pull/1213)). +* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself. + ## [1.1.1](https://github.com/supabase/postgrest-py/compare/v1.1.0...v1.1.1) (2025-06-23) diff --git a/src/realtime/CHANGELOG.md b/src/realtime/CHANGELOG.md index f3592cad..619dd2a0 100644 --- a/src/realtime/CHANGELOG.md +++ b/src/realtime/CHANGELOG.md @@ -1,7 +1,12 @@ -# CHANGELOG - - - +# CHANGELOG + +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* move realtime from original repository to supabase-py monorepo ([#1190](https://github.com/supabase/supabase-py/pull/1190)). +* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself. + ## [2.7.0](https://github.com/supabase/realtime-py/compare/v2.6.0...v2.7.0) (2025-07-28) diff --git a/src/storage/CHANGELOG.md b/src/storage/CHANGELOG.md index 3532979c..ef170b16 100644 --- a/src/storage/CHANGELOG.md +++ b/src/storage/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* move storage from original repository to supabase-py monorepo ([#1211](https://github.com/supabase/supabase-py/pull/1211)). +* NOTE: the version was bumped to 2.19.0 to have all the package versions in the monorepo be the same, simplifying version constraints. No changes were introduced in the package itself. + ## [0.12.2](https://github.com/supabase/storage-py/compare/v0.12.1...v0.12.2) (2025-08-15) diff --git a/src/supabase/CHANGELOG.md b/src/supabase/CHANGELOG.md index 1cfde0a3..e49b7433 100644 --- a/src/supabase/CHANGELOG.md +++ b/src/supabase/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.19.0](https://github.com/supabase/supabase-py/compare/v2.18.1...v2.19.0) (2025-09-16) + +### Features + +* finalize monorepo switch, consolidating postgrest, auth, storage, functions and realtime all inside the supabase-py monorepository ([#1218](https://github.com/supabase/supabase-py/pull/1218)). + + ## [2.18.1](https://github.com/supabase/supabase-py/compare/v2.18.0...v2.18.1) (2025-08-12) From cf5a7024a5f3f9adc6a6bb72c7b009414bba32c1 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 16:06:37 -0300 Subject: [PATCH 5/7] chore: manually alter version.py of each package to bump to 2.19.0 --- src/auth/src/supabase_auth/version.py | 2 +- src/functions/src/supabase_functions/version.py | 2 +- src/postgrest/src/postgrest/version.py | 2 +- src/realtime/src/realtime/version.py | 2 +- src/storage/src/storage3/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/auth/src/supabase_auth/version.py b/src/auth/src/supabase_auth/version.py index 73f4a454..35a339b4 100644 --- a/src/auth/src/supabase_auth/version.py +++ b/src/auth/src/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.13.0" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} diff --git a/src/functions/src/supabase_functions/version.py b/src/functions/src/supabase_functions/version.py index f8fecfdc..35a339b4 100644 --- a/src/functions/src/supabase_functions/version.py +++ b/src/functions/src/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.11.0" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} diff --git a/src/postgrest/src/postgrest/version.py b/src/postgrest/src/postgrest/version.py index 1a9ffeaf..35a339b4 100644 --- a/src/postgrest/src/postgrest/version.py +++ b/src/postgrest/src/postgrest/version.py @@ -1 +1 @@ -__version__ = "1.2.0" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} diff --git a/src/realtime/src/realtime/version.py b/src/realtime/src/realtime/version.py index 00b37667..35a339b4 100644 --- a/src/realtime/src/realtime/version.py +++ b/src/realtime/src/realtime/version.py @@ -1 +1 @@ -__version__ = "2.8.0" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} diff --git a/src/storage/src/storage3/version.py b/src/storage/src/storage3/version.py index 03c16224..35a339b4 100644 --- a/src/storage/src/storage3/version.py +++ b/src/storage/src/storage3/version.py @@ -1 +1 @@ -__version__ = "0.13.0" # {x-release-please-version} +__version__ = "2.19.0" # {x-release-please-version} From 119bb3d865ac9c4a29bcfa0526fa7c2376555a2d Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 16:28:10 -0300 Subject: [PATCH 6/7] fix(storage): bump breaking version requirements to 3.0.0 otherwise bumping its version to 2.19 would be a breaking change, as this deprecated method would raise an error --- src/storage/src/storage3/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/storage/src/storage3/utils.py b/src/storage/src/storage3/utils.py index 93a1c3f1..6013fda5 100644 --- a/src/storage/src/storage3/utils.py +++ b/src/storage/src/storage3/utils.py @@ -7,14 +7,14 @@ class SyncClient(Client): @deprecated( - "0.11.3", "1.0.0", __version__, "Use `Client` from the httpx package instead" + "0.11.3", "3.0.0", __version__, "Use `Client` from the httpx package instead" ) def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) @deprecated( "0.11.3", - "1.0.0", + "3.0.0", __version__, "Use `close` method from `Client` in the httpx package instead", ) From c4aa91d4b4fcc3aa60a0486dbde67b0b55518dc1 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Tue, 16 Sep 2025 16:30:29 -0300 Subject: [PATCH 7/7] fix(postgrest): also bump deprecation deadline to 3.0.0 --- src/postgrest/src/postgrest/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/postgrest/src/postgrest/utils.py b/src/postgrest/src/postgrest/utils.py index c458af26..7d2da4f0 100644 --- a/src/postgrest/src/postgrest/utils.py +++ b/src/postgrest/src/postgrest/utils.py @@ -13,14 +13,14 @@ class SyncClient(BaseClient): @deprecated( - "1.0.2", "1.3.0", __version__, "Use `Client` from the httpx package instead" + "1.0.2", "3.0.0", __version__, "Use `Client` from the httpx package instead" ) def __init__(self, *args, **kwargs) -> None: super().__init__(*args, **kwargs) @deprecated( "1.0.2", - "1.3.0", + "3.0.0", __version__, "Use `close` method from `Client` in the httpx package instead", )