Releases: Enase/serverless-ses-template
Releases · Enase/serverless-ses-template
SESV2 + Logs and Messages
Added
- Serverless SES service changes and status info added to "Service information"
sls info
command support
Changed
- SES API version updated to SESV2
- Logs and messages improved
Serverless Framework v3 support
- New logs for Sls v3
Type definitions for CLI options
Added
- Type definitions for CLI options for Serverless 3.x compatibility.
Fixes #22
Changed
- Dependencies updated (security vulnerabilities)
Plugin default options
Fixed
- Default plugin options are not initialized. Fixes #20
Added extended example
Improvement
- Unnecessary files are not included in release anymore. Added
files
section inpackage.json
.
Docs
- Added extended example: Plugin integration with asset management
Config improvements
Breaking Changes
- Config definition updated
- Dropped
serverless-aws-alias
plugin support
Added
- Ability to set deploy hook
- Config validation
Changed
- Region verification removed
Drop Node.js 8 Support
Breaking Changes
- Drop Node.js 8 support
Changed
- List of supported regions updated according to AWS RPS
Supported regions updated
- List of supported regions updated according to AWS RPS
Deploy changes
Changed: SES template deploy process moved to "before deploy" stage.
Deploy changes
- Changed: SES template deploy process moved from "packaging" to "after deploy" stage. Fixes #16
- Added: Ability to disable auto deploy with
sesTemplatesDisableAutoDeploy
configuration flag.