Skip to content

1.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 11:41
· 1204 commits to refs/heads/develop since this release
f9d50ef

Summary

In this release we patch Metrics utility to version 1.3.2.
With this release we are releasing a fix that ensures that when a new data point is added, and the limit is reached, all the stored metrics are flushed right away.
Also release a fix for a race condition on the metrics utilities.

No changes in other utilities.

Metrics

Prior to this release the Metrics utility allowed to add a number of data points greater than the current limit of 100 data points set by the EMF specification.

If you are using Metrics in your workloads and are dealing with a large number of datapoints, we encourage to update to the latest version of the package at your earliest convenience.

📜 Documentation updates

🐛 Bug and hot fixes

  • fix: Prevent a single metric have more than 100 data points (#312) by @hjgraca
  • fix: Metrics Race condition if using Async calls (#313) by @hjgraca

🔧 Maintenance

  • chore: Update dependabot.yml (#318) by @hjgraca
  • chore: Bump logging version to fix idempotency example (#320) by @hjgraca
  • chore: Idempotency examples - Update AWSSDK.DynamoDBv2 version (#319) by @hjgraca
  • chore: Create dependabot.yml to enable dependabot (#317) by @hjgraca
  • docs: Parameters example (#298) by @amirkaws
  • chore: update urls to new format. remove latest from .net url (#315) by @hjgraca
  • chore: Readme updates (#314) by @hjgraca
  • chore: remove GH pages (#303) by @sthulb
  • chore: update changelog with latest changes (#308) by @hjgraca

This release was made possible by the following contributors:

@amirkaws, @hjgraca, @hossambarakat, @sthulb and @swimming-potato