Skip to content

Latest commit

 

History

History
153 lines (68 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

153 lines (68 loc) · 6.06 KB

3.4.5 (2024-09-10)

Bug Fixes

3.4.4 (2023-11-03)

Bug Fixes

  • pyrmq.consumer: fix heartbeat kwargs conflict with pika (a11e7ce)

3.4.3 (2023-11-03)

Bug Fixes

  • pyrmq.consumer: add heartbeat kwargs for pika heartbeat config (317c8ee)

3.4.2 (2022-09-15)

Bug Fixes

  • consumer: use the correct kwarg for retry_interval (a613310)

3.4.1 (2021-12-02)

Bug Fixes

  • add more exceptions to retry during connection attempts (fa9e19e)

3.4.0 (2021-10-29)

Features

  • add Python 3.10 support (4f36653)

3.3.0 (2021-08-25)

Features

  • dlk: use periodic retry instead of retry backoff for DLX-DLK logic (5a34c0d)

3.2.0 (2021-03-16)

Features

  • consumer: add prefetch_count kwarg (3c814cb)

3.1.0 (2021-03-03)

Features

  • consumer: allow for consumers use bound exchanges (988dd90)

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

2.1.1 (2021-02-16)

Bug Fixes

  • log an exception only if error_callback field is not initialized (#35) (b2bebd7)

2.1.0 (2021-02-01)

Features

  • consumer: add a new option (387d1e8)

2.0.0 (2021-01-18)

Features

  • consumer: add channel, method, and properties to the specified callback as kwargs (7252421)

BREAKING CHANGES

  • consumer: specified Consumer callback methods should accept channel, method, and properties as additional keyword arguments

1.5.3 (2020-12-11)

Bug Fixes

  • consumer: allow the consumer to specify its exchange type (1b7a5b6)

1.5.2 (2020-12-11)

Bug Fixes

  • consumer: input correct credentials for connecting (1e99cbb)

1.5.1 (2020-12-04)

Bug Fixes

  • relax setup.py package requirements (615e87f)

1.5.0 (2020-12-04)

Features

  • consumer: Consumer class now declares queues (67e1bf7)
  • add support for Python 3.9 (09a884c)

1.4.0 (2020-12-03)

Features

  • allow different exchange types (c6df4e0)

1.3.0 (2020-11-26)

Features

  • implement dead-letter queue retry logic (f1ccdf7)

1.2.0 (2020-11-05)

Features

  • implement message priorities (ae93321)