Skip to content

Commit 1bea8f3

Browse files
Release 5.3.6
1 parent 08411f9 commit 1bea8f3

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.6** - 2023-09-05
4+
5+
- Fixes in the test client to support recent changes in Socket.IO dependencies [#2006](https://github.com/miguelgrinberg/flask-socketio/issues/2006) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/08411f99014d3680f1e2591b1e9ff1c5bfd0a5f5))
6+
37
**Release 5.3.5** - 2023-07-26
48

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

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.6.dev0
3+
version = 5.3.6
44
author = Miguel Grinberg
55
author_email = [email protected]
66
description = Socket.IO integration for Flask applications

0 commit comments

Comments
 (0)