Changelog
*Sourced from [flask-socketio's changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/master/CHANGES.md).*
> # Flask-SocketIO change log
>
> **Release 4.2.1** - 2019-08-05
>
> - Add support for Apache Kafka message queue [#700](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/700) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/f20268a3ec14af3e8d6681c2ffd01e299dc4f6df)) (thanks **Vincent Mézino**!)
> - Update CORS documentation ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/d9cd34a86dedf96ca5232cf981b54b4c1c6e362d))
>
> **Release 4.2.0** - 2019-07-29
>
> - Address potential websocket cross-origin attacks [#128](https://github-redirect.dependabot.com/miguelgrinberg/python-engineio/issues/128) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/7548f704a0a3000b7ac8a6c88796c4ae58aa9c37))
> - Documentation for the Same Origin security policy ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/42d4e02055f5936f1322982bf44a845987d75144))
>
> **Release 4.1.1** - 2019-07-29
>
> - Fix typo in "Using nginx" section [#1007](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/1007) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/9e152b24ec30dd712886c4da3ec6a3aded855a00)) (thanks **Steffen Schneider**!)
> - updated python-socketio min version requirement to 4.0.0 [#1006](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/1006) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/40a34c119a6b7f7e00d2a476d26e985cbd10ec19)) (thanks **Shantanu Hazari**!)
>
> **Release 4.1.0** - 2019-06-09
>
> - Add ConnectionRefusedError exception from python-socketio [#989](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/989) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/3f9fda8f0de551567834400ff72a95c10c7d42b4))
> - Invoke Socket.IO callbacks with app and request context [#262](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/262) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/75a75d47cb20fca8a8b2b2818a7602d43b4cea1f))
> - Copy handler's name and docstring to handler wrapper [#573](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/573) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/4e0329b59e653edc19b31f05823b47bd63c0bc72))
> - Less aggressive monkey patching for gevent [#413](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/413) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/55d02d97708bd91b7d8f761ab57aba8d946039ff))
> - Updates jquery and socket.io in example application [#988](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/988) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/67da0d6627149c27da4ddc9b675aacf946dc3588)) (thanks **sillyfrog**!)
>
> **Release 4.0.0** - 2019-05-19
>
> - move to the latest python-socketio 4.x releases ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/686abcaf69c27f6fb6084d0948832ffff8177755))
> - SocketIOTestClient can handle disconnect event from server [#967](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/967) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/611fa68e102b7b49ac77d48406a034f23aca4998)) (thanks **Jack**!)
> - example app: disconnect in callback function [#453](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/453) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/f8ee01f938afcd13d4cae282976946660db8e982))
> - update documentation for skip_sid argument supporting lists ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/932b0296afea789f51c0b7f39f99a561593fb257))
> - add /static block to nginx configuration example [#222](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/222) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/e052ae6d7b865929bfb7dca4b936902d204ccdb6))
> - add notes on monkey patching [#383](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/383) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/5dd2bca681cc826fa60558ec244633437bfebaf4))
> - note the event names that are reserved in the documentation ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/0c9d1b32499ca5091cf04833c32f3ade803be6e7))
> - minor doc improvements [#960](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/960) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/a0c29a94b1d53306550e8c5ffc4fcb71f6fb20b7))
> - updated some requirements ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/4bef800d5e7ba7d98a6f4cd94191ff0b4496c334))
> - add link to stack overflow for questions ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/db46f062b2d13c7c464f625d5e1976d9625a0f37))
> - helper release script ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/1fd43a3fc86be8848fc6d70d80638db688f4eb97))
>
> **Release 3.3.2** - 2019-03-09
>
> - update dependencies ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/b65e92b0b97bcbe2f047d508ed520cecd9765f32))
>
> **Release 3.3.1** - 2019-02-16
>
> - keep connected status in test client ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/5e399d544317a741234d3260c04aca4ba2e18e5a))
>
> **Release 3.3.0** - 2019-02-16
>
> - added flask_test_client option to Socket.IO test client ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/074278808e9a732f5f9fcb9273a312fbb6e279bd))
> ... (truncated)
Commits
- [`2e05dac`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/2e05dacc4afd66d8902ff117467e59cb7a304bf1) Release 4.2.1
- [`b648b1b`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/b648b1bfbbb22a4853353c7fe02e9e6630513836) Add support for Kafka as a message queue
- [`f20268a`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/f20268a3ec14af3e8d6681c2ffd01e299dc4f6df) Add 'kafka://' url ([#700](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/700))
- [`d9cd34a`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/d9cd34a86dedf96ca5232cf981b54b4c1c6e362d) update CORS documentation
- [`a0a95fc`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/a0a95fc3910fd1e79605181cdb72227b1a72e3ab) Version 4.2.1dev
- [`63ec43d`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/63ec43d6fc54b25fe6b8bfb772a73cea81d8c6f3) Release 4.2.0
- [`42d4e02`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/42d4e02055f5936f1322982bf44a845987d75144) Documentation for the Same Origin security policy
- [`ac14ec3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/ac14ec38c666802f964887f05271c2261f2b3b9d) Version 4.1.2dev
- [`7aea01c`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/7aea01cb25497004fbcd864321bec816f5576275) Release 4.1.1
- [`94b250c`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/94b250c10758239e0bcea193512b757d400c1d40) upper bound for python-socketio #nolog
- Additional commits viewable in [compare view](https://github.com/miguelgrinberg/Flask-SocketIO/compare/v4.0.0...v4.2.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps flask-socketio from 4.0.0 to 4.2.1.
Changelog
*Sourced from [flask-socketio's changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/master/CHANGES.md).* > # Flask-SocketIO change log > > **Release 4.2.1** - 2019-08-05 > > - Add support for Apache Kafka message queue [#700](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/700) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/f20268a3ec14af3e8d6681c2ffd01e299dc4f6df)) (thanks **Vincent Mézino**!) > - Update CORS documentation ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/d9cd34a86dedf96ca5232cf981b54b4c1c6e362d)) > > **Release 4.2.0** - 2019-07-29 > > - Address potential websocket cross-origin attacks [#128](https://github-redirect.dependabot.com/miguelgrinberg/python-engineio/issues/128) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/7548f704a0a3000b7ac8a6c88796c4ae58aa9c37)) > - Documentation for the Same Origin security policy ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/42d4e02055f5936f1322982bf44a845987d75144)) > > **Release 4.1.1** - 2019-07-29 > > - Fix typo in "Using nginx" section [#1007](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/1007) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/9e152b24ec30dd712886c4da3ec6a3aded855a00)) (thanks **Steffen Schneider**!) > - updated python-socketio min version requirement to 4.0.0 [#1006](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/1006) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/40a34c119a6b7f7e00d2a476d26e985cbd10ec19)) (thanks **Shantanu Hazari**!) > > **Release 4.1.0** - 2019-06-09 > > - Add ConnectionRefusedError exception from python-socketio [#989](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/989) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/3f9fda8f0de551567834400ff72a95c10c7d42b4)) > - Invoke Socket.IO callbacks with app and request context [#262](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/262) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/75a75d47cb20fca8a8b2b2818a7602d43b4cea1f)) > - Copy handler's name and docstring to handler wrapper [#573](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/573) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/4e0329b59e653edc19b31f05823b47bd63c0bc72)) > - Less aggressive monkey patching for gevent [#413](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/413) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/55d02d97708bd91b7d8f761ab57aba8d946039ff)) > - Updates jquery and socket.io in example application [#988](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/988) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/67da0d6627149c27da4ddc9b675aacf946dc3588)) (thanks **sillyfrog**!) > > **Release 4.0.0** - 2019-05-19 > > - move to the latest python-socketio 4.x releases ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/686abcaf69c27f6fb6084d0948832ffff8177755)) > - SocketIOTestClient can handle disconnect event from server [#967](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/967) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/611fa68e102b7b49ac77d48406a034f23aca4998)) (thanks **Jack**!) > - example app: disconnect in callback function [#453](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/453) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/f8ee01f938afcd13d4cae282976946660db8e982)) > - update documentation for skip_sid argument supporting lists ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/932b0296afea789f51c0b7f39f99a561593fb257)) > - add /static block to nginx configuration example [#222](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/222) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/e052ae6d7b865929bfb7dca4b936902d204ccdb6)) > - add notes on monkey patching [#383](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/383) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/5dd2bca681cc826fa60558ec244633437bfebaf4)) > - note the event names that are reserved in the documentation ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/0c9d1b32499ca5091cf04833c32f3ade803be6e7)) > - minor doc improvements [#960](https://github-redirect.dependabot.com/miguelgrinberg/flask-socketio/issues/960) ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/a0c29a94b1d53306550e8c5ffc4fcb71f6fb20b7)) > - updated some requirements ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/4bef800d5e7ba7d98a6f4cd94191ff0b4496c334)) > - add link to stack overflow for questions ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/db46f062b2d13c7c464f625d5e1976d9625a0f37)) > - helper release script ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/1fd43a3fc86be8848fc6d70d80638db688f4eb97)) > > **Release 3.3.2** - 2019-03-09 > > - update dependencies ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/b65e92b0b97bcbe2f047d508ed520cecd9765f32)) > > **Release 3.3.1** - 2019-02-16 > > - keep connected status in test client ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/5e399d544317a741234d3260c04aca4ba2e18e5a)) > > **Release 3.3.0** - 2019-02-16 > > - added flask_test_client option to Socket.IO test client ([commit](https://github.com/miguelgrinberg/flask-socketio/commit/074278808e9a732f5f9fcb9273a312fbb6e279bd)) > ... (truncated)Commits
- [`2e05dac`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/2e05dacc4afd66d8902ff117467e59cb7a304bf1) Release 4.2.1 - [`b648b1b`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/b648b1bfbbb22a4853353c7fe02e9e6630513836) Add support for Kafka as a message queue - [`f20268a`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/f20268a3ec14af3e8d6681c2ffd01e299dc4f6df) Add 'kafka://' url ([#700](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/700)) - [`d9cd34a`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/d9cd34a86dedf96ca5232cf981b54b4c1c6e362d) update CORS documentation - [`a0a95fc`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/a0a95fc3910fd1e79605181cdb72227b1a72e3ab) Version 4.2.1dev - [`63ec43d`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/63ec43d6fc54b25fe6b8bfb772a73cea81d8c6f3) Release 4.2.0 - [`42d4e02`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/42d4e02055f5936f1322982bf44a845987d75144) Documentation for the Same Origin security policy - [`ac14ec3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/ac14ec38c666802f964887f05271c2261f2b3b9d) Version 4.1.2dev - [`7aea01c`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/7aea01cb25497004fbcd864321bec816f5576275) Release 4.1.1 - [`94b250c`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/94b250c10758239e0bcea193512b757d400c1d40) upper bound for python-socketio #nolog - Additional commits viewable in [compare view](https://github.com/miguelgrinberg/Flask-SocketIO/compare/v4.0.0...v4.2.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.