Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit b35bbb6

Browse files
chore(main): release 2.2.0 (#266)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66db32e commit b35bbb6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33

44

5+
## [2.2.0](https://github.com/supabase/realtime-py/compare/v2.1.0...v2.2.0) (2025-01-22)
6+
7+
8+
### Features
9+
10+
* add support for `system` event ([#264](https://github.com/supabase/realtime-py/issues/264)) ([0396c7b](https://github.com/supabase/realtime-py/commit/0396c7b759842ce8f029e606ab59b6eb91bc4145))
11+
12+
13+
### Bug Fixes
14+
15+
* send correct payload to channel on reconnect ([#262](https://github.com/supabase/realtime-py/issues/262)) ([66db32e](https://github.com/supabase/realtime-py/commit/66db32e571df505561b97e1ddcedfaca516c648c))
16+
517
## [2.1.0](https://github.com/supabase/realtime-py/compare/v2.0.6...v2.1.0) (2024-12-30)
618

719

pyproject.toml

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

realtime/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0" # {x-release-please-version}
1+
__version__ = "2.2.0" # {x-release-please-version}

0 commit comments

Comments
 (0)