Skip to content

Releases: fourTheorem/slic-watch

v3.2.0

22 Jan 22:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.2.0-rc1

22 Jan 12:26
Compare
Choose a tag to compare
v3.2.0-rc1 Pre-release
Pre-release
  • Support for resource customisation #113
  • Allow core to be used as a CommonJS module #115

v3.1.0

04 Nov 09:18
Compare
Choose a tag to compare

What's Changed

  • feat: support OK actions for alarms #112

The topicArn configuration for alarm actions is still supported but we now have a more flexible option that also supports OK alarm actions, so you can get notified when the alarm is no longer active.

Example:

  slicWatch:
    enabled: true
    alarmActionsConfig:
      alarmActions: [!Ref MonitoringTopic]
      okActions: [!Ref MonitoringTopic]
      actionsEnabled: true

Full Changelog: v3.0.0...v3.1.0

v3.0.0

02 Nov 13:34
Compare
Choose a tag to compare

What's changed

  1. Support for AppSync resources has been added 👌
  2. The entire codebase has been painstakingly migrated to TypeScript to facilitate easier maintenance, robust changes and external contributions! 🎉
  3. Support for Node.js v14 and 16 has been removed
  4. BREAKING: Serverless Framework v2 is no longer supported.

Full Changelog: 2.1.3...v3.0.0

v3.0.0-rc5

08 Aug 13:30
Compare
Choose a tag to compare
v3.0.0-rc5 Pre-release
Pre-release

What's changed

  1. Support for AppSync resources has been added 👌
  2. The entire codebase has been painstakingly migrated to TypeScript to facilitate easier maintenance, robust changes and external contributions! 🎉
  3. Support for Node.js v14 has been removed
  4. BREAKING: Serverless Framework v2 is no longer supported.

Full Changelog: 2.1.3...v3.0.0-rc5

v3.0.0-rc4

07 Jul 08:52
Compare
Choose a tag to compare
v3.0.0-rc4 Pre-release
Pre-release

What's changed

  1. Support for AppSync resources has been added 👌
  2. The entire codebase has been painstakingly migrated to TypeScript to facilitate easier maintenance, robust changes and external contributions! 🎉
  3. Support for Node.js v14 has been removed
  4. BREAKING: Serverless Framework v2 is no longer supported.

Full Changelog: 2.1.3...v3.0.0-rc4

v3.0.0-rc3

30 Jun 16:01
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release

What's changed

  1. Support for AppSync resources has been added 👌
  2. The entire codebase has been painstakingly migrated to TypeScript to facilitate easier maintenance, robust changes and external contributions! 🎉
  3. Support for Node.js v14 has been removed
  4. BREAKING: Serverless Framework v2 is no longer supported.

Full Changelog: 2.1.3...v3.0.0-rc3

v3.0.0-rc2

22 Jun 14:03
Compare
Choose a tag to compare
v3.0.0-rc2 Pre-release
Pre-release

What's changed

  1. Support for AppSync resources has been added 👌
  2. The entire codebase has been painstakingly migrated to TypeScript to facilitate easier maintenance, robust changes and external contributions! 🎉
  3. Support for Node.js v14 has been removed
  4. BREAKING: Serverless Framework v2 is no longer supported.

Full Changelog: 2.1.3...v3.0.0-rc2

2.1.3

24 Apr 10:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

13 Oct 21:02
Compare
Choose a tag to compare

What's Changed

  • fix(core): exclude Lambda metrics if TG target is not Lambda by @eoinsha in #102

Full Changelog: 2.1.1...2.1.2