Skip to content

v2.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 12:13
· 2 commits to refs/heads/main since this release
ff3e3e6

Summary

🎙️ Powertools for AWS Lambda (Java) 1.x.x is now end-of-life. See announcement in #1895. We strongly recommend you to upgrade to 2.x.x following our upgrade guide.

This release fixes a bug where metrics dimensions were incorrectly persisted across Lambda invocations. Additionally, cold start detection now respects the Lambda environment (e.g. Lambda Managed Instances does not incur cold starts).

🌟 Thanks to @Attyuttam for contributing for the first time!

Changes

🐛 Bug and hot fixes

  • fix(metrics): Clear custom dimensions when flushing. (#2328) by @phipag

This release was made possible by the following contributors:

@phipag, @Attyuttam