Commit graph

5 commits

Author SHA1 Message Date
adam
7bcf70f616 py-aio-pika: updated to 6.6.1
6.6.1
Add generics to Pool and PoolItemContextManager
Fix Docs for DeliveryError
2020-05-22 08:08:23 +00:00
adam
e294cb1f65 py-aio-pika: updated to 6.6.0
6.6.0
message.reject called inside ProcessContext.exit fails when channel is closed

6.5.3
Add docs and github links to setup.py
2020-04-11 07:40:34 +00:00
adam
b86e35e263 py-aio-pika: updated to 6.5.2
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
2020-02-18 06:33:03 +00:00
adam
345d61c43e py-aio-pika: updated to 6.4.3
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
2020-02-16 14:15:39 +00:00
adam
26771c0539 py-aio-pika: added version 6.4.1
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).
2020-02-13 18:40:04 +00:00