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 python-engineio from 4.0.1 to 4.3.0 #44

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps python-engineio from 4.0.1 to 4.3.0.

Changelog

Sourced from python-engineio's changelog.

python-engineio change log

Release 4.3.0 - 2021-10-26

  • Backward incompatible change: Reject websocket messages larger than max_http_buffer_size #260 (commit)
  • Enable or disable specific transports #259 (commit) (thanks Maciej Szeptuch!)
  • Option to disable the SIGINT handler in the client (commit)
  • Support binary packets with zero length #257 (commit)
  • Improve documentation on start_background_task() function (commit)
  • Remove unsanitized client input from error messages #250 (commit) (thanks André Carvalho!)
  • Use plaintext Content-Type when using polling #248 (commit) (thanks Tobias!)
  • Return better error messages for client connection errors #243 (commit)
  • Reuse the aiohttp client session on reconnects #226 (commit)

Release 4.2.1 - 2021-08-02

  • Support setting socketio_path to the root URL #242 (commit)
  • Use the gevent selector to avoid 1024 file handle limitation of select#228 (commit)
  • Pass reason when closing a WebSocket connection (commit)
  • Improved project structure (commit)
  • Remove executable permissions from files that lack shebang lines #240 (commit) (thanks Ben Beasley!)

Release 4.2.0 - 2021-05-15

  • WebSocket support for threading mode (commit)
  • Fixed CORS handling of scheme proxy server header #1501 (commit)
  • Correct handling of static files when secondary WSGI/ASGI app is set #653 (commit)
  • Remove outdated binary argument from example code (commit)
  • Added Open Collective funding option (commit)

Release 4.1.0 - 2021-04-15

  • Change pingTimeout to 20 seconds to match JavaScript's Socket.IO 4.x releases (commit)
  • Configure the JSON decoder for safer parsing (commit) (thanks Onno Kortmann)
  • Remove obsolete 'mock' dependency #218 (commit) (thanks Michał Górny!)

Release 4.0.1 - 2021-03-10

  • Support for client to verify server with custom CA bundle (commit) (thanks Brandon Hastings!)
  • Report missing websocket client as an error in log #557 (commit)
  • Remove asyncio client delay before attempting reconnection #622 (commit)
  • Fix error handling for ASGI WebSocket errors #210 (commit)
  • Fix logging of missing sid #1472 (commit)
  • Change deprecated body_bytes in sanic to body #207 (commit) (thanks Alison Almeida!)
  • Remove references to Python 3.5 in the documentation #211 (commit)
  • Added performance testing scripts (commit)

Release 4.0.0 - 2020-12-07

  • Implementation of the Engine.IO v4 protocol revision

... (truncated)

Commits
  • 11c1120 Release 4.3.0
  • 5f519a2 Reject websocket messages larger than max_http_buffer_size (Fixes #260)
  • 14ed9f1 Option to disable the SIGINT handler in the client
  • 8a0e4c3 Enable or disable specific transports (Fixes #259)
  • bcd1a42 Support binary packets with zero length (Fixes #257)
  • 531d28a Improve documentation on start_background_task() function
  • 72b7136 Remove client input from error messages (#250)
  • c2603e9 Use plaintext Content-Type when using polling (#248)
  • 38c90ed Update config.yml
  • 3daa02e Return better error messages for client connection errors (Fixes #243)
  • 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)

Bumps [python-engineio](https://github.com/miguelgrinberg/python-engineio) from 4.0.1 to 4.3.0.
- [Release notes](https://github.com/miguelgrinberg/python-engineio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-engineio@v4.0.1...v4.3.0)

---
updated-dependencies:
- dependency-name: python-engineio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2021

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 1, 2022

Superseded by #56.

@dependabot dependabot bot closed this Mar 1, 2022
@dependabot dependabot bot deleted the dependabot-pip-python-engineio-4.3.0 branch March 1, 2022 13:31
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.

0 participants