Releases: dapper91/pjrpc
Releases · dapper91/pjrpc
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.
release 1.3.5
- request and response loggers separated.
- alternative json-rpc content types support added.
release 1.3.4
- openapi dataclass alias setting bug fixed.
release 1.3.3
- openapi jsonrpc request schema fixed
release 1.3.2
- starlette integration added
- django integration added
- sub endpoints support implemented
release 1.3.1
- pytest integration bug fixed
- ViewMethod copy bug fixed
- pydantic required version increased
- openapi/openrpc specification definitions support implemented