Releases: serverless-operations/serverless-step-functions
Releases · serverless-operations/serverless-step-functions
v2.6.1
2.6.1 (2019-09-16)
Bug Fixes
- fix permissions issue with lambda ARN strings (ee94d8b)
v2.6.0
2.6.0 (2019-08-21)
Features
v2.5.0
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
2.4.0 (2019-08-19)
Features
- add support for nested workflows (abe26fb), closes #242
v2.3.0
2.3.0 (2019-08-04)
Features
- reads config option to be compatible with serverless v1.45.0 (b496c85)
v2.2.0
2.2.0 (2019-07-31)
Features
- support local function names instead of logical id (b9525e5)
v2.1.1
2.1.1 (2019-07-29)
Bug Fixes
v2.1.0
2.1.0 (2019-07-10)
Bug Fixes
Features
- support override for alarm logical id (c74f089), closes #225
v2.0.0
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
1.25.0 (2019-06-17)
Features
- generate LambdaPermission for authorizers (eeee5da), closes #152