Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flask-socketio from 4.3.0 to 4.3.1 #1001

Merged
merged 1 commit into from Aug 5, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps flask-socketio from 4.3.0 to 4.3.1.

Changelog

Sourced from flask-socketio's changelog.

Flask-SocketIO change log

Release 4.3.1 - 2020-07-02

  • fix is_connected in test client (commit)

Release 4.3.0 - 2020-04-20

  • Handle callbacks for emits outside of request context #1054 (commit)
  • Improve test client unit test to use two concurrent clients (commit)
  • Accept skip_sid argument in emit#1147 (commit)
  • Fix is_connected() method in test client (Fixes miguelgrinberg/python-socketio#385) (commit)
  • Log warning when gevent is used but WebSocket is missing #1140 (commit) (thanks Eric Rodrigues Pires!)
  • More accurate logging documentation (commit)

Release 4.2.1 - 2019-08-05

  • Add support for Apache Kafka message queue #700 (commit) (thanks Vincent Mézino!)
  • Update CORS documentation (commit)

Release 4.2.0 - 2019-07-29

  • Address potential websocket cross-origin attacks #128 (commit)
  • Documentation for the Same Origin security policy (commit)

Release 4.1.1 - 2019-07-29

  • Fix typo in "Using nginx" section #1007 (commit) (thanks Steffen Schneider!)
  • updated python-socketio min version requirement to 4.0.0 #1006 (commit) (thanks Shantanu Hazari!)

Release 4.1.0 - 2019-06-09

  • Add ConnectionRefusedError exception from python-socketio #989 (commit)
  • Invoke Socket.IO callbacks with app and request context #262 (commit)
  • Copy handler's name and docstring to handler wrapper #573 (commit)
  • Less aggressive monkey patching for gevent #413 (commit)
  • Updates jquery and socket.io in example application #988 (commit) (thanks sillyfrog!)

Release 4.0.0 - 2019-05-19

  • move to the latest python-socketio 4.x releases (commit)
  • SocketIOTestClient can handle disconnect event from server #967 (commit) (thanks Jack!)
  • example app: disconnect in callback function #453 (commit)
  • update documentation for skip_sid argument supporting lists (commit)
  • add /static block to nginx configuration example #222 (commit)
  • add notes on monkey patching #383 (commit)
  • note the event names that are reserved in the documentation (commit)
  • minor doc improvements #960 (commit)
  • updated some requirements (commit)
  • add link to stack overflow for questions (commit)
Commits

Dependabot compatibility score

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • 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)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2020
@paramsingh paramsingh merged commit 5a4da54 into master Aug 5, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/flask-socketio-4.3.1 branch August 5, 2020 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
1 participant