Browse Source

Release 5.11.2

pull/1317/head v5.11.2
Miguel Grinberg 1 year ago
parent
commit
a0f83022c0
Failed to extract signature
  1. 5
      CHANGES.md
  2. 2
      pyproject.toml

5
CHANGES.md

@ -1,5 +1,10 @@
# python-socketio change log
**Release 5.11.2** - 2024-03-24
- Improved routing to catch-all namespace handlers [#1316](https://github.com/miguelgrinberg/python-socketio/issues/1316) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/bd39b8f2156f600ea6de558af03a6be205d6e892)) (thanks **asuka**!)
- Option to disable routing in ASGIApp ([commit](https://github.com/miguelgrinberg/python-socketio/commit/7cc84bd13dfa0a86b0326446fb6954949ef948c0))
**Release 5.11.1** - 2024-02-05
- Connection retry option in the client [#1306](https://github.com/miguelgrinberg/python-socketio/issues/1306) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/b4f36148d816b2fbf2a81237dff70b18d909aebf))

2
pyproject.toml

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

Loading…
Cancel
Save