gevent v1.5.a2 Release Notes

Release Date: 2019-10-21 // over 4 years ago
    • ➕ Add support for CPython 3.8.0. (Windows wheels are not yet available.)

    • ⚡️ Update to Cython 0.29.13 and cffi 1.12.3.

    • ➕ Add an --module option to gevent.monkey allowing to run a Python module rather than a script. See :pr:1440.

    • 👌 Improve the way joining the main thread works on Python 3.

    • Implement SSLSocket.verify_client_post_handshake() when available.

    • 🛠 Fix tests when TLS1.3 is supported.

    • Disable Nagle's algorithm in the backdoor server. This can improve interactive response time.

    • ✅ Test on Python 3.7.4. There are important SSL test fixes.