Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b55728

Browse filesBrowse files
Release 3.9.2
1 parent e4163b6 commit 7b55728
Copy full SHA for 7b55728

File tree

Expand file treeCollapse file tree

2 files changed

+6
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-2
lines changed
Open diff view settings
Collapse file

‎CHANGES.md‎

Copy file name to clipboardExpand all lines: CHANGES.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# python-engineio change log
22

3+
**Release 3.9.2** - 2019-08-03
4+
5+
- Skip CORS headers when origin is not given by client [#131](https://github.com/miguelgrinberg/python-engineio/issues/131) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/a349d4e3ce25ff771027f986c7594d840cc9e941))
6+
- Add `async_handler`s sub-package to setup.py ([commit](https://github.com/miguelgrinberg/python-engineio/commit/e4163b64f3482d2d97dccf813a880cb6ad088533))
7+
38
**Release 3.9.1** - 2019-08-02
49

5-
- Skip CORS headers when origin is not given by client [#131](https://github.com/miguelgrinberg/python-engineio/issues/131) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/d01bbfc57e77e4427974afe945c7895edcd94d69))
610
- Restore CORS disable option [#329](https://github.com/miguelgrinberg/python-socketio/issues/329) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/9f4cd8cf9e7be6baf4bc8c485e7ad204dd87be75))
711

812
**Release 3.9.0** - 2019-07-29
Collapse file

‎engineio/__init__.py‎

Copy file name to clipboardExpand all lines: engineio/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
get_tornado_handler = None
1818
ASGIApp = None
1919

20-
__version__ = '3.9.2dev'
20+
__version__ = '3.9.2'
2121

2222
__all__ = ['__version__', 'Server', 'WSGIApp', 'Middleware', 'Client']
2323
if AsyncServer is not None: # pragma: no cover

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.