8000 v0.31.0 release · eventlet/eventlet@f717f38 · GitHub
[go: up one dir, main page]

Skip to content

Commit f717f38

Browse files
committed
v0.31.0 release
1 parent 1412f5e commit f717f38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
0.30.3
26
======
37
* wsgi: websocket ALREADY_HANDLED flag on corolocal

eventlet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
DeprecationWarning,
99
)
1010

11-
version_info = (0, 30, 3)
11+
version_info = (0, 31, 0)
1212
__version__ = '.'.join(map(str, version_info))
1313
# This is to make Debian packaging easier, it ignores import
1414
# errors of greenlet so that the packager can still at least

0 commit comments

Comments
 (0)
0