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.3.0 to 4.3.3 #1544

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps python-engineio from 4.3.0 to 4.3.3.

Changelog

Sourced from python-engineio's changelog.

python-engineio change log

Release 4.3.3 - 2022-07-04

  • Handle ASGI lifespan when running with a secondary ASGI app #284 (commit) (thanks mozartilize!)
  • Update deprecated usage of asyncio.wait() #281 (commit) (thanks Ben Beasley!)
  • Better handling of queued WebSocket messages in uWSGI #256 (commit)
  • Gracefully fail to decode empty packets #269 (commit)
  • Only attempt to set an async signal handler once #276 (commit)

Release 4.3.2 - 2022-04-24

  • Option to use a callable for cors_allowed_origins #264 (commit)
  • Close aiohttp session when disconnecting #272 (commit)
  • Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit)

Release 4.3.1 - 2022-01-11

  • Fix support for Sanic v21.9.0 and up (commit) (thanks 13g10n!)
  • Include example code in flake8 pass (commit)
  • Remove unused __version__ constant #262 (commit 1 commit 2)

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)

... (truncated)

Commits
  • 8aa88b1 Release 4.3.3
  • c4a021e Handle ASGI lifespan when running with a secondary ASGI app (#284)
  • d3a23c0 Update deprecated usage of asyncio.wait() (#281)
  • 9c65707 Gracefully fail to decode empty packets (Fixes #269)
  • 3345a59 Bump engine.io from 4.0.4 to 4.1.2 in /examples/client/javascript (#266)
  • 828b284 Bump engine.io from 4.0.4 to 4.1.2 in /examples/server/javascript (#267)
  • 592492c Bump ujson from 5.1.0 to 5.2.0 in /examples/server/sanic (#278)
  • 6869751 Only attempt to set an async signal handler once (Fixes #276)
  • ec7b3da Better handling of queued WebSocket messages in uWSGI (Fixes #256)
  • 83b5719 Remove uneeded readthedocs config file #nolog
  • 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.3.0 to 4.3.3.
- [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.3.0...v4.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2022

Superseded by #1549.

@dependabot dependabot bot closed this Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/pip/python-engineio-4.3.3 branch August 4, 2022 09:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants