Skip to content

Releases: serverless-operations/serverless-step-functions

1.11.0(31.01.2019)

31 Jan 02:17
Compare
Choose a tag to compare
  • fix generated IAM role when there are no Task states(#165)
  • add support for dependsOn option(#164)

1.10.0(22.01.2019)

22 Jan 06:52
Compare
Choose a tag to compare
  • Support to generate permissions of IAM Role for SNS, SQS, DynamoDB, ECS and Batch integrations. consolidate permissions by common actions and then resources, to minimise number of policy statements. (#161 )

1.9.0(17.12.2018)

17 Dec 09:46
Compare
Choose a tag to compare
  • Add support for CloudFormation intrinsic function for role (#156)
  • Add dollar sign to function arn regex (#154)

1.8.0(13.10.2018)

13 Oct 07:45
Compare
Choose a tag to compare
  • Service endpoint fix (#150)
  • Add support for CloudWatch Events (#151 )

1.7.2(31.08.2018)

30 Aug 15:07
Compare
Choose a tag to compare
  • Allow pseudo-parameters in function arn regex (#148)

1.7.1(30.08.2018)

30 Aug 11:02
Compare
Choose a tag to compare
  • Refactor function resource arn regex to only allow valid characters (#147 )

1.7.0(28.08.2018)

27 Aug 13:41
Compare
Choose a tag to compare
  • JSON prettify when the state definition is a JSON object instead of raw string (#144)
  • Restrict permissions given to the generated IAM role (#145)

1.6.1(31.07.2018)

30 Jul 20:19
475dfe3
Compare
Choose a tag to compare

accidentally release (#139).

1.6.0(31.07.2018)

30 Jul 15:43
Compare
Choose a tag to compare
  • Support API Gateway authorizers (#133 )
  • Support Share API(#130 #131 )

1.5.0(10.07.2018)

09 Jul 20:33
Compare
Choose a tag to compare
  • Supported for custom body mapping templates(#122)
  • Supported custom logicalId separate from name (#124)
  • fixed Version 1.4.1 breaks pseudo parameters (#129, #119)