8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1412f5e commit f717f38Copy full SHA for f717f38
NEWS
@@ -1,3 +1,7 @@
1
+0.31.0
2
+======
3
+* IMPORTANT: websocket: Limit maximum uncompressed frame length to 8MiB https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2
4
+
5
0.30.3
6
======
7
* wsgi: websocket ALREADY_HANDLED flag on corolocal
eventlet/__init__.py
@@ -8,7 +8,7 @@
8
DeprecationWarning,
9
)
10
11
-version_info = (0, 30, 3)
+version_info = (0, 31, 0)
12
__version__ = '.'.join(map(str, version_info))
13
# This is to make Debian packaging easier, it ignores import
14
# errors of greenlet so that the packager can still at least
0 commit comments