Skip to content

Releases: fourTheorem/slic-watch

2.0.0-rc2

31 Aug 12:50
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

What's Changed

This is a pre-release to allow testing of major new features.

  • SAM and CloudFormation support! - Support for AWS SAM and CloudFormation projects is available now with the SLIC Watch CloudFormation Macro. See the README for setup instructions and let us know your feedback
  • Better support for resources with no provided name. CloudFormation resources that do not provide the optional resource name are now supported for all services.
  • BREAKING CHANGE: The alarm name has changed slightly for each service.
    Every alarm begins with the service name followed by an underscore.
    This was done for two reasons:
    1. To ensure some consistency in alarm names
    2. SLIC Watch now supports resources that do not explcitly set a name
      (e.g. Lambda FunctionName or DynamoDB TableName). This changed how
      we generate logical IDs for CloudFormation Alarm resources. Since we
      have changed the logical ID, CloudFormation will create new Alarms to
      replace the previous one before it deletes the old one. We had to
      ensure that the alarm name would differ from the previous name or an
      AlarmName conflict would result, failing the CloudFormation deployment

1.3.0

22 Jun 08:57
Compare
Choose a tag to compare

What's Changed

  • Add support for SNS alarms and dashboard by @direnakkocdemir in #83
  • Ensure extended statistics can be used in Alarm descriptions by @eoinsha in #82

New Contributors

  • @direnakkocdemir made their first contribution in #83

Full Changelog: 1.2.0...1.3.0

1.2.0

25 May 20:50
Compare
Choose a tag to compare

What's Changed

  • Add support for ECS utilization metrics and dashboard by @eoinsha and @direnakkocdemir in #81

Full Changelog: 1.1.0...1.2.0

1.1.0

15 May 10:40
Compare
Choose a tag to compare

What's Changed

  • Add support for The Serverless Framework v3. v2 is still supported!
  • change properties to add type objects by @dchocoboo in #77
  • Updates test project to sls v3 and solve datetime validation issue by @lmammino in #80

New Contributors

Full Changelog: 1.0.7...1.1.0

1.0.7

29 Mar 08:18
Compare
Choose a tag to compare

What's Changed

  • Change documentation references from topic to topicArn by @asionek in #75

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

19 Jan 22:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5

11 Jan 17:00
Compare
Choose a tag to compare

What's Changed

  • Fix link to reference by @eoinsha in #70
  • Update ajv to latest 8.8.2 version and fix issue with unicode regex parsing that it uses now by default by @jakejscott in #72

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

04 Nov 22:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.4-rc2

25 Oct 13:26
Compare
Choose a tag to compare
Add prerelease version to test 1.0.4 changes

1.0.4-rc1

25 Oct 11:24
Compare
Choose a tag to compare
1.0.4-rc1 Pre-release
Pre-release

1.0.4-rc1