----- - Upgraded to socket.io protocol 1.x thanks to Sean Arietta and Joe Palmer
0.5.6
----- - Backported to support requests 0.8.2
0.5.5
----- - Fixed reconnection in the event of server restart - Fixed calling on_reconnect() so that it is actually called - Set default Namespace=None - Added support for Python 3.4
0.5.3
----- - Updated wait loop to exit if the client wants to disconnect - Fixed calling on_connect() so that it is called only once - Set heartbeat_interval to be half of the heartbeat_timeout
0.5.2
----- - Replaced secure=True with host='https://example.com' - Fixed sending heartbeats thanks to Travis Odom
0.5.1
----- - Added error handling in the event of websocket timeout - Fixed sending acknowledgments in custom namespaces thanks to Travis Odom