eventlet v0.29.1 Release Notes

Release Date: 2020-10-22 // over 3 years ago

Previous changes from v0.26.0

    • ๐Ÿ›  Fix compatibility with SSLContext usage >= Python 3.7
    • wsgi: Fix header capitalization on py3
    • ๐Ÿ›  Fix #508: Py37 Deadlock ThreadPoolExecutor (#598)
    • โฌ‡๏ธ drop Python 3.4 support
    • ๐Ÿ›  Fix misc SyntaxWarning's under Python 3.8
    • Remove unnecessary assignment in _recv_loop (#601)