WebSocket-for-Python v0.3.3 Release Notes

Release Date: 2014-03-29 // almost 10 years ago
  • Full Changelog

    Implemented enhancements:

    • ๐Ÿš€ Upload releases to PyPI for compatibility with new pip versions #99
    • ๐Ÿ‘ Gradually drop support for Python <2.7 and <3.3.2 #91

    ๐Ÿ›  Fixed bugs:

    • Catch MemoryError when uploading a music file(size: 16M) #113
    • ws4py 0.2.2 no longer working on Chrome version 30 #108

    Closed issues:

    • โœ… Exception in thread WebSocketClient during unit testing #122
    • TypeError: __str__ returned non-string (type bytes) #121
    • While using the Gevent WebSocket client an os error, OSError: [Errno 24] Too many open files, occurs #120
    • AttributeError: 'MyClient' object has no attribute '_cleanup' #119
    • Message string representation does not work in Python 3 #117
    • ๐Ÿ“ฆ Not able to install a specific version of an unsecure package #115
    • How to use WebSocketManager with server? #111
    • client: KeyboardInterrupt silently catched #109
    • โœ… unittests2 shouldn't be needed with python >= 2.7 and >= 3.2 #106

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“š base example documentation fix #118 (husio)
    • ๐Ÿ›  fix: changed gevent server to use a real gevent.pool.Pool #114 (fischerq)
    • Tutorial should import TornadoWebSocketClient. #112 (ajdavis)
    • ๐Ÿ›  Fix cherrypy logging #107 (UncleRus)