Skip to content

build(deps): bump python-socketio from 4.6.1 to 5.1.0 #6

Merged
merged 1 commit into from
Mar 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps python-socketio from 4.6.1 to 5.1.0.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.1.0 - 2021-03-10

  • Added wait argument to client's connect method #634 (commit)
  • Invoke the disconnect handler when the client initiates a disconnection #594 (commit)
  • Pass auth information sent by client to the connect handler (commit)
  • Catch all possible Redis errors #635 (commit)
  • Reset message queue sleep timer upon reconnect (commit) (thanks Ed Serzo!)
  • Fixed bad event object used by asyncio client reconnect logic #622 (commit)
  • Adding missing example of async client implementation to documentation (commit) (thanks manuel!)
  • Add scrolling to documentation sidebar #610 (commit) (thanks Mohammed Abdul Raheem!)
  • Typo fix in documentation #602 (commit) (thanks Tim Gates!)

Release 5.0.4 - 2020-12-25

  • Include error message and arguments in CONNECT_ERROR packet #590 (commit)
  • Fix typos in the documentation #599 (commit) (thanks Arpit Jain!)
  • Updated connection options in the documentation #597 (commit)

Release 5.0.3 - 2020-12-14

  • Correct handling of user session #585 (commit)
  • Performace tuning (commit)
  • Updated ASGI examples to latest release (commit)
  • Updated Django example to latest release (commit)

Release 5.0.2 - 2020-12-12

  • Return `environ`` dictionary for a client (commit)

Release 5.0.1 - 2020-12-08

  • Fix Engine.IO dependency version (commit)
  • Conversion from Socket.IO sid to Engine.IO sid (commit)

Release 5.0.0 - 2020-12-07

  • Update to match the JavaScript Socket.IO 3.x releases (Socket.IO v5 protocol revision)
    • v5 protocol: do not connect the default namespace unless requested explicitly (commit)
    • v5 protocol: handle per-namespace sids in base manager (commit)
    • v5 protocol: rename ERROR packet to CONNECT_ERROR (commit)
    • v5 protocol: use Engine.IO 4.x
  • Remove unnecessary binary argument (commit)
  • Remove dependency on the six package (commit)
  • Added version compatibility chart to README (commit)

Release 4.6.1 - 2020-11-28

  • Added troubleshooting section to the documentation (commit)

... (truncated)

Commits
  • 4f631aa Release 5.1.0
  • 6f812ef Catch all possible Redis errors (Fixes #635)
  • 5418098 Reset message queue sleep timer upon reconnect
  • 4da6d74 Added wait argument to client's connect method (Fixes #634)
  • f341abe Adding missing example of async client implementation to intro.rst
  • bff76c4 Fixed bad event object used by asyncio client reconnect logic (Fixes #622)
  • eabcc46 Add scrolling to documentation sidebar (#610)
  • b418af4 docs: fix simple typo, swich -> switch (#602)
  • 11b6f1a Pass auth information sent by client to the connect handler
  • 3349b02 Invoke the disconnect handler when the client initiates a disconnection (Fixe...
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/master/python-socketio-5.1.0 branch from 436f16d to 90dd0fe Compare March 15, 2021 14:24
@dependabot dependabot bot force-pushed the dependabot/pip/master/python-socketio-5.1.0 branch from 90dd0fe to 3eb5c94 Compare March 15, 2021 14:25
@nekromant nekromant merged commit fc0cb6e into master Mar 15, 2021
@dependabot dependabot bot deleted the dependabot/pip/master/python-socketio-5.1.0 branch March 15, 2021 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Seeming race condition for the synchronous client Not reconnecting when used with FastAPI server
1 participant