Skip to content

Commit eafbbca

Browse files
Release 4.12.2
1 parent dcde006 commit eafbbca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# python-engineio change log
22

3+
**Release 4.12.2** - 2025-06-04
4+
5+
- Support new monkey-patched gevent `Queue` class in the client [#403](https://github.com/miguelgrinberg/python-engineio/issues/403) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/dcde006b62e004c8a1d29d3478c95fbffbb11122))
6+
- Better support of the ASGI spec when interpreting WebSocket events [#405](https://github.com/miguelgrinberg/python-engineio/issues/405) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/86cb4d22be1735f0346f35ecb912818479b74f05)) (thanks **Eric Zhang**!)
7+
38
**Release 4.12.1** - 2025-05-11
49

510
- Accept empty binary values in the async server [#404](https://github.com/miguelgrinberg/python-engineio/issues/404) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/83691dd46336f10de8f288b3aa23b60e211307e1))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-engineio"
3-
version = "4.12.2.dev0"
3+
version = "4.12.2"
44
license = {text = "MIT"}
55
authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}]
66
description = "Engine.IO server and client for Python"

0 commit comments

Comments
 (0)