diff --git a/CHANGES.rst b/CHANGES.rst index 84ccc57..5b0b164 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.5.1 +----- +- Added error handling in the event of websocket timeout +- Fixed sending acknowledgments in custom namespaces thanks to Travis Odom + 0.5 --- - Rewrote library to use coroutines instead of threads to save memory diff --git a/README.rst b/README.rst index 0a9bb4e..36535a6 100644 --- a/README.rst +++ b/README.rst @@ -135,7 +135,7 @@ Credits - `Hiroki Ohtani`_ wrote websocket-client_. - rod_ wrote a `prototype for a Python client to a socket.io server`_ on StackOverflow. - `Alexandre Bourget`_ wrote gevent-socketio_, which is a socket.io server written in Python. -- `Paul Kienzle`_, `Zac Lee`_, `Josh VanderLinden`_, `Ian Fitzpatrick`_, `Lucas Klein`_, `Rui Chicoria`_ submitted code to expand support of the socket.io protocol. +- `Paul Kienzle`_, `Zac Lee`_, `Josh VanderLinden`_, `Ian Fitzpatrick`_, `Lucas Klein`_, `Rui Chicoria`_, `Travis Odom`_ submitted code to expand support of the socket.io protocol. - `Bernard Pratz`_ and `Francis Bull`_ wrote prototypes to support xhr-polling and jsonp-polling. - `Eric Chen`_, `Denis Zinevich`_, `Thiago Hersan`_ suggested ways to make the connection more robust. @@ -163,6 +163,7 @@ Credits .. _Ian Fitzpatrick: https://github.com/GraphEffect .. _Lucas Klein: https://github.com/lukashed .. _Rui Chicoria: https://github.com/rchicoria +.. _Travis Odom: https://github.com/burstaholic .. _Eric Chen: https://github.com/taiyangc .. _Denis Zinevich: https://github.com/dzinevich