Skip to content

Commit e5e4a7c

Browse files
Release 5.3.5
1 parent d6c6b8c commit e5e4a7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Flask-SocketIO change log
22

3+
**Release 5.3.5** - 2023-07-26
4+
5+
- 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))
6+
37
**Release 5.3.4** - 2023-05-03
48

59
- 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))

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Flask-SocketIO
3-
version = 5.3.5.dev0
3+
version = 5.3.5
44
author = Miguel Grinberg
55
author_email = [email protected]
66
description = Socket.IO integration for Flask applications

0 commit comments

Comments
 (0)