Skip to content

Commit 536d2b0

Browse files
committed
docs: update changelog for v2.1.4 release
1 parent 76b2aa7 commit 536d2b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v2.1.4](https://github.com/ably/ably-python/tree/v2.1.4)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.3...v2.1.4)
6+
7+
### What's Changed
8+
9+
- Fixed handling of normal WebSocket close frames and improved reconnection logic [#672](https://github.com/ably/ably-python/pull/672)
10+
311
## [v2.1.3](https://github.com/ably/ably-python/tree/v2.1.3)
412

513
[Full Changelog](https://github.com/ably/ably-python/compare/v2.1.2...v2.1.3)

test/ably/realtime/realtimeconnection_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ async def test_normal_ws_close_triggers_immediate_reconnection(self):
481481
disconnected_retry_timeout=500_000,
482482
suspended_retry_timeout=500_000,
483483
tls=False,
484-
endpoint=proxy.endpoint,
484+
realtime_host=proxy.endpoint,
485485
)
486486

487487
try:

0 commit comments

Comments
 (0)