Skip to content

Commit 63ec43d

Browse files
Release 4.2.0
1 parent 42d4e02 commit 63ec43d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

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

3+
**Release 4.2.0** - 2019-07-29
4+
5+
- Address potential websocket cross-origin attacks [#128](https://github.com/miguelgrinberg/python-engineio/issues/128) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/7548f704a0a3000b7ac8a6c88796c4ae58aa9c37))
6+
- Documentation for the Same Origin security policy ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/42d4e02055f5936f1322982bf44a845987d75144))
7+
38
**Release 4.1.1** - 2019-07-29
49

510
- Fix typo in "Using nginx" section [#1007](https://github.com/miguelgrinberg/flask-socketio/issues/1007) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/9e152b24ec30dd712886c4da3ec6a3aded855a00)) (thanks **Steffen Schneider**!)

flask_socketio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from .namespace import Namespace
2727
from .test_client import SocketIOTestClient
2828

29-
__version__ = '4.1.2dev'
29+
__version__ = '4.2.0'
3030

3131

3232
class _SocketIOMiddleware(socketio.WSGIApp):

0 commit comments

Comments
 (0)