Skip to content

Commit

Permalink
Release 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 18, 2024
1 parent 01628b7 commit ef54be9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Flask-SocketIO change log

**Release 5.5.0** - 2024-12-18

- Add a `reason` argument to the disconnect handler ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/01628b745f3e8fd1954d47a358a0d487dda57757))
- Upgrade the code to more recent Python versions ([commit #1](https://github.com/miguelgrinberg/flask-socketio/commit/6a6734f71ab7c301a8cdc87fa78a515f0333a09b) [commit #2](https://github.com/miguelgrinberg/flask-socketio/commit/c3667e8489c91593d51ff35a2c013cd7bd0eb2c4))
- Remove misleading warning about use of gevent-websocket in the documentation [#2122](https://github.com/miguelgrinberg/flask-socketio/issues/2122) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/a1d3d61265fd45331ffd1957defa2f767e9c0115))
- fix typo in deployment documentation [#2119](https://github.com/miguelgrinberg/flask-socketio/issues/2119) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/eeb3c4341185586673f479831153f5ff46f75f61)) (thanks **Maximilien Tirard**!)

**Release 5.4.1** - 2024-10-01

- Removed a debugging statement ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/6841bd5c6ab29d12003ebca8171a7a9c8c2ffbf3))
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 = "Flask-SocketIO"
version = "5.4.2.dev0"
version = "5.5.0"
authors = [
{ name = "Miguel Grinberg", email = "[email protected]" },
]
Expand Down

0 comments on commit ef54be9

Please sign in to comment.