Skip to content

Commit

Permalink
Release 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Mar 24, 2024
1 parent bd39b8f commit a0f8302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-socketio"
version = "5.11.2.dev0"
version = "5.11.2"
authors = [
{ name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com" },
]
Expand Down

0 comments on commit a0f8302

Please sign in to comment.