Skip to content

Releases: Enase/serverless-ses-template

ESM: Auto Deploy Behavior

10 Jan 21:19
Compare
Choose a tag to compare

Breaking Changes

  • Modified Auto-Deploy Behavior: The behavior of auto-deploy has been updated. Starting now, when the disableAutoDeploy configuration value is set to false, the plugin will automatically remove templates during the before:remove:remove serverless internal event. This change enhances stack management and helps prevent unintended template retention when executing the sls remove command to remove the AWS CloudFormation stack. #147

Changed

  • Dependencies updated

CJS: Auto Deploy Behavior

10 Jan 21:10
fcf445a
Compare
Choose a tag to compare

Breaking Changes

  • Modified Auto-Deploy Behavior: The behavior of auto-deploy has been updated. Starting now, when the disableAutoDeploy configuration value is set to false, the plugin will automatically remove templates during the before:remove:remove serverless internal event. This change enhances stack management and helps prevent unintended template retention when executing the sls remove command to remove the AWS CloudFormation stack. #147

Changed

  • Dependencies updated

Migration to TypeScript - Pure ESM Package

26 Sep 08:54
b1eac1a
Compare
Choose a tag to compare

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

26 Sep 08:26
Compare
Choose a tag to compare

Breaking Changes

Plugin usage without `custom` configuration node

27 Jun 23:21
Compare
Choose a tag to compare

Fixed

  • Resolved serverless configuration issue for plugin usage without custom node

Changed

  • Dependencies updated

Added

  • dependabot configuration

removeMissed configuration flag

06 Apr 17:28
Compare
Choose a tag to compare

Added

  • removeMissed configuration flag

Changed

  • Dependencies updated

Broken deploy fix

18 May 19:41
Compare
Choose a tag to compare

Fixed

Console output improved

09 Apr 16:54
35fa86c
Compare
Choose a tag to compare

Fixed

  • Display falsy values in red for cli SES

Changed

  • Dependencies updated

Serverless ver 2 support

07 Feb 22:33
Compare
Choose a tag to compare

Fixed

  • Serverless ver 2 support

Fixed release

07 Feb 22:22
Compare
Choose a tag to compare

Fixed

  • Wrong chalk version