Skip to content
Open
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.21.1"
".": "2.22.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.22.0](https://github.com/supabase/supabase-py/compare/v2.21.1...v2.22.0) (2025-10-06)


### Features

* **realtime:** add support for broadcast replay configuration ([#1235](https://github.com/supabase/supabase-py/issues/1235)) ([bc2cf08](https://github.com/supabase/supabase-py/commit/bc2cf081b453af1bb322a0612673e1f91c449a44))

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


Expand Down
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.21.1" # {x-release-please-version}
version = "2.22.0" # {x-release-please-version}
description = "Python Client Library for Supabase Auth"
authors = [
{name = "Joel Lee", email = "[email protected]" }
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.21.1" # {x-release-please-version}
__version__ = "2.22.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.21.1" # {x-release-please-version}
version = "2.22.0" # {x-release-please-version}
description = "Library for Supabase Functions"
authors = [
{ name = "Joel Lee", email = "[email protected]" },
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.21.1" # {x-release-please-version}
__version__ = "2.22.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.21.1" # {x-release-please-version}
version = "2.22.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 = "[email protected]"},
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.21.1" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion src/realtime/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "realtime"
version = "2.21.1" # {x-release-please-version}
version = "2.22.0" # {x-release-please-version}
description = ""
authors = [
{ name = "Joel Lee", email="[email protected]"},
Expand Down
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.21.1" # {x-release-please-version}
__version__ = "2.22.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.21.1" # {x-release-please-version}
version = "2.22.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.21.1" # {x-release-please-version}
__version__ = "2.22.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.21.1" # {x-release-please-version}
version = "2.22.0" # {x-release-please-version}
description = "Supabase client for Python."
authors = [
{ name = "Joel Lee", email = "[email protected]" },
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.21.1" # {x-release-please-version}
__version__ = "2.22.0" # {x-release-please-version}