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-socketio from 5.9.0 to 5.10.0 #244

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps python-socketio from 5.9.0 to 5.10.0.

Release notes

Sourced from python-socketio's releases.

Release 5.10.0

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.10.0 - 2023-10-15

Release 5.9.0 - 2023-09-03

  • Optimized performance and memory usage for broadcasts #1233 (commit)
  • Improved documentation on horizontal scaling #1099 (commit)
  • Corrected user session documentation example #1170 (commit)
  • Improved grammar in documentation #1175 (commit) (thanks zykron1!)
  • Fix docstring typo: client/server mixup #1163 (commit) (thanks Sasja!)
  • Fix typos in the documentation #1230 (commit) (thanks Alex Kuhrt!)
  • Upgrade dependencies in Django server example (commit)
  • Update reference JavaScript examples (commit)
  • Upgrade to pypy-3.9 in unit tests (commit)

Release 5.8.0 - 2023-03-16

  • Made kombu client manager more robust and efficient (commit)
  • Made aio_pika client manager more robust and efficient #1142 (commit)
  • Correctly handle emits to multiple rooms in the async server #1081 (commit)
  • Expose the ignore_queue option in namespaces #1103 (commit)
  • Do not automatically import zmq (commit)
  • TLS/SSL client documentation #1040 (commit)
  • Removed incorrect reference to multiple callback invocations in documentation #1152 (commit)
  • Fix documentation typo #1155 (commit) (thanks Onwuka Gideon!)
  • Fix documentation typos (commit)
  • Fix documentation typo in asyncio_server.py #1150 (commit) (thanks riz-j!)
  • Fix documentationi type #1091 (commit) (thanks mostlycryptic!)
  • Add Python 3.11 to builds (commit)

Release 5.7.2 - 2022-10-17

  • Fixed disconnect implementation when using a message queue #1002 (commit)
  • Fixed remote async disconnects via message queue #1003 (commit)
  • Support optional payloads in msgpack implementation #981 (commit) (thanks Cromfel!)

... (truncated)

Commits
  • 8eab993 Release 5.10.0
  • 4bf4877 Reporting to Socket.IO Admin UI (#1164)
  • c85c7d8 Update readme #nolog
  • 6bdc498 Migrate Python package metadata to pyproject.toml
  • d40b3a3 Update ping_timeout documented default to accord with current Engine.IO beh...
  • 2e1f026 Add FastAPI and Litestar server examples
  • 58b5706 Internal code restructure (no functional changes)
  • ef0f88f Internal code restructure (no functional changes)
  • d222f4c Support entering and leaving rooms through pubsub client managers
  • 3f78af2 Update Socket.IO JavaScript client to version 4.7.2 in all examples
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.9.0 to 5.10.0.
- [Release notes](https://github.com/miguelgrinberg/python-socketio/releases)
- [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/python-socketio@v5.9.0...v5.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@kjy5 kjy5 added this pull request to the merge queue Oct 17, 2023
Merged via the queue into main with commit da6cac6 Oct 17, 2023
2 checks passed
@kjy5 kjy5 deleted the dependabot/pip/python-socketio-5.10.0 branch October 17, 2023 17:30
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.

1 participant