summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2013-09-13 09:28:15 +0900
committerliris <liris.pp@gmail.com>2013-09-13 09:28:15 +0900
commit22128ca285a36a64cecfc2338492d4f4bbb05155 (patch)
treeaaeeb2bcd4f1acd791a464e3f21f46dc49ba62f2
parentedd6c7acbe0fb24a27a63961a9f55963b25a5e87 (diff)
parent9cd13676b090b02b7b0aedcbaeecbab20cf4fcb4 (diff)
downloadwebsocket-client-0.12.0-py3.tar.gz
Merge branch 'master' into py3v0.12.0-py3
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7a2acc9..7df261b 100644
--- a/README.rst
+++ b/README.rst
@@ -127,6 +127,17 @@ example::
ChangeLog
============
+- v0.12.0
+
+ - support keep alive for WebSocketApp(ISSUE#34)
+ - fix some SSL bugs(ISSUE#35, #36)
+ - fix "Timing out leaves websocket library in bad state"(ISSUE#37)
+ - fix "WebSocketApp.run_with_no_err() silently eats all exceptions"(ISSUE#38)
+ - WebSocketTimeoutException will be raised for ws/wss timeout(ISSUE#40)
+ - improve wsdump message(ISSUE#42)
+ - support fragmentation message(ISSUE#43)
+ - fix some bugs
+
- v0.11.0
- Only log non-normal close status(ISSUE#31)