Commit graph

8 commits

Author SHA1 Message Date
wiz
bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00
adam
8c9e2c140f py-aio-pika: updated to 6.7.1
6.7.1
Fix breaking change in callback definition
2020-12-04 14:13:32 +00:00
adam
1f40af761d py-aio-pika: updated to 6.7.0
6.7.0:
Reworked tests and finally applied
Improve documentation examples and snippets
Restore RobustChannel.default_exchange on reconnect
Improve the docs a bit
2020-09-14 19:40:35 +00:00
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