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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.20.0"
".": "2.21.0"
}
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG
# Changelog

## [2.21.0](https://github.com/supabase/supabase-py/compare/v2.20.0...v2.21.0) (2025-10-03)


### Features

* **functions:** add region as forceFunctionRegion query parameter ([#1236](https://github.com/supabase/supabase-py/issues/1236)) ([8b4b56c](https://github.com/supabase/supabase-py/commit/8b4b56c1ac1c313d717551304e3684261d00d717))
* **postgrest:** fix postgrest typing ([#1231](https://github.com/supabase/supabase-py/issues/1231)) ([82f60b9](https://github.com/supabase/supabase-py/commit/82f60b9d77a759622e50854ff63aee0f59b95515))
* **realtime:** add presence enabled flag on join payload ([#1229](https://github.com/supabase/supabase-py/issues/1229)) ([6be6c0c](https://github.com/supabase/supabase-py/commit/6be6c0cdbbbd70259c4919f3b3b442358c0778f9))


### Bug Fixes

* unify changelogs ([#1241](https://github.com/supabase/supabase-py/issues/1241)) ([33038ba](https://github.com/supabase/supabase-py/commit/33038ba0e075a62ce4eaf0cfd240d93a10322ad3))

## CHANGELOG

## v.2.20.0 (and lower)

For version 2.20.0 or lower, please consult `src/{package}/CHANGELOG.md` for individual packages changes. Since version 2.21.0, the changelogs for all subpackages have been unified into this single file, for their versions are unified into a single one.
For version 2.20.0 or lower, please consult `src/{package}/CHANGELOG.md` for individual packages changes. Since version 2.21.0, the changelogs for all subpackages have been unified into this single file, for their versions are unified into a single one.
2 changes: 1 addition & 1 deletion src/auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase_auth"
version = "2.20.0" # {x-release-please-version}
version = "2.21.0" # {x-release-please-version}
description = "Python Client Library for Supabase Auth"
authors = [
{name = "Joel Lee", email = "joel@joellee.org" }
Expand Down
2 changes: 1 addition & 1 deletion src/auth/src/supabase_auth/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/functions/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase_functions"
version = "2.20.0" # {x-release-please-version}
version = "2.21.0" # {x-release-please-version}
description = "Library for Supabase Functions"
authors = [
{ name = "Joel Lee", email = "joel@joellee.org" },
Expand Down
2 changes: 1 addition & 1 deletion src/functions/src/supabase_functions/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/postgrest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "postgrest"
version = "2.20.0" # {x-release-please-version}
version = "2.21.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"},
Expand Down
2 changes: 1 addition & 1 deletion src/postgrest/src/postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/realtime/src/realtime/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
license = "MIT"
readme = "README.md"
version = "2.20.0" # {x-release-please-version}
version = "2.21.0" # {x-release-please-version}
requires-python = ">=3.9"

dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/storage/src/storage3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/supabase/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "supabase"
version = "2.20.0" # {x-release-please-version}
version = "2.21.0" # {x-release-please-version}
description = "Supabase client for Python."
authors = [
{ name = "Joel Lee", email = "joel@joellee.org" },
Expand Down
2 changes: 1 addition & 1 deletion src/supabase/src/supabase/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}
253 changes: 7 additions & 246 deletions uv.lock

Large diffs are not rendered by default.