Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

chore(deps): bump python-socketio[client] from 5.5.2 to 5.6.0 #193

Merged
merged 2 commits into from
May 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps python-socketio[client] from 5.5.2 to 5.6.0.

Changelog

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

python-socketio change log

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!)

Release 5.5.2 - 2022-02-15

  • Connect with an empty auth object instead of None #861 (commit)
  • Fix indentation in the "Rooms" docs example. #872 (commit) (thanks Ezio Melotti!)
  • Remove 3.6 and pypy-3.6 builds, add 3.10 and pypy-3.8 (commit)

Release 5.5.1 - 2022-01-11

  • Support multiple Kafka servers (commit) (thanks sparkingdark!)
  • Include example code in flake8 pass (commit)

Release 5.5.0 - 2021-11-14

  • Option to disable the SIGINT handler in the client #792 (commit)
  • Do not invoke reserved events on a catch-all handler #814 (commit)
  • Use correct binary packet types in the msgpack packet encoder #811 (commit)
  • Add missing call() method to namespace classes #800 (commit)
  • Add missing to argument to namespace emit() and send() methods #810 (commit)
  • Configure Redis pubsub to skip subscription messages (commit)
  • Migrate async Redis client manager to aioredis 2 #771 (commit) (thanks Sam Mosleh!)
  • Update Python supported versions in docs (commit)
  • Document how to get the connection state in the client #799 (commit)
  • Improved documentation of start_background_task() function (commit)
  • Improved documentation of call() method #813 (commit)
  • Fixed intermittent test failures #572 (commit)

Release 5.4.1 - 2021-10-14

  • Catch-all event handlers (commit)
  • Implement disconnect method for external processes #684 (commit)

Release 5.4.0 - 2021-08-02

  • Support msgpack and custom packet serializers #749 (commit)
  • Return error packet if client connects to an already connected namespace (commit)
  • Handle CancelledError in async pubsub managers #750 (commit)
  • More robust handling of emit's "to" argument #689 (commit)
  • Remove executable permissions from setup.py, which has no shebang #748 (commit) (thanks Ben Beasley!)

... (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 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)
@dependabot dependabot bot force-pushed the dependabot/pip/python-socketio-client--5.6.0 branch from b90ce7a to 463a304 Compare April 25, 2022 14:50
@mmattbtw mmattbtw added the 🧪 needs testing! needs testing before getting merged. label Apr 25, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/python-socketio-client--5.6.0 branch from 463a304 to 06ce4a2 Compare April 29, 2022 01:53
Bumps [python-socketio[client]](https://github.com/miguelgrinberg/python-socketio) from 5.5.2 to 5.6.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.5.2...v5.6.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 force-pushed the dependabot/pip/python-socketio-client--5.6.0 branch from 06ce4a2 to 48123a6 Compare May 3, 2022 17:20
@mmattbtw mmattbtw enabled auto-merge (squash) May 3, 2022 18:10
@mmattbtw mmattbtw disabled auto-merge May 3, 2022 18:10
@mmattbtw mmattbtw enabled auto-merge (squash) May 3, 2022 18:10
@mmattbtw mmattbtw merged commit 890a565 into main May 3, 2022
@mmattbtw mmattbtw deleted the dependabot/pip/python-socketio-client--5.6.0 branch May 3, 2022 18:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies 🧪 needs testing! needs testing before getting merged.
1 participant