gevent 1.1 available

502 views
Skip to first unread message

Jason Madden

unread,
Mar 5, 2016, 1:01:39 PM3/5/16
to gevent: coroutine-based Python network library
Hello,

This is the first release of gevent 1.1, featuring support for Python 3 and PyPy, as well as a host of other fixes and additions.


For an overview of what's changed since 1.0.2, see http://www.gevent.org/whatsnew_1_1.html

For a detailed list of what's changed since 1.0.2 (including the small number of fixes introduced since the last release candidate) see http://www.gevent.org/changelog.html

This release is the culmination of a year of work. It owes a great deal of thanks to the more than two dozen contributors who submitted code, and the many more who created and discussed the over 200 issues that were closed. The list is too long to include here, but credits can be found in the changelog.

As always, please report any issues you have on the issue tracker (https://github.com/gevent/gevent/issues). Don't panic if the list of open issues goes up in the next few days, this is the first release with wide availability (i.e., pip will install it by default) so I expect some new issues to be discovered. That said, gevent pre-releases have been in production usage at several organizations for some time now so it should be quite stable. I was going to hold off on the official announcement for a few days to see if any critical issues were reported, but the news showed up on reddit within two hours of the binaries making it to PyPI. So much for that plan :) 

Cheers,
Jason

Fei Li

unread,
Mar 8, 2016, 11:09:17 PM3/8/16
to gevent: coroutine-based Python network library
Great!!

Prabhat Ranjan

unread,
May 21, 2016, 8:16:05 AM5/21/16
to gevent: coroutine-based Python network library
Hello Jason,

I need gevent 1.0 to build my existing project. can you please help me to get gevent 1.0. 

Thank you in advance.
Prabhat Ranjan

Jason Madden

unread,
May 21, 2016, 8:18:27 AM5/21/16
to gev...@googlegroups.com
gevent 1.0.x (and almost all other versions ever created) remains on PyPI where it can be installed with pip. Here's one way to list available versions:

$ pip install gevent==dne
Collecting gevent==dne
Could not find a version that satisfies the requirement gevent==dne (from versions: 0.9.2, 0.9.3, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.12.1, 0.12.2, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 1.0, 1.0.1, 1.0.2, 1.1a1, 1.1a2, 1.1b1, 1.1b2, 1.1b3, 1.1b4, 1.1b5, 1.1b6, 1.1rc1, 1.1rc2, 1.1rc3, 1.1rc4, 1.1rc5, 1.1.0, 1.1.1)

Many of these are also tagged and/or have tarballs and binaries uploaded to github (https://github.com/gevent/gevent/releases).



Reply all
Reply to author
Forward
0 new messages