Skip to content

Releases: fourTheorem/slic-watch

v3.3.1-rc4

30 Sep 15:23
Compare
Choose a tag to compare
v3.3.1-rc4 Pre-release
Pre-release

Full Changelog: v3.3.1-rc3...v3.3.1-rc4

v3.3.1-rc3

30 Sep 15:14
Compare
Choose a tag to compare
v3.3.1-rc3 Pre-release
Pre-release

Full Changelog: v3.3.1-rc2...v3.3.1-rc3

v3.3.1-rc2

30 Sep 11:55
Compare
Choose a tag to compare
v3.3.1-rc2 Pre-release
Pre-release

Full Changelog: v3.3.1-rc1...v3.3.1-rc2

v3.3.1-rc1

30 Sep 11:47
Compare
Choose a tag to compare
v3.3.1-rc1 Pre-release
Pre-release

Full Changelog: v3.3.0...v3.3.1-rc1

v3.3.0-rc1

30 Sep 11:31
Compare
Choose a tag to compare
v3.3.0-rc1 Pre-release
Pre-release

Full Changelog: v3.2.1...v3.3.0

v3.2.1

10 Jun 09:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

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