summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
committerengn33r <engn33r@users.noreply.github.com>2023-01-26 00:00:00 +0000
commit91b76c8b1b34d08b56bc7e27fffd8e194174b5ba (patch)
tree350fc75bf0e670f1656ee39353dd3b0023cf05a1 /ChangeLog
parent8af1cbb17f5f12c9999fc56adf7b0187a1714174 (diff)
downloadwebsocket-client-91b76c8b1b34d08b56bc7e27fffd8e194174b5ba.tar.gz
1.5.0v1.5.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 409041a..e791ab8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
ChangeLog
============
+- 1.5.0
+ - Refactor and improve ping/pong logic to resolve several issues, including an infinite loop issue during reconnect (#862)
+ - Fix issue where `skip_utf8_validation = True` is ignored (#886)
+ - Fix issue where sslopt `is_ssl` is ignored (#875)
+ - Downgrade "websocket connected" message from logging.warning to logging.info (#888)
+ - Update github actions to newer versions (669fe1b)
+
- 1.4.2
- create_dispatcher is determined by URL ws/wss, NOT by presence of sslopt args, to maintain consistency (#875)
- Remove redundant key generation line (#864)