PackageTrack
Sign in Get early access

gevent-websocket

Websocket handler for the gevent pywsgi server, a Python network library

0.10.1 1.1M downloads/mo #4314 most downloaded on PyPI source

What this package is like to depend on

Last release 9 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 1.8 years

This project publishes no release notes

the list below is its commits, not an announcement

Nothing withdrawn

no release was ever pulled

16 years old

20 releases · first in 2010

0 releases in the last 12 months

see the full history below

Release timeline

20 releases · Aug 2010 to Mar 2017
2011 2013 2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 20
  1. 0.10.1 12 Mar 2017
    Commits, not release notes

    This project publishes no release notes. Between 0.9.5 and 0.10.1 there were 16 commits, 15 of them substantive:

    • Fix missing import and incorrect iteration over OrderedDict.
    • Merged in tysonclugg/gevent-websocket/tysonclugg/fix-missing-import-and-incorrect-iterati-1432705199393 (pull request #26)
    • Added tag 0.9.5 for changeset e366791ba879
    • Version bump
    • Pep8
    • Fix ordereddict issue: #67, #66, #68
    • updated print statements
    • Add _compat.py file for compatibility between Python 2 and 3. Let's try
    • updated vendor'ed utf8validator
    • improved test runner
    • convering to python3 (not working yet)
    • Fixed #53
    • moar bytes
    • Dual Python 2 + Python 3 support
    • Version 0.10.1
    Compare on the forge →
  2. 0.10 12 Mar 2017

    Nothing published for this version

  3. 0.9.5 27 May 2015
    Commits, not release notes

    This project publishes no release notes. Between 0.9.3 and 0.9.5 there were 198 commits, 196 of them substantive:

    • Initial commit
    • Updated distribution files and docs
    • Fixed error on sudden connection close
    • Implemented worker for Gunicorn
    • Test files
    • Added tag 0.1.0 for changeset db36f8fdb8da
    • Version 0.1.0
    • Updated docs
    • Refactored websocket passthrough. WebSocket can now be found using
    • Added tag 0.2.0 for changeset b66e3d852b67
    • Updated version in setup.py
    • Removed tag 0.2.0
    • Updated README to reflect new functionality
    • Added tag 0.2.0 for changeset 577471fa4295
    • Now also supports protocol version 75 (thanks Nicholas Piël)
    • Version bump
    • Added tag 0.2.1 for changeset 51bdf2cbcb70
    • Added optional wsgi app call to response. Also improved testing.
    • Bumped version to 0.2.2
    • Added tag 0.2.2 for changeset 15e3a7e3ea39

    …and 176 more.

    Compare on the forge →
  4. 0.9.4 26 May 2015

    Nothing published for this version

  5. 0.9.3 19 Feb 2014
    Commits, not release notes

    This project publishes no release notes. Between 0.9.2 and 0.9.3 there were 3 commits, 3 of them substantive:

    • Added tag 0.9.2 for changeset 9090af137a42
    • ujson is optional now #46
    • oops (left ipdb import in source)
    Compare on the forge →
  6. 0.9.2 27 Jan 2014
    Commits, not release notes

    This project publishes no release notes. Between 0.9.1 and 0.9.2 there were 16 commits, 16 of them substantive:

    • Updated example
    • Added tag 0.9.1 for changeset fcdc4c0ea93a
    • Merge
    • Created new branch fixup-python3
    • Invoke print in a manner compatible with Python 2 and 3
    • Support for regex in path matching
    • Fixed an infinite closing bug
    • Merged in moses-palmer/gevent-websocket/fixup-python3 (pull request #15)
    • Wamp is now using ujson instead of json stdlib
    • Moved examples to their own dir and rewrote wamp example
    • Listening on 0.0.0.0
    • usability fixes
    • Fix memory leak caused by circular references in greenlet.
    • Closed #49: Changed header check order to allow HTTP/1.0 for non-websocket WSGI apps.
    • Fixed #48, removed print statement.
    • #47 removed check for None
    Compare on the forge →
  7. 0.9.1 29 Dec 2013
    Commits, not release notes

    This project publishes no release notes. Between 0.9 and 0.9.1 there were 3 commits, 3 of them substantive:

    • Added tag 0.9 for changeset 64e14b7012d3
    • Fixed infinite loop #44
    • Bumped version
    Compare on the forge →
  8. 0.9 28 Nov 2013
    Commits, not release notes

    This project publishes no release notes. Between v0.3.6 and 0.9 there were 57 commits, 56 of them substantive:

    • Added tag v0.3.6 for changeset 6da985158684
    • send correct handshak for websocket-hixhi-76
    • Add Debian packaging scripts
    • Change debian/source/format - we don't have patches to apply
    • Merge
    • set socket attribute in WebSocketHixie
    • Fix autobahn tests
    • First draft implementation of sub protocols. Example implementation is WAMP.
    • Backported Nick Joyce's changes @ https://github.com/njoyce which improves error
    • Updated examples to reflect the latest changes.
    • Added logging methods
    • Implement WebSocketServer which wraps Gevent ℗WSGIServer to improve usability.
    • Removed unused file.
    • Fixed bugs
    • Tweaking response
    • Added Validator
    • Build in utf8 validation
    • Enable all tests
    • Make logger available in Websocket Class
    • Validate utf8 in closing frame. Removed decoding of utf8 in lib.

    …and 36 more.

    Compare on the forge →
  9. 0.3.6 23 Apr 2012
    Commits, not release notes

    This project publishes no release notes. Between v0.3.5 and v0.3.6 there were 8 commits, 8 of them substantive:

    • Added imports to overcome undefined names
    • Added tag v0.3.5 for changeset ab3454d62a90
    • Added CHANGELOG
    • Merged in pilliq/gevent-websocket/default (pull request #8)
    • Fixed #24 socket_error undefined
    • Added tag v0.3.6 for changeset c496b7d6174a
    • Merged Pull request
    • Removed tag v0.3.6
    Compare on the forge →
  10. 0.3.5 23 Apr 2012
    Commits, not release notes

    This project publishes no release notes. Between v0.3.4 and v0.3.5 there were 3 commits, 3 of them substantive:

    • Added tag v0.3.4 for changeset fa79b0c5317f
    • Added
    • Added missing Gunicorn worker
    Compare on the forge →
  11. 0.3.4 15 Mar 2012
    Commits, not release notes

    This project publishes no release notes. Between v0.3.3 and v0.3.4 there were 4 commits, 4 of them substantive:

    • Added MANIFEST.in
    • Added tag v0.3.3 for changeset 6f293bb7dcbe
    • Merge
    • Tagged version 0.3.4
    Compare on the forge →
  12. 0.3.3 15 Mar 2012

    Nothing published for this version

  13. 0.3.2 14 Mar 2012

    Nothing published for this version

  14. 0.3.1 06 Mar 2012

    Nothing published for this version

  15. 0.3.0 02 Feb 2012

    Nothing published for this version

  16. 0.2.3 12 Apr 2011

    Nothing published for this version

  17. 0.2.2 15 Feb 2011

    Nothing published for this version

  18. 0.2.1 31 Aug 2010

    Nothing published for this version

  19. 0.2.0 08 Aug 2010

    Nothing published for this version

  20. 0.1.0 04 Aug 2010

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive