Skip to content

Releases: first-digital-finance/pyrmq

v3.4.5

10 Sep 06:50
Compare
Choose a tag to compare

3.4.5 (2024-09-10)

Bug Fixes

v3.4.4

03 Nov 03:23
Compare
Choose a tag to compare

3.4.4 (2023-11-03)

Bug Fixes

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

v3.4.3

03 Nov 02:14
Compare
Choose a tag to compare

3.4.3 (2023-11-03)

Bug Fixes

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

v3.4.2

15 Sep 07:29
Compare
Choose a tag to compare

3.4.2 (2022-09-15)

Bug Fixes

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

v3.4.1

02 Dec 03:54
Compare
Choose a tag to compare

3.4.1 (2021-12-02)

Bug Fixes

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

v3.4.0

29 Oct 15:06
Compare
Choose a tag to compare

3.4.0 (2021-10-29)

Features

  • add Python 3.10 support (4f36653)

v3.3.0

25 Aug 05:51
Compare
Choose a tag to compare

3.3.0 (2021-08-25)

Features

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

v3.2.0

16 Mar 10:41
Compare
Choose a tag to compare

3.2.0 (2021-03-16)

Features

  • consumer: add prefetch_count kwarg (3c814cb)

v3.1.0

03 Mar 06:30
Compare
Choose a tag to compare

3.1.0 (2021-03-03)

Features

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

v3.0.0

03 Mar 02:34
Compare
Choose a tag to compare

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