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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"src/supabase": "2.20.0",
"src/realtime": "2.20.0",
"src/realtime": "2.21.0",
"src/functions": "2.20.0",
"src/storage": "2.20.0",
"src/postgrest": "2.20.0",
"src/postgrest": "2.21.0",
"src/auth": "2.20.0"
}
7 changes: 7 additions & 0 deletions src/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

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


### Features

* mypy postgrest ([#1231](https://github.com/supabase/supabase-py/issues/1231)) ([82f60b9](https://github.com/supabase/supabase-py/commit/82f60b9d77a759622e50854ff63aee0f59b95515))

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


Expand Down
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}
7 changes: 7 additions & 0 deletions src/realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

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


### Features

* **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))

## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)


Expand Down
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.20.0" # {x-release-please-version}
version = "2.21.0" # {x-release-please-version}
description = ""
authors = [
{ name = "Joel Lee", email="joel@joellee.org"},
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.20.0" # {x-release-please-version}
__version__ = "2.21.0" # {x-release-please-version}