Skip to content

Releases: tada5hi/amqp-extension

v4.0.0-beta.3

12 Jun 15:08
Compare
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release

4.0.0-beta.3 (2024-06-12)

Bug Fixes

  • only ack message if noAck option is false (d6102e3)

v4.0.0-beta.2

11 Jun 15:40
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2024-06-11)

Bug Fixes

  • ensure (n)ack is send on same channel (ab7026f)

v4.0.0-beta.1

06 Jun 14:30
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2024-06-06)

Bug Fixes

  • deps: bump amqplib from 0.10.3 to 0.10.4 (#368) (dae6c84)
  • deps: bump smob from 1.4.1 to 1.5.0 (#334) (0b2935a)

Features

  • adjusted test suite (a5cc771)
  • change publish/consume signature (ff316ec)
  • initial refactoring of config, consume- &p publish-behaviour (1102aa8)

BREAKING CHANGES

  • public api changed

v3.3.0

20 Mar 13:39
Compare
Choose a tag to compare

3.3.0 (2024-03-20)

Features

  • use amqp-connection-manager for connection/reconnect buisness (#331) (aa6a21e)

v3.2.0

11 Mar 08:30
Compare
Choose a tag to compare

3.2.0 (2024-03-11)

Bug Fixes

  • remove unnecessary alias option (8027d0a)

Features

  • allways close channel after publishing (a9b300f)

v3.1.1

07 Mar 08:18
Compare
Choose a tag to compare

3.1.1 (2024-03-07)

Bug Fixes

  • don't register consumer multiple times (b45defa)

v3.1.0

06 Mar 12:34
Compare
Choose a tag to compare

3.1.0 (2024-03-06)

Features

v3.0.0

28 Feb 12:13
Compare
Choose a tag to compare

3.0.0 (2024-02-28)

Bug Fixes

  • deps: bump @types/amqplib from 0.10.4 to 0.10.5 (#310) (984294e)

Features

  • bind consume & publish to client class & remove singleton patterns (9160408)

BREAKING CHANGES

  • refactor public api

v2.0.2

28 Feb 11:46
Compare
Choose a tag to compare

2.0.2 (2024-02-28)

Bug Fixes

  • deps: bump @types/amqplib from 0.10.3 to 0.10.4 (#264) (fb85e39)

v2.0.1

05 Nov 16:27
Compare
Choose a tag to compare

2.0.1 (2023-11-05)

Bug Fixes

  • bump (dev-) dependencies & resolved linting issues (25b74ce)