Commits
- [`81a0778`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/81a07781c0072838caff257de23b8d4b2b702d96) Release 4.0.0
- [`1fd43a3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/1fd43a3fc86be8848fc6d70d80638db688f4eb97) helper release script
- [`686abca`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/686abcaf69c27f6fb6084d0948832ffff8177755) move to the latest python-socketio 4.x releases
- [`932b029`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/932b0296afea789f51c0b7f39f99a561593fb257) update documentation skip_sid argument supporting lists
- [`e052ae6`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/e052ae6d7b865929bfb7dca4b936902d204ccdb6) add /static block to nginx configuration example (fixes [#222](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/222))
- [`5dd2bca`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/5dd2bca681cc826fa60558ec244633437bfebaf4) add notes on monkey patching (Fixes [#383](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/383))
- [`f8ee01f`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/f8ee01f938afcd13d4cae282976946660db8e982) example app: disconnect in callback function (fixes [#453](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/453))
- [`0c9d1b3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/0c9d1b32499ca5091cf04833c32f3ade803be6e7) note the event names that are reserved in the documentation
- [`a0c29a9`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/a0c29a94b1d53306550e8c5ffc4fcb71f6fb20b7) minor doc improvements (fixes [#960](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/960))
- [`611fa68`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/611fa68e102b7b49ac77d48406a034f23aca4998) SocketIOTestClient can handle disconnect event from server ([#967](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/967))
- Additional commits viewable in [compare view](https://github.com/miguelgrinberg/Flask-SocketIO/compare/v3.3.2...v4.0.0)
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 yourself)
- `@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 3.3.2 to 4.0.0.
Commits
- [`81a0778`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/81a07781c0072838caff257de23b8d4b2b702d96) Release 4.0.0 - [`1fd43a3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/1fd43a3fc86be8848fc6d70d80638db688f4eb97) helper release script - [`686abca`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/686abcaf69c27f6fb6084d0948832ffff8177755) move to the latest python-socketio 4.x releases - [`932b029`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/932b0296afea789f51c0b7f39f99a561593fb257) update documentation skip_sid argument supporting lists - [`e052ae6`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/e052ae6d7b865929bfb7dca4b936902d204ccdb6) add /static block to nginx configuration example (fixes [#222](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/222)) - [`5dd2bca`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/5dd2bca681cc826fa60558ec244633437bfebaf4) add notes on monkey patching (Fixes [#383](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/383)) - [`f8ee01f`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/f8ee01f938afcd13d4cae282976946660db8e982) example app: disconnect in callback function (fixes [#453](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/453)) - [`0c9d1b3`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/0c9d1b32499ca5091cf04833c32f3ade803be6e7) note the event names that are reserved in the documentation - [`a0c29a9`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/a0c29a94b1d53306550e8c5ffc4fcb71f6fb20b7) minor doc improvements (fixes [#960](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/960)) - [`611fa68`](https://github.com/miguelgrinberg/Flask-SocketIO/commit/611fa68e102b7b49ac77d48406a034f23aca4998) SocketIOTestClient can handle disconnect event from server ([#967](https://github-redirect.dependabot.com/miguelgrinberg/Flask-SocketIO/issues/967)) - Additional commits viewable in [compare view](https://github.com/miguelgrinberg/Flask-SocketIO/compare/v3.3.2...v4.0.0)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 yourself) - `@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.