Skip to content

Releases: fourTheorem/slic-watch

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

2.1.1

12 Oct 23:24
Compare
Choose a tag to compare

Correction to 2.1.0 to ensure SAM can build with esbuild for the SLIC Watch CloudFormation Macro SAR Application build

Full Changelog: 2.1.0...2.1.1

2.1.0

12 Oct 23:05
Compare
Choose a tag to compare

What's Changed

  • 🎉 Add support for ALB alarms and dashboard by @direnakkoc in #97
  • The SLIC Watch CloudFormation Macro (used for SAM, CloudFormation and CDK support) now uses esbuild for a significantly faster and much smaller package size

Full Changelog: 2.0.2...2.1.0

2.0.2

12 Oct 21:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

10 Oct 12:24
Compare
Choose a tag to compare

This release adds CDK usage examples and a sample CDK project! Contributed by @ssamueluk