Skip to content

Commit a53d58c

Browse files
Release 4.13.3
1 parent 9e72608 commit a53d58c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGES.md

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

3+
**Release 4.13.3** - 2026-06-20
4+
5+
- Make sure client disconnects when write loop exits [#455](https://github.com/miguelgrinberg/python-engineio/issues/455) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/7517473bc92ea101b82ce3c2a19f318bea96f145))
6+
- Address flaky unit test [#444](https://github.com/miguelgrinberg/python-engineio/issues/444) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/cca4e0a99772a161c8e6c3d27850371107d8758d))
7+
- Stop using codecov service, since it has been failing for a long time ([commit](https://github.com/miguelgrinberg/python-engineio/commit/9e726081a1fe4754f1feade390b2831a15db9c9c))
8+
39
**Release 4.13.2** - 2026-05-21
410

511
- Prevent unnecessary resource allocations [#441](https://github.com/miguelgrinberg/python-engineio/issues/441) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/ceeeb5eae3ce070f4c5e313ea9a1f91307fe5e2b))

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.13.3.dev0"
3+
version = "4.13.3"
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)