Skip to content

Commit 227e53b

Browse files
Release 5.14.3
1 parent f3b18bd commit 227e53b

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-socketio change log
22

3+
**Release 5.14.3** - 2025-10-29
4+
5+
- Support Python's native `ConnectionRefusedError` exception to reject a connection [#1515](https://github.com/miguelgrinberg/python-socketio/issues/1515) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/f3b18bde3f16437b223491d4c3e440ea37105fe3))
6+
- Push binary data to the aiopika client manager [#1514](https://github.com/miguelgrinberg/python-socketio/issues/1514) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/194e1b7f277b5f72e1de78d3f614e7b8b6c788ac))
7+
38
**Release 5.14.2** - 2025-10-15
49

510
- Restore binary message support in message queue setups [#1509](https://github.com/miguelgrinberg/python-socketio/issues/1509) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/bab4a10f48aaae11d7f832ebe5c30ad3f85d31b3))

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-socketio"
3-
version = "5.14.3.dev0"
3+
version = "5.14.3"
44
license = {text = "MIT"}
55
authors = [
66
{ name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },

0 commit comments

Comments
 (0)