This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1 .0.6 "
2+ "." : " 2 .0.0 "
33}
Original file line number Diff line number Diff line change 22
33
44
5+ ## [ 2.0.0] ( https://github.com/supabase/realtime-py/compare/v1.0.6...v2.0.0 ) (2024-08-16)
6+
7+
8+ ### ⚠ BREAKING CHANGES
9+
10+ * realtime v2 ([ #178 ] ( https://github.com/supabase/realtime-py/issues/178 ) )
11+
12+ ### Features
13+
14+ * add set_auth method ([ #175 ] ( https://github.com/supabase/realtime-py/issues/175 ) ) ([ 5859c72] ( https://github.com/supabase/realtime-py/commit/5859c729590ffd1673cc626d8276b5366ff11ede ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * realtime v2 ([ #178 ] ( https://github.com/supabase/realtime-py/issues/178 ) ) ([ 981a5d0] ( https://github.com/supabase/realtime-py/commit/981a5d0d3c10a60430810a6a0505bf751d931e61 ) )
20+
521## v1.0.6 (2024-06-15)
622
723### Build
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " realtime"
3- version = " 1 .0.6 " # {x-release-please-version}
3+ version = " 2 .0.0 " # {x-release-please-version}
44description = " "
55authors = [
66 " Joel Lee <joel@joellee.org>" ,
Original file line number Diff line number Diff line change 1- __version__ = "1 .0.6 " # {x-release-please-version}
1+ __version__ = "2 .0.0 " # {x-release-please-version}
You can’t perform that action at this time.
0 commit comments