Skip to content

Latest commit

 

History

History
116 lines (64 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

116 lines (64 loc) · 1.75 KB

CHANGELOG

Emoji Cheatsheet

  • ✏️ doc updates
  • 🐛 when fixing a bug
  • 🚀 when making general improvements
  • ✅ when adding tests
  • ⬆️ when upgrading dependencies
  • 🎉 when adding new features

Version History

v4.5.0

  • 🎉 Allow dashboards to be created for non-ECS deployed ELBs

v4.4.3

  • 🐛 Remove Hardcoded Regions

v4.4.2

  • 🐛 Use internal AWS Vars
  • ⬆️ Update to latest ESLint Config

v4.4.1

  • 🐛 Fix Log name encoding

v4.4.0

  • 🚀 Ensure all 5xx error codes are surfaced
  • 🚀 Update to new morgan syntax

v4.3.1

  • 🐛 Fix empty topic array

v4.3.0

  • 🐛 An invalid Topic was generated if an email and topic were not provided
  • 🚀 Make Cluster and Service optional

v4.2.0

  • 🚀 Improve readability of Dashboard Name

v4.1.0

  • 🚀 Allow Custom Topic

v4.0.0

  • 🚀 Use Prefix in names of resouces to allow two ELB instances to be used together

v3.2.0

  • 🚀 Use @openaddresses/cloudfriend to use new AWS-SDK

v3.0.0

  • 🎉 Update to ES Module
  • ⬆️ Update base deps

v2.1.4

  • ⬆️ Update base deps

v2.1.3

  • ⬆️ Update base deps

v2.1.2

  • 🚀 Automate npm releases

v2.1.1

  • ⬆️ Update base deps

v2.1.0

  • 🚀 Add @logStream to 5xx Errors
  • 🎉 Add node error log

v2.0.4

  • ⬆️ Update ESLint base deps

v2.0.3

  • ⬆️ Update ESLint base deps

v2.0.2

  • ⬆️ Update ESLint base deps

v2.0.1

  • ⬆️ Update ESLint base deps

v2.0.0

  • 🎉 Add support for 5xx Log Parsing

v1.1.1

  • ⬆️ General Dep Update

v1.1.0

  • 🎉 Add CF Dashboard

v1.0.0

  • 🎉 Intial Release