Skip to content

Releases: serverless-operations/serverless-step-functions

v2.6.1

16 Sep 09:52
ab9c4f9
Compare
Choose a tag to compare

2.6.1 (2019-09-16)

Bug Fixes

  • fix permissions issue with lambda ARN strings (ee94d8b)

v2.6.0

21 Aug 07:33
d3703e1
Compare
Choose a tag to compare

2.6.0 (2019-08-21)

Features

v2.5.0

19 Aug 13:15
e30421e
Compare
Choose a tag to compare

2.5.0 (2019-08-19)

Bug Fixes

  • fix bug when there're no lambda versions (708f4c4)

Features

  • capture state machine schema explicitly (e1dc3b8)
  • support referencing exact version (e967f04), closes #240

v2.4.0

19 Aug 13:03
07f4623
Compare
Choose a tag to compare

2.4.0 (2019-08-19)

Features

  • add support for nested workflows (abe26fb), closes #242

v2.3.0

04 Aug 08:59
25875c8
Compare
Choose a tag to compare

2.3.0 (2019-08-04)

Features

  • reads config option to be compatible with serverless v1.45.0 (b496c85)

v2.2.0

31 Jul 19:42
be80563
Compare
Choose a tag to compare

2.2.0 (2019-07-31)

Features

  • support local function names instead of logical id (b9525e5)

v2.1.1

29 Jul 23:39
6f33c81
Compare
Choose a tag to compare

2.1.1 (2019-07-29)

Bug Fixes

v2.1.0

10 Jul 21:59
4f6a27d
Compare
Choose a tag to compare

2.1.0 (2019-07-10)

Bug Fixes

Features

  • support override for alarm logical id (c74f089), closes #225

v2.0.0

08 Jul 09:42
479d003
Compare
Choose a tag to compare

2.0.0 (2019-07-08)

Bug Fixes

  • no cloudwatch log for DescribeExecution (8a6629f)
  • test codes and coverage. fixed check logic for coverage (a5507dc)

Features

  • action parameter support for event.http (14b54e2)
  • add is_describe option to execute DescribeExecution action (9b56ca1)

BREAKING CHANGES

  • action key in config event.http is now used for creating dynamic IAM Role and API Gateway Request Template to passthru request

v1.25.0

17 Jun 07:31
2ab2872
Compare
Choose a tag to compare

1.25.0 (2019-06-17)

Features

  • generate LambdaPermission for authorizers (eeee5da), closes #152