Releases: dapper91/pjrpc
Releases · dapper91/pjrpc
release 1.9.0
release 1.8.3
- aiohttp client uses request context manager.
release 1.8.2
- openapi schema generation bug fixed.
release 1.8.1
- client headers passing bug fixed.
release 1.8.0
- pydantic 2 support added.
release 1.7.0
- refactoring done
- dependencies updated
- python 3.11 support added
release 1.6.0
- JSON-RPC client requests retry support added
- aio-pika integration and backend updated for aio-pika 8.0
- type aliases for middlewares added
- httpx minimal version updated due to found vulnerability
release 1.5.0
- python 3.10 support added
- python 3.6 support dropped
- pipenv replaced by poetry
- mypy type checker added
- kombu client hanging bug fixed
- openapi json-rpc versions reordered so that version 2.0 will be the default example version
- set_default_content_type function exposed
- documentation fixed
release 1.4.1
- pytest integration fixed to make asynchronous methods pass-through possible.
release 1.4.0
- openapi error examples support added.
- openapi errors schema support added.
- multiple extractors support added.
- docstring extractor bug fixed.