Browse Source

Release 5.16.3

pull/1583/head v5.16.3
Miguel Grinberg 4 days ago
parent
commit
36c550f624
Failed to extract signature
  1. 4
      CHANGES.md
  2. 2
      pyproject.toml

4
CHANGES.md

@ -1,5 +1,9 @@
# python-socketio change log
**Release 5.16.3** - 2026-06-15
- Catch all exceptions in redis and rabbitmq client managers [#1581](https://github.com/miguelgrinberg/python-socketio/issues/1581) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/80bb5c9b07e6b53e45f610ec29a24124c539d41b))
**Release 5.16.2** - 2026-05-21
- Prevent unnecessary resource allocations [#1574](https://github.com/miguelgrinberg/python-socketio/issues/1574) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/ca140fe44d0ceb3004073645222abec182d8784b))

2
pyproject.toml

@ -1,6 +1,6 @@
[project]
name = "python-socketio"
version = "5.16.3.dev0"
version = "5.16.3"
license = {text = "MIT"}
authors = [
{ name = "Miguel Grinberg", email = "[email protected]" },

Loading…
Cancel
Save