WebSocket-for-Python v0.2.2 Release Notes

Release Date: 2012-06-21 // almost 12 years ago
  • Full Changelog

    Closed issues:

    • memory leak in streaming.Stream #51
    • ws4py shouldn't send a masked message to the client #50
    • In client/__init__.py: remaining 'body' bytes ignored #46
    • ws4py.client.threadedclient is not compatible with ws4py.server.cherrypyserver #44
    • infinite loop in threadedclient.py when server closes websocket #23

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”„ Change Sec-WebSocket-Origin header to Origin as per RFC #49 (jtakkala)
    • ๐Ÿ‘ท Testing: Add support for python setup.py test, tox, and Travis CI #47 (msabramo)
    • ๐Ÿ›  Fixed geventclient.WebSocketClient.receive() blocking forever #45 (aluzzardi)
    • โœ… Doctest fixed at ws4py.framing in Frame #43 (stuntgoat)
    • โœ‚ Delete greenlet start() #42 (yrttyr)