8000 chore(main): release 2.4.0 (#277) · supabase/realtime-py@94e9448 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94e9448

Browse files
chore(main): release 2.4.0 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 09c6269 commit 94e9448

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.3.0"
2+
".": "2.4.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.4.0](https://github.com/supabase/realtime-py/compare/v2.3.0...v2.4.0) (2025-02-19)
6+
7+
8+
### Features
9+
10+
* remove the need of calling listen method ([#274](https://github.com/supabase/realtime-py/issues/274)) ([0a96f70](https://github.com/supabase/realtime-py/commit/0a96f709db5f2c6dc04b246bc63 8000 7368b0df11674))
11+
12+
13+
### Bug Fixes
14+
15+
* Set default heartbeat interval to 25s ([#276](https://github.com/supabase/realtime-py/issues/276)) ([09c6269](https://github.com/supabase/realtime-py/commit/09c6269f7bab8654865a942244951cedccd78bbb))
16+
517
## [2.3.0](https://github.com/supabase/realtime-py/compare/v2.2.0...v2.3.0) (2025-01-29)
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.3.0" # {x-release-please-version}
3+
version = "2.4.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.3.0" # {x-release-please-version}
1+
__version__ = "2.4.0" # {x-release-please-version}

0 commit comments

Comments
 (0)
0