summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Shepelev <temotor@gmail.com>2021-09-01 12:14:09 +0300
committerSergey Shepelev <temotor@gmail.com>2021-09-01 12:14:09 +0300
commit0100950373b305f36408ae7fbce1e46260eb2d9b (patch)
tree5f2371e292da05a542177ad04a7e464b628b767c /NEWS
parent254a772893ed5a376d7b1e76816aebe1a4fc1c7b (diff)
downloadeventlet-0100950373b305f36408ae7fbce1e46260eb2d9b.tar.gz
v0.32.0 releasev0.32.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d48ecd..5551849 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.32.0
+======
+* greendns: compatibility with dnspython v2 https://github.com/eventlet/eventlet/pull/722
+* green.ssl: wrap_socket now accepts argument `ciphers` https://github.com/eventlet/eventlet/pull/718
+* websocket: control frames are now always uncompressed per RFC 7692; Thanks to Onno Kortmann
+
0.31.1
======
* ssl: py3.6 using client certificates raised ValueError: check_hostname needs server_hostname argument https://github.com/eventlet/eventlet/pull/705