Skip to content

Latest commit

 

History

History
243 lines (159 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

243 lines (159 loc) · 7.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[6.1.0] - 2024-01-10

Breaking Changes

  • Modified Autodeploy 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

[6.0.0] - 2023-09-26

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.

[5.1.0] - 2024-01-10

Breaking Changes

  • Modified Autodeploy 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

[5.0.2] - 2023-09-26

Breaking Changes

[4.0.7] - 2023-06-27

Fixed

  • Resolved serverless configuration issue for plugin usage without custom node

Changed

  • Dependencies updated

Added

  • dependabot configuration

[4.0.6] - 2023-04-06

Added

  • removeMissed configuration flag

Changed

  • Dependencies updated

[4.0.5] - 2022-05-18

Fixed

[4.0.4] - 2022-04-08

Fixed

  • Display falsy values in red for cli SES

Changed

  • Dependencies updated (security vulnerabilities)

[4.0.3] - 2022-02-08

Fixed

  • Serverless ver 2 support

[4.0.2] - 2022-02-08

Fixed

  • Wrong chalk version

[4.0.1] - 2022-02-07

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

[4.0.0] - 2022-02-01

Added

  • Serverless Framework v3 support

[3.0.3] - 2021-04-15

Added

Changed

  • Dependencies updated (security vulnerabilities)

[3.0.2] - 2020-12-17

Fixed

  • Default plugin options are not initialized. Fixes #20

[3.0.1] - 2020-12-03

Improvement

  • Unnecessary files are not included in release anymore. Added files section in package.json.

Docs

[3.0.0] - 2020-12-03

Breaking Changes

  • Config definition updated
  • Dropped serverless-aws-alias plugin support

Added

  • Ability to set deploy hook
  • Config validation

Changed

  • Region verification removed

[2.0.0] - 2020-07-15

Breaking Changes

  • Drop Node.js 8 support

Changed

  • List of supported regions updated according to AWS RPS

[1.3.3] - 2020-06-10

Changed

  • List of supported regions updated according to AWS RPS

[1.3.2] - 2020-03-12

Changed

  • SES template deploy process moved to "before deploy" stage.

[1.3.1] - 2020-03-12

Added

  • Ability to disable auto deploy with sesTemplatesDisableAutoDeploy configuration flag.

Changed

  • SES template deploy process moved from "packaging" to "after deploy" stage.

[1.3.0] - 2020-02-26

Breaking Changes

Added

  • List of supported regions updated according to AWS RPS

[1.2.6] - 2019-12-16

Added

  • List of supported regions updated according to AWS RPS
  • Ability to pass template configuration file path as CLI argument named sesTemplateConfig.

[1.2.5] - 2019-10-15

Changed

[1.2.4] - 2019-09-20

Changed

  • Dependencies updated (security vulnerabilities)

[1.2.3] - 2019-07-30

Changed

  • Dependencies updated (security vulnerabilities)

[1.2.2] - 2019-06-05

Changed

  • Readme.md link fixed

[1.2.1] - 2019-06-05

Changed

  • Dependencies updated in order to get rid of npm security vulnerability warning
  • License added + readme updated

[1.2.0] - 2019-02-27

Changed

[1.1.0] - 2019-02-22

Added

[1.0.7] - 2019-02-16

Added

[1.0.6] - 2019-01-17

Changed

[1.0.5] - 2018-09-24

Changed

[1.0.4] - 2018-09-24

Changed