summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2017-04-06 01:31:08 +0300
committerSergey Shepelev <temotor@gmail.com>2017-04-06 01:31:08 +0300
commit1ed0c7f556656e48089aefc41476761e27c4f156 (patch)
treeba36e5a2078bb6281e621d5dd97e01a6a5e68cda /NEWS
parent61fc317c22a84201beabe892f61a30ae59206aba (diff)
downloadeventlet-1ed0c7f556656e48089aefc41476761e27c4f156.tar.gz
v0.21.0 releasev0.21.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d9c94d..c57fd85 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+0.21.0
+======
+* New timeout error API: .is_timeout=True on exception object
+ It's now easy to test if network error is transient and retry is appropriate.
+ Please spread the word and invite other libraries to support this interface.
+* hubs: use monotonic clock by default (bundled package); Thanks to Roman Podoliaka and Victor Stinner
+* dns: EVENTLET_NO_GREENDNS option is back, green is still default
+* dns: hosts file was consulted after nameservers
+* ssl: RecursionError on Python3.6+; Thanks to justdoit0823@github and Gevent developers
+* wsgi: log_output=False was not disabling startup and accepted messages
+* greenio: Fixed OSError: [WinError 10038] Socket operation on nonsocket
+* dns: EAI_NODATA was removed from RFC3493 and FreeBSD
+* green.select: fix mark_as_closed() wrong number of args
+* green.zmq: socket.{recv,send}_* signatures did not match recent upstream pyzmq
+* New feature: Add zipkin tracing to eventlet
+* db_pool: proxy Connection.set_isolation_level()
+* green.zmq: support RCVTIMEO (receive timeout)
+* green.profile: Python3 compatibility; Thanks to Artur Stawiarski
+* support: upgrade bundled six to 1.10 (dbfbfc818e3d)
+* python3.6: http.client.request support chunked_encoding
+
0.20.1
======
* dns: try unqualified queries as top level