Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 3, 2021

Bumps python-engineio from 3.13.2 to 3.14.2.

Changelog

Sourced from python-engineio's changelog.

python-engineio change log

Release 4.0.0 - 2020-12-07

  • Implementation of the Engine.IO v4 protocol revision
    • v4 protocol: ping/ping reversal in the server (commit)
    • v4 protocol: ping/ping reversal in the client (commit)
    • v4 protocol: change max http buffer size to 1MB (commit)
    • v4 protocol: do not set the io cookie by default (commit)
    • v4 protocol: use EIO=4 in connection URL (commit)
    • v4 protocol: new payload separator (commit)
    • v4 protocol: new binary encoding format (commit)
  • Use a sid generator algorithm similar to JavaScript's version of Socket.IO (commit)
  • Ignore case when comparing transport argument against 'HTTP_UPGRADE' header (commit) (thanks Matthew Barry!)
  • Remove dependency on the six package (commit)

Release 3.14.2 - 2020-11-30

  • Log first occurrence of bad request errors at level ERROR for higher visibility (commit)

Release 3.14.1 - 2020-11-28

  • Catch more connection exceptions in the asyncio client #561 (commit)
  • Revert "On Windows use SIGBREAK to break client" since the fix was not effective (commit)

Release 3.14.0 - 2020-11-28

  • Reject incorrect Engine.IO protocol versions (commit)
  • Accept an initialized requests or aiohttp session object (commit)
  • Handle ping interval and timeout given as strings #201 (commit) (thanks Akash Vibhute!)
  • Handle websocket connections without upgrade header #72 (commit)
  • Catch broken pipes and OS errors in websocket thread #177 (commit)
  • Expose ASGI scope in connect environ #192 (commit) (thanks Korijn van Golen!)
  • Emit ASGI lifespan shutdown event #200 (commit)
  • Add option to set cookie SameSite and Secure settings. (commit) (thanks Billy Felton!)
  • Stop event loop when client is interrupted with Ctrl-C #197 (commit)
  • Do not try to install signal handler if unsupported #199 (commit) (thanks Philippe!)
  • On Windows use SIGBREAK to break client #570 (commit)
  • Client: handle error responses with invalid JSON #553 (commit)
  • Added troubleshooting section to the documentation (commit)
  • Move builds to GitHub actions (commit)

Release 3.13.2 - 2020-08-18

  • Improved signal handler for the async client #523 (commit)
  • Add SameSite attribute to Socket.IO cookie #1344 (commit)
  • Handle GeneratorExit exception appropriately #182 (commit) (thanks PaulWasTaken!)
  • Simplify asserts in unit tests (commit)
  • Use pytest as test runner (commit)

... (truncated)

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 @github
Copy link
Author

dependabot bot commented on behalf of github Feb 3, 2021

Dependabot tried to add @alwx as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/neo-alex/rasa/pulls/4/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the neo-alex/rasa repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 3, 2021

The following labels could not be found: type:dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant