3.4.5 (2024-09-10)
3.4.4 (2023-11-03)
- pyrmq.consumer: fix heartbeat kwargs conflict with pika (a11e7ce)
3.4.3 (2023-11-03)
- pyrmq.consumer: add heartbeat kwargs for pika heartbeat config (317c8ee)
3.4.2 (2022-09-15)
- consumer: use the correct kwarg for retry_interval (a613310)
3.4.1 (2021-12-02)
- add more exceptions to retry during connection attempts (fa9e19e)
3.4.0 (2021-10-29)
- add Python 3.10 support (4f36653)
3.3.0 (2021-08-25)
- dlk: use periodic retry instead of retry backoff for DLX-DLK logic (5a34c0d)
3.2.0 (2021-03-16)
- consumer: add prefetch_count kwarg (3c814cb)
3.1.0 (2021-03-03)
- consumer: allow for consumers use bound exchanges (988dd90)
3.0.0 (2021-03-03)
- add exchange_args to both consumer and publisher (#36) (e5799a0)
- pass error and error_type to error_callback (afc56da)
- error_callback should accept additional keyword
arguments namely
error
anderror_type
2.1.1 (2021-02-16)
2.1.0 (2021-02-01)
- consumer: add a new option (387d1e8)
2.0.0 (2021-01-18)
- consumer: add channel, method, and properties to the specified callback as kwargs (7252421)
- consumer: specified Consumer callback methods should accept
channel
,method
, andproperties
as additional keyword arguments
1.5.3 (2020-12-11)
- consumer: allow the consumer to specify its exchange type (1b7a5b6)
1.5.2 (2020-12-11)
- consumer: input correct credentials for connecting (1e99cbb)
1.5.1 (2020-12-04)
- relax setup.py package requirements (615e87f)
1.5.0 (2020-12-04)
1.4.0 (2020-12-03)
- allow different exchange types (c6df4e0)
1.3.0 (2020-11-26)
- implement dead-letter queue retry logic (f1ccdf7)
1.2.0 (2020-11-05)
- implement message priorities (ae93321)