Skip to content

Bump python-socketio[client] from 5.4.1 to 5.8.0 in /python#528

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/python-socketio-client--5.8.0
Open

Bump python-socketio[client] from 5.4.1 to 5.8.0 in /python#528
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/python/python-socketio-client--5.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps python-socketio[client] from 5.4.1 to 5.8.0.

Changelog

Sourced from python-socketio[client]'s changelog.

python-socketio change log

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!)
  • Recommend ASGI integration for Sanic in Documentation (commit)

Release 5.7.1 - 2022-07-15

  • Add namespaces argument to Server and AsyncServer #822 (commit)
  • Add missing await in asyncio server #952 (commit) (thanks sjrodahl!)

Release 5.7.0 - 2022-07-04

  • Server refuses connections on unknown namespaces #822 (commit)
  • Do not send ACK packet for unknown events #824 (commit)
  • Fix Python 3.11 deprecation warning #941 (commit) (thanks Jérôme Boulmier!)
  • Correct handling of RedisError exception #919 (commit)
  • Update Django example (commit)
  • Documentation fix for async client (commit)
  • Update documentation of asyncio server (commit)
  • Fix documentation typo #948 (commit) (thanks mostlycryptic!)

Release 5.6.0 - 2022-04-24

  • Catch and log errors in pubsub listening thread #889 (commit)
  • Use new asyncio support in redis package #911 (commit)
  • Add support for aiopiko version 7 and higher #897 (commit) (thanks Dmitriy!)
  • Fixed documentation typo #910 (commit) (thanks Omar Costa Hamido!)
  • Fix aiohttp example's background task #881 (commit)
  • Bump sanic from 0.8 to 20.12.6 in /examples/server/sanic #875 (commit) (thanks dependabot[bot]!)
  • Add application name to Sanic example #892 (commit) (thanks Florian Metzger-Noel!)

... (truncated)

Commits
  • 4d3e837 Release 5.8.0
  • 8293dc3 Made kombu client manager more robust and efficient
  • cd7f781 Made aio_pika client manager more robust and efficient (Fixes #1142)
  • 270eb37 Fix documentation typo (#1155)
  • c4117fd Removed incorrect reference to multiple callback invocations (Fixes #1152)
  • 8c747ab Fix documentation typos
  • b2cc86c Fix typo in asyncio_server.py (#1150)
  • 4b19c70 Bump werkzeug from 0.15.5 to 2.2.3 in /examples/server/wsgi (#1136) #nolog
  • 4268988 Bump django from 4.0.9 to 4.1.7 in /examples/server/wsgi/django_socketio (#11...
  • 85d487a Bump django from 4.0.8 to 4.0.9 in /examples/server/wsgi/django_socketio (#11...
  • 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-socketio[client]](https://github.com/miguelgrinberg/python-socketio) from 5.4.1 to 5.8.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.4.1...v5.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 20, 2023
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants