Skip to content

Commit 8065e23

Browse files
chore: release main
1 parent 6be6c0c commit 8065e23

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"src/supabase": "2.20.0",
3-
"src/realtime": "2.20.0",
3+
"src/realtime": "2.21.0",
44
"src/functions": "2.20.0",
55
"src/storage": "2.20.0",
66
"src/postgrest": "2.20.0",

src/realtime/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.21.0](https://github.com/supabase/supabase-py/compare/v2.20.0...v2.21.0) (2025-09-29)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## [2.20.0](https://github.com/supabase/supabase-py/compare/v2.19.0...v2.20.0) (2025-09-22)
411

512

src/realtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "realtime"
3-
version = "2.20.0" # {x-release-please-version}
3+
version = "2.21.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
{ name = "Joel Lee", email="joel@joellee.org"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.20.0" # {x-release-please-version}
1+
__version__ = "2.21.0" # {x-release-please-version}

0 commit comments

Comments
 (0)