Skip to content

1.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 15:43
· 333 commits to refs/heads/develop since this release
bfa0ded

Summary

In this release we are happy to introduce two new converters for DateOnly and TimeOnly types. These are not supported by default on .NET 6 but will be included in Powertools.
We also fixed two bugs reported on the metrics utility.

  • Do not throw exception when decorating a non Lambda handler method
  • Do not throw exception when Metadata uses and existing metrics key
  • Do not throw exception on second invocation when using Metadata

Version updates

Logging: 1.3.3
Metrics: 1.4.3

Changes

🌟New features and non-breaking changes

  • feat: Add DateOnly and TimeOnly converters (#503) by @hjgraca

🐛 Bug and hot fixes

  • fix: Metrics throws exception when using AddMetadata (#505) by @hjgraca
  • fix: Metrics throws exception when decorating non handler methods (#499) by @hjgraca

🔧 Maintenance

  • chore: Update projects readme for nuget (#495) by @hjgraca
  • chore: Update Batch Processing examples. Update all dependencies (#493) by @hjgraca

This release was made possible by the following contributors:

@hjgraca and @amirkaws