6.7.0:
Reworked tests and finally applied
Improve documentation examples and snippets
Restore RobustChannel.default_exchange on reconnect
Improve the docs a bit
6.5.2
Type annotation fixes
Add documentation
6.5.1
Test fixes
Add reopen method for channel
6.5.0
Add get methods for exchange and queue
fix type annotation and documentation for Connection.add_close_callback
6.4.3
log channel close status
add OSError to CONNECTION_EXCEPTIONS
6.4.2
[fix] heartbeat_last to heartbeat_last_received
Fix memory leak
Fix type hint
Pass loop when connecting to aiormq
aio-pika is a wrapper for the aiormq for asyncio and humans.
Features
* Completely asynchronous API.
* Object oriented API.
* Auto-reconnects with complete state recovery with connect_robust (e.g.
declared queues or exchanges, consuming state and bindings).