The main goal of this release is the migration to poetry
and stronger type
checking with mypy.
User code should remain compatible, just test it with mypy. The tests still
work the same, without public API changes, this indicates that your code
should work without changes, but does not prove it.
Deprecations
aio_pika.message.HeaderProxy
- removedaio_pika.message.header_converter
- removedaio_pika.message.format_headers
- removedaio_pika.message.Message.headers_raw
- prints deprecation warningaio_pika.abc.AbstractMessage.headers_raw
- removed