Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 1.7 KB

AMQP Client

Changelog

[6.0.0] (2021-06-29)

Removed

  • Dropped support for Node 12

Added

  • Added support for Node 16

4.0.0 (2019-03-27)

Breaking changes

  • Supports only node >= 8.9.0

3.0.0 (2017-09-27)

Breaking changes

  • Removed timeouts in order to simplify the code

2.0.3 (2017-09-10)

Bugfix

  • Fixed flow definitions

2.0.2 (2017-09-08)

Bugfix

  • Fixed resolve/reject order
  • Forced onExecutionError callback to be provided

2.0.1 (2017-09-07)

Bugfix

  • Forgot to build the project

2.0.0 (2017-09-07)

Features

  • Allowed timeouts for all the consumers
  • Allowed to define the error handlers

1.1.1 (2017-08-29)

Features

  • Semaphores
    • the timeouts are disabled by default.

1.1.0 (2017-08-29)

Features

  • Semaphores
    • allow to configure the following timeouts :
      • lock_timeout : time spent waiting for the "semaphore"
      • execution_timeout : time spent waiting for the end of the provided task, after the "semaphore" is acquired