summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2019-12-25 21:39:09 +0900
committerliris <liris.pp@gmail.com>2019-12-25 21:39:09 +0900
commit7315fae18736a7862ea5123741c2ccd5fd712a3c (patch)
tree21b022e5dc811c9aa4748c23459eb51c097c7035
parent9c73ddfbeb00fac9aa19c856d0b3b225a444dfc1 (diff)
downloadwebsocket-client-7315fae18736a7862ea5123741c2ccd5fd712a3c.tar.gz
Change Log
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d84d27c..f3aea36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,17 @@ ChangeLog
- 0.57.0
- wsdump: Fix --headers option (#589)
- Fix getting 400 bad request with long proxy authorization string (#587)
+ - Fix for errors that occur when closing websocket from another thread (#586)
+ - avoid calling repr(data) if tracing is not enabled (#584)
+ - Fixed typo (#579)
+ - Create dummy `ssl` object (#577)
+ - Show compressed text messages in wsdump.py (#576)
+ - Resolve issue opening socket to intranet on Windows 10 with no proxy settings but behind proxy (#573)
+ - Expose http connection header to user (#566)
+ - Improve the readability of HTTP status codes. (#553)
+ - fix the compatible issue with gevent+dnspython (#547)
+ - v should be checked for emptry string before splitting it (#539)
+ - _handshake: hasattr checks on six before accessing the values (#533)
- 0.56.0