Skip to content

1.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 20:11
· 264 commits to refs/heads/develop since this release
6286cad

Summary

In this release we added a "global" exception handler to Logging utility, so that when using the utility the exceptions inside are not sent to the client and break their applications. Instead we write the error message to the logs so the client can act on it.

We also added support for dotnet 8. Now Powertools supports dotnet 6 and dotnet 8, we build packages for both versions.

Changes

AWS.Lambda.Powertools.Logging - 1.5.0
AWS.Lambda.Powertools.Tracing - 1.4.0
AWS.Lambda.Powertools.Metrics - 1.6.0
AWS.Lambda.Powertools.Parameters - 1.2.0
AWS.Lambda.Powertools.Idempotency - 1.1.0
AWS.Lambda.Powertools.BatchProcessing - 1.1.0

📜 Documentation updates

  • chore: Update batch-processing docs (#547) by @hjgraca
  • chore(docs): fix upper snake case to camel case. (#548) by @H1Gdev
  • chore: Update tracing.md - Auto-disable when not running in AWS Lambda environment (#544) by @hjgraca
  • docs: we made this section update (#536) by @sliedig

🐛 Bug and hot fixes

  • fix: Handle Exceptions and Prevent application from crashing when using Logger (#538) by @hjgraca

🔧 Maintenance

  • chore: Update batch-processing docs (#547) by @hjgraca
  • chore(docs): fix upper snake case to camel case. (#548) by @H1Gdev
  • chore: dotnet 8 support (#542) by @hjgraca
  • chore(deps): bump gitpython from 3.1.37 to 3.1.41 (#539) by @dependabot
  • chore(deps): bump jinja2 from 3.1.2 to 3.1.3 (#540) by @dependabot
  • chore: Update tracing.md - Auto-disable when not running in AWS Lambda environment (#544) by @hjgraca

This release was made possible by the following contributors:

@H1Gdev, @hjgraca and @sliedig