Skip to content

Releases: piercus/step-function-worker

v3.0.0

19 Oct 09:11
Compare
Choose a tag to compare

3.0.0 (2021-10-19)

Features

BREAKING CHANGES

  • this is a breaking change

Infinite parallel tasks

20 May 08:15
4ac9fb9
Compare
Choose a tag to compare
Pre-release
  • 2 different concurency parameters
    • taskConcurrency (null (infinity) by default) will manage the number of concurrent tasks
    • poolConcurrency (1 by default) will manage the number of parallel poolers
  • Possible to have as many parallel tasks as needed

v2.1.0

29 Jan 10:22
56e5694
Compare
Choose a tag to compare

2.1.0 (2019-01-29)

Bug Fixes

Features

  • add restart and rework close/stop/start/restart for #12 (eb768a9)

v2.0.1

08 Dec 13:56
7a6b399
Compare
Choose a tag to compare

2.0.1 (2018-12-08)

Bug Fixes

  • sync functions and sync errors (0a15b89)
  • sync functions and sync errors for #10 (38c75ef)

v2.0.0

24 Oct 10:37
Compare
Choose a tag to compare

2.0.0 (2018-10-24)

Bug Fixes

  • change repository.url (cfdc66b)
  • remaining Async function in tests are replaced by pure promise() from aws sdk (f39bbc1)
  • rm bluebird from test utils (174eab7)
  • rm bluebird from test utils (4708cf7)
  • rm vows dep (6d5161b)
  • travis (6ac4503)

Features

  • check that regions are macthing between AWS and activity ARN (f7667fd)

BREAKING CHANGES

  • activityArn must be explictly defined

v1.1.0

29 Jun 14:16
ac06bc8
Compare
Choose a tag to compare

1.1.0 (2018-06-29)

Features

v1.0.0

24 Apr 09:06
Compare
Choose a tag to compare

1.0.0 (2018-04-24)

Bug Fixes