Skip to content

Commit 049d185

Browse files
chore(main): release 2.1.0 (#250)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e96ff9c commit 049d185

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.6"
2+
".": "2.1.0"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33

44

5+
## [2.1.0](https://github.com/supabase/realtime-py/compare/v2.0.6...v2.1.0) (2024-12-30)
6+
7+
8+
### Features
9+
10+
* Check if url is a WS URL ([#227](https://github.com/supabase/realtime-py/issues/227)) ([f82597e](https://github.com/supabase/realtime-py/commit/f82597e4be1e567df4f28ffc81186a82ad3218ea))
11+
12+
13+
### Bug Fixes
14+
15+
* default mutable arguments ([#216](https://github.com/supabase/realtime-py/issues/216)) ([093f84d](https://github.com/supabase/realtime-py/commit/093f84d5f230667337b2ef22c1e8474ea7ab19b8))
16+
* Fix heartbeat ([#248](https://github.com/supabase/realtime-py/issues/248)) ([9477bd0](https://github.com/supabase/realtime-py/commit/9477bd0c736661e1628a37973a5a04eb6062917a))
17+
* prevent sending expired tokens ([#244](https://github.com/supabase/realtime-py/issues/244)) ([74ad7da](https://github.com/supabase/realtime-py/commit/74ad7da0e7036262ed6d445af9202cb37ea30ccd))
18+
519
## [2.0.6](https://github.com/supabase/realtime-py/compare/v2.0.5...v2.0.6) (2024-10-16)
620

721

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "realtime"
3-
version = "2.0.6" # {x-release-please-version}
3+
version = "2.1.0" # {x-release-please-version}
44
description = ""
55
authors = [
66
"Joel Lee <[email protected]>",

realtime/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.6" # {x-release-please-version}
1+
__version__ = "2.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)