- Dropped support for Node 12
- Added support for Node 16
4.0.0 (2019-03-27)
- Supports only node >= 8.9.0
3.0.0 (2017-09-27)
- Removed timeouts in order to simplify the code
2.0.3 (2017-09-10)
- Fixed flow definitions
2.0.2 (2017-09-08)
- Fixed resolve/reject order
- Forced onExecutionError callback to be provided
2.0.1 (2017-09-07)
- Forgot to build the project
2.0.0 (2017-09-07)
- Allowed timeouts for all the consumers
- Allowed to define the error handlers
1.1.1 (2017-08-29)
- Semaphores
- the timeouts are disabled by default.
1.1.0 (2017-08-29)
- 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
- allow to configure the following timeouts :