Skip to content

Latest commit

 

History

History
131 lines (59 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

131 lines (59 loc) · 4.71 KB

3.3.0 (2023-06-07)

Features

  • add single active consumer argument support (#160) (4e59188)

3.2.2 (2023-02-13)

Bug Fixes

  • change default host (dcc30ff)
  • delete unused appId parameter (73230ef)

3.2.1 (2022-12-01)

Bug Fixes

  • mbclient: fix reconnect logic (3cf0450)
  • mbclient: make logger required in CreateServiceOptions interface (623dbd2)

3.2.0 (2022-09-23)

Features

  • add protocol and maxFrame configuration (6e634c3)

3.1.0 (2022-08-24)

Features

  • replace amqplib with amqp-client.js (9f2dd56)

3.0.0 (2022-06-10)

Features

BREAKING CHANGES

  • deps: drop Node.js v10 support

Update all dev dependencies

Add Node.js v18 support.

2.3.0 (2022-03-10)

Features

  • add action value to no action error message in default handler and fix context on close event (faaba6e)

2.2.1 (2021-10-08)

Bug Fixes

  • restore queue bindings on reconnect (#34) (c264b67)

2.2.0 (2021-08-25)

Features

  • deps: add logging of unprocessed events (#31) (fc2f94a)

2.1.0 (2021-08-11)

Features

  • deps: upgrade amqplib up to 0.8.0 (#28) (b97c2ef)

2.0.0 (2021-05-09)

Bug Fixes

Features

  • export MessageHandlerOptions and AMQPOptions (b228731)
  • tslint to eslint (feab382)

BREAKING CHANGES

  • drop Node.js v8 support.

Node.js v14 build added.

Some types made more exact (instead of any).

1.1.2 (2020-07-13)

Bug Fixes

  • release: Change api function signature (d355470)

1.1.1 (2020-06-10)

Bug Fixes

  • release: Change default retry strategy (cc86c82)

1.1.0 (2020-06-03)

Features

  • release: Add support customize field exchange and routingKey. Added ability to not convert content. Up lib version. (1c0ecf3)

1.0.0 (2020-06-03)

Bug Fixes