Releases: first-digital-finance/pyrmq
Releases · first-digital-finance/pyrmq
v3.4.5
3.4.5 (2024-09-10)
Bug Fixes
v3.4.4
3.4.4 (2023-11-03)
Bug Fixes
- pyrmq.consumer: fix heartbeat kwargs conflict with pika (a11e7ce)
v3.4.3
3.4.3 (2023-11-03)
Bug Fixes
- pyrmq.consumer: add heartbeat kwargs for pika heartbeat config (317c8ee)
v3.4.2
3.4.2 (2022-09-15)
Bug Fixes
- consumer: use the correct kwarg for retry_interval (a613310)
v3.4.1
3.4.1 (2021-12-02)
Bug Fixes
- add more exceptions to retry during connection attempts (fa9e19e)
v3.4.0
3.4.0 (2021-10-29)
Features
v3.3.0
3.3.0 (2021-08-25)
Features
- dlk: use periodic retry instead of retry backoff for DLX-DLK logic (5a34c0d)
v3.2.0
3.2.0 (2021-03-16)
Features
- consumer: add prefetch_count kwarg (3c814cb)
v3.1.0
3.1.0 (2021-03-03)
Features
- consumer: allow for consumers use bound exchanges (988dd90)
v3.0.0
3.0.0 (2021-03-03)
Bug Fixes
- add exchange_args to both consumer and publisher (#36) (e5799a0)
- pass error and error_type to error_callback (afc56da)
BREAKING CHANGES
- error_callback should accept additional keyword
arguments namely error
and error_type