Skip to content

Releases: Enase/serverless-ses-template

SESV2 + Logs and Messages

07 Feb 20:58
Compare
Choose a tag to compare

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

02 Feb 19:02
Compare
Choose a tag to compare
  • New logs for Sls v3

Type definitions for CLI options

15 Apr 11:03
Compare
Choose a tag to compare

Added

Changed

  • Dependencies updated (security vulnerabilities)

Plugin default options

17 Dec 13:35
Compare
Choose a tag to compare

Fixed

  • Default plugin options are not initialized. Fixes #20

Added extended example

03 Dec 19:07
Compare
Choose a tag to compare

Improvement

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

Docs

Config improvements

03 Dec 12:37
Compare
Choose a tag to compare

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

15 Jul 21:00
16a3229
Compare
Choose a tag to compare

Breaking Changes

  • Drop Node.js 8 support

Changed

  • List of supported regions updated according to AWS RPS

Supported regions updated

10 Jun 19:01
Compare
Choose a tag to compare
  • List of supported regions updated according to AWS RPS

Deploy changes

12 Mar 19:58
Compare
Choose a tag to compare

Changed: SES template deploy process moved to "before deploy" stage.

Deploy changes

12 Mar 19:48
Compare
Choose a tag to compare
  • Changed: SES template deploy process moved from "packaging" to "after deploy" stage. Fixes #16
  • Added: Ability to disable auto deploy with sesTemplatesDisableAutoDeploy configuration flag.