diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2021d7ba..f13b62a9 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.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/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/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/auth/pyproject.toml b/src/auth/pyproject.toml index 15060378..7fa3d1da 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.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/auth/src/supabase_auth/version.py b/src/auth/src/supabase_auth/version.py index 671be61f..35a339b4 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.19.0" # {x-release-please-version} 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/functions/pyproject.toml b/src/functions/pyproject.toml index 131e900f..2531fbc3 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 = "2.19.0" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ { name = "Joel Lee", email = "joel@joellee.org" }, diff --git a/src/functions/src/supabase_functions/version.py b/src/functions/src/supabase_functions/version.py index 645cf3a8..35a339b4 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__ = "2.19.0" # {x-release-please-version} 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/postgrest/pyproject.toml b/src/postgrest/pyproject.toml index f0f125d2..42389177 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 = "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/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", ) diff --git a/src/postgrest/src/postgrest/version.py b/src/postgrest/src/postgrest/version.py index 349bf79f..35a339b4 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__ = "2.19.0" # {x-release-please-version} 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/realtime/pyproject.toml b/src/realtime/pyproject.toml index b8a8c45b..d9d6fbbc 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.19.0" # {x-release-please-version} description = "" authors = [ { name = "Joel Lee", email="joel@joellee.org"}, diff --git a/src/realtime/src/realtime/version.py b/src/realtime/src/realtime/version.py index 4f4ea4a4..35a339b4 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.19.0" # {x-release-please-version} 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/storage/pyproject.toml b/src/storage/pyproject.toml index bddef39f..b4429800 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 = "2.19.0" # {x-release-please-version} requires-python = ">=3.9" dependencies = [ 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", ) diff --git a/src/storage/src/storage3/version.py b/src/storage/src/storage3/version.py index 89808b86..35a339b4 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__ = "2.19.0" # {x-release-please-version} 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) 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/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}