socketshark
socketshark copied to clipboard
A WebSocket message router based on Python/Redis/asyncio
Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.0.19 to 0.14.1. Release notes Sourced from prometheus-client's releases. 0.14.1 / 2022-04-08 [BUGFIX] Revert choose_encoder being renamed to choose_formatter to fix a breaking change. For the 0.14.x...
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 2.2.0 to 3.0.9. Release notes Sourced from pyparsing's releases. pyparsing 3.0.9 Added Unicode set BasicMultilingualPlane (may also be referenced as BMP) representing the Basic Multilingual Plane (Unicode...
Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 1.3.1 to 2.0.1. Release notes Sourced from aioredis's releases. v2.0.1 Version v2.0.1 Features Added Python 3.10 to CI & Updated the Docs (see #1160) Enable mypy in...
Bumps [hiredis](https://github.com/redis/hiredis-py) from 0.2.0 to 2.0.0. Changelog Sourced from hiredis's changelog. 2.0.0 (2021-03-28) Bump hiredis from 0.13.3 to 1.0.0 and consequently add support for RESP3 (see #104) Add type hints...
Bumps [chardet](https://github.com/chardet/chardet) from 3.0.3 to 5.0.0. Release notes Sourced from chardet's releases. chardet 5.0.0 ⚠️ This release is the first release of chardet that no longer supports Python < 3.6...
Bumps [structlog](https://github.com/hynek/structlog) from 20.1.0 to 21.5.0. Release notes Sourced from structlog's releases. 21.5.0 I didn't expect to make this release but @aucampia and @airwoodix contributed features that I'm sure will...
Bumps [prometheus-async](https://github.com/hynek/prometheus-async) from 17.3.0 to 19.2.0. Changelog Sourced from prometheus-async's changelog. 19.2.0 - 2019-01-17 Fixed Revert the switch to decorator.py since it turned out to be a very breaking change....
Add `static-code-analysis` job that includes our standard linters.
Hi, do you have a plan for allowing multiple authentication methods? For example, some users can authenticate with JWT and others with cookie session or ticket.
Hello, first of all, thanks for this magnificent library. We have found an issue during the 'authorization_renewal_period'. **Summary** When the authorisation expires and, then, the authorisation is not valid, an...