Releases: awslabs/goformation
Releases · awslabs/goformation
v2.3.1
Fixed the go module versioning
v2.3.0
2.3.0 (2019-03-20)
Bug Fixes
- parser: Unmarshalling of resources with polymorphic properties (like S3 events) now works (#188) (8eff90a)
Features
- sam: Add support for
AWS::Serverless::Api.TracingEnabled
, AWS::Serverless::Function.PermissionsBoundary
, AWS::Serverless::Function.DynamoEvent.Enabled
, AWS::Serverless::Function.KinesisEvent.Enabled
, and AWS::Serverless::Function.SQSEvent.Enabled
(#191) (38f0187)
- schema: AWS CloudFormation Update (2019-03-15) (#189) (8b332a4)
v2.2.2
2.2.2 (2019-03-13)
Bug Fixes
- parser: Select the correct AWS CloudFormation resource type based on similarity (#183) (5749b23)
v2.2.1
2.2.1 (2019-03-10)
Bug Fixes
- parser: fix invalid YAML template error for custom tag marshaler (#177) (035d438)
v2.2.0
2.2.0 (2019-03-10)
Features
- schema: regenerated resources to apply SAM schema fixes from previous PR (b30c019)
v2.1.5
2.1.5 (2019-03-10)
Bug Fixes
- parser: do not break if a non-intrinsic
Condition
statement is found in a YAML template (#169) (e4671e3)
v2.1.4
2.1.4 (2019-03-10)
Bug Fixes
- schema: fixed incorrect field type for AWS::Serverless::Application.Location (#167) (3f1817b)
v2.1.3
2.1.3 (2019-03-10)
Bug Fixes
- schema: maps within YAML templates should allow unknown fields/properties (3b6e359)
v2.1.2
2.1.2 (2019-03-10)
Bug Fixes
v2.1.1
2.1.1 (2019-03-10)
Bug Fixes
- CI: only run semantic-release on push-to-master (not on pull requests) (#184) (c83945a)