Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 7.29 KB

CHANGELOG.md

File metadata and controls

88 lines (54 loc) · 7.29 KB

1.1.0 (2023-12-19)

Features

  • 🎸 Swap to embedded metric format (2acbaab)
  • 🎸 Update dependencies and run formatter (f688be4)

1.0.7 (2023-12-14)

Bug Fixes

  • 🐛 Fix Lambda KMS permissions (8d2e6da)

1.0.6 (2023-12-13)

Bug Fixes

  • 🐛 Fix dynamic statement (had syntax error) (7328c8e)

1.0.5 (2023-12-07)

Bug Fixes

  • 🐛 Try to disable build optimizations (56f661d)
  • 🐛 Upgrade to AL2023 provided runtime (bc63c95)

1.0.4 (2023-12-07)

Bug Fixes

  • 🐛 Fix ring (updgrade CC) (ac938a3)
  • 🐛 Pin cc to version per GitHub issue in comment (916cfbf)
  • 🐛 Revert (ecd4285)
  • 🐛 Update dependencies again (301f1c3)
  • 🐛 Update dependencies to latest (d5c16bc)
  • 🐛 Upgrade again (45397dd)

1.0.2 (2023-11-10)

Bug Fixes

  • 🐛 Support non-primary AWS partitions (GovCloud, China) (93d205b)

1.0.1 (2023-09-05)

Bug Fixes

  • 🐛 Fix a validation error in the client (4a13406)

1.0.0 (2023-08-25)

Bug Fixes

  • 🐛 Add conditional for dynamic KMS permission (4c939e5)
  • 🐛 Allow null in alarm config (e2d4a97)
  • 🐛 fix ternary (e0f2f45)
  • 🐛 Fix vulnerability (9526304)
  • 🐛 Fixed inconsistent type in ternary statement ({} vs []) (55920cf)
  • 🐛 Remove State Farm specific KMS key logic (64dc3b0)
  • 🐛 Remove State Farm specific Lambda reference (445c260)
  • common: adding cargo-zigbuild to try and fix pipeline (20af81b)
  • common: adding release step to audit job for pull requests (5fde8ce)
  • common: changing indent in .releaserc.yml to fix error (741c899)
  • common: cleaning up test components (5e78b61)
  • common: fixing yml syntax errors in workflow (11101e4)
  • common: installing semantic-release plugin via npm (a737908)
  • common: moving cargo-zigbuild to build job (48ef5b8)
  • common: referencing upload-artifact action in workflow (fe6858a)
  • common: removing codeql due to lack of rust support (a79f3e4)
  • common: removing zigbuild (89148fc)
  • common: removing zigbuild to see if pipeline breaks (0eb25a1)
  • common: specifying version for semver install (ffd1329)
  • common: trying alternative install of semantic release plugin (31f49a6)

Features

  • 🎸 Allow user to opt out of alarm creation (83d3419)
  • 🎸 Initial commit of existing code and Terraform (61a1fb4)
  • 🎸 Rework VPC/Security Group to not be SF-specific (0ff5431)