Releases: Enase/serverless-ses-template
Releases · Enase/serverless-ses-template
ESM: Auto Deploy Behavior
Breaking Changes
- Modified Auto-Deploy Behavior: The behavior of auto-deploy has been updated. Starting now, when the
disableAutoDeploy
configuration value is set tofalse
, the plugin will automatically remove templates during thebefore:remove:remove
serverless internal event. This change enhances stack management and helps prevent unintended template retention when executing thesls remove
command to remove the AWS CloudFormation stack. #147
Changed
- Dependencies updated
CJS: Auto Deploy Behavior
Breaking Changes
- Modified Auto-Deploy Behavior: The behavior of auto-deploy has been updated. Starting now, when the
disableAutoDeploy
configuration value is set tofalse
, the plugin will automatically remove templates during thebefore:remove:remove
serverless internal event. This change enhances stack management and helps prevent unintended template retention when executing thesls remove
command to remove the AWS CloudFormation stack. #147
Changed
- Dependencies updated
Migration to TypeScript - Pure ESM Package
Breaking Changes
- Migration to TypeScript: The project has been refactored using TypeScript. Learn about our motivation and the detailed changes.
- Pure ESM Package: Plugin transitioned to a pure ESM module. If you're unfamiliar with this, please consult this guide to understand the implications.
- Serverless Version Requirement: Ensure you are using
serverless
version v3.2.0 or above, as this is now the minimum supported version.
Migration to TypeScript
Breaking Changes
- Migration to TypeScript: The project has been refactored using TypeScript. Learn about our motivation and the detailed changes.
- Serverless Version Requirement: Ensure you are using
serverless
version v3.2.0 or above, as this is now the minimum supported version.
Plugin usage without `custom` configuration node
Fixed
- Resolved serverless configuration issue for plugin usage without
custom
node
Changed
- Dependencies updated
Added
- dependabot configuration
removeMissed configuration flag
Added
removeMissed
configuration flag
Changed
- Dependencies updated
Broken deploy fix
Fixed
- Invalid PageToken issue while deploy
Console output improved
Fixed
- Display falsy values in red for cli SES
Changed
- Dependencies updated
Serverless ver 2 support
Fixed
- Serverless ver 2 support
Fixed release
Fixed
- Wrong
chalk
version