Skip to content

Commit

Permalink
Release 5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jul 26, 2023
1 parent d6c6b8c commit e5e4a7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Flask-SocketIO change log

**Release 5.3.5** - 2023-07-26

- Prevent `allow_unsafe_werkzeug` option from being passed to web servers [#2001](https://github.com/miguelgrinberg/flask-socketio/issues/2001) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/d6c6b8c336f533a9bac50cf3d7dbcc51669209b2))

**Release 5.3.4** - 2023-05-03

- Fixed cookie handling in Test Client for Flask >= 2.3 [#1982](https://github.com/miguelgrinberg/flask-socketio/issues/1982) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/70203246bcbc23715350ca5505527b31bf0693c1))
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Flask-SocketIO
version = 5.3.5.dev0
version = 5.3.5
author = Miguel Grinberg
author_email = [email protected]
description = Socket.IO integration for Flask applications
Expand Down

0 comments on commit e5e4a7c

Please sign in to comment.