Releases: yaorg/gradle-aws-sam-deployer-plugin
Releases · yaorg/gradle-aws-sam-deployer-plugin
v1.6.0
- Added new flag to deploy tasks
logStackOutputs
that enables logging of stack outputs after template execution.
v1.5.2
- Fix bug where depending on how parameters are supplied not found errors could occur because a collection of GString's will return false for contains a String even thought toString() on both are the same.
v1.5.1
- Add integration test for multi region package and deploy task and fix logic for choosing parameter overrides.
v1.5.0
- Added new multi-region package and deploy custom task type for multi-region serverless application deploys.
v1.4.1
- Refactored out deploySam task action logic into service for re-usability since you can't create task objects directly.
v1.4.0
- Added new custom task type for multi-region sam deploy.
v1.3.1
- Check for required props at task execution time as to not break builds when on projects that have the plugin applied but not configured
v1.3.0
- Pass parameters into tasks as input so that custom tasks can be created in projects.
v1.2.2
- Log the samTemplatePath variable name, not the variable value in log message, when value is null.
v1.2.1
- Fixed bug where if a user used a SAM template that had a parameter that had a default value, but did not not define a parameter overrides map the plugin NPE'd. The Map is now initialized as empty.