Skip to content

Releases: awslabs/aws-embedded-metrics-node

v4.2.0

23 Sep 18:53
2918f4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

10 Nov 22:17
a7c2bfc
Compare
Choose a tag to compare

What's Changed

  • Update to EKS example in #149
  • Update examples in #151
  • Change ConsoleSink depending on Lambda log format in #158

Full Changelog: v4.1.0...v4.1.1

v4.1.0

25 Jan 22:01
9dc7b41
Compare
Choose a tag to compare

What's Changed

  • High Resolution Metrics Support in #142
  • Fix #140 remove validator dependency in #145
  • Bump json5 from 2.2.1 to 2.2.3 in #144

Full Changelog: v4.0.0...v4.1.0

v4.0.0

18 Sep 17:25
6ed5f70
Compare
Choose a tag to compare

What's changed

  • Add validation for dimensions, metrics and namespace in #131 and #135
  • Add support to clear custom dimensions and configure dimension preservation across flushes in #136
  • Various bug fixes and improvements

Full Changelog: v3.0.1...v4.0.0

v3.0.1

16 Aug 16:55
Compare
Choose a tag to compare

Fix #104 "prevent putDimensions from storing duplicate dimensions". Thanks @aaronlna !

v3.0.0

03 Aug 22:14
c862287
Compare
Choose a tag to compare
  • Support for 30 dimensions per dimension set. If more than 30 dimensions are given then DimensionSetExceededError will be thrown.(#121)

v2.0.6

26 Jul 19:05
c9d19c9
Compare
Choose a tag to compare

v2.0.5

30 May 21:08
46682c2
Compare
Choose a tag to compare
  • Improve security by making calls to IMDSv2 instead of IMDSv1 to access ec2 instance metadata via #115
  • Fix open CVEs and use ECR for builds via #94
  • Fix CVE-2020-7774 via #88
  • Upgrade jest to v26 via #85

v2.0.4

19 Feb 03:20
6065d2e
Compare
Choose a tag to compare

Fix #81 "crash when no connection to agent" via #82. Thanks @jeroenmeulendijks !

v2.0.3

11 Feb 21:09
f65607b
Compare
Choose a tag to compare
  • Improve performance of getting the current timestamp in the MetricsContext via #76. Thanks @isaacl!
  • Fix CVE-2020-7789 via #77
  • Simplify error handling in MetricScope wrapper via #79. Thanks @Dolvic!