Skip to content

Commit 96e6f9c

Browse files
Release 4.12.0
1 parent 5cb5611 commit 96e6f9c

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.0** - 2025-04-12
4+
5+
- Optimize packet parsing to avoid unnecessary calls to JSON parser [#399](https://github.com/miguelgrinberg/python-engineio/issues/399) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/2dda203103d93bc751ab0967719f18318cffc8da))
6+
- Pass `environ` as a second argument to callable option `cors_allowed_origins` [#398](https://github.com/miguelgrinberg/python-engineio/issues/398) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/5cb561101dfcaed06bc9d73486515da93ead1752)) (thanks **wft-swas**!)
7+
38
**Release 4.11.2** - 2024-12-29
49

510
- Fix incorrect disconnection reason reported when browser page is closed ([commit](https://github.com/miguelgrinberg/python-engineio/commit/132fbd9b2728c342fb989d559fa8c24b324c3cf3))

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.11.3.dev0"
3+
version = "4.12.0"
44
authors = [{name = "Miguel Grinberg", email = "[email protected]"}]
55
description = "Engine.IO server and client for Python"
66
classifiers = [

0 commit comments

Comments
 (0)