Skip to content

Latest commit

 

History

History
91 lines (40 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

91 lines (40 loc) · 3.6 KB

3.3.0 (2024-03-20)

Features

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

3.2.0 (2024-03-11)

Bug Fixes

  • remove unnecessary alias option (8027d0a)

Features

  • allways close channel after publishing (a9b300f)

3.1.1 (2024-03-07)

Bug Fixes

  • don't register consumer multiple times (b45defa)

3.1.0 (2024-03-06)

Features

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

2.0.2 (2024-02-28)

Bug Fixes

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

2.0.1 (2023-11-05)

Bug Fixes

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

2.0.0 (2023-02-03)

Bug Fixes

  • add generic type to publish option (6f67912)
  • deps: bump @types/amqplib (de1316b)

BREAKING CHANGES

  • bump version

1.1.1 (2023-02-03)

Bug Fixes

  • expose amqplib types \n\n BREAKING CHANGE: bump to v2 (5156649)

1.1.0 (2023-02-03)

Features

  • refactored and enhance publish & subscribe pattern \n\n BREAKING CHANGE: api rewritten (#224) (5bc43c2)