powertools-lambda-java
powertools-lambda-java copied to clipboard
build(deps): bump aws-embedded-metrics from 1.0.6 to 4.0.3
Bumps aws-embedded-metrics from 1.0.6 to 4.0.3.
Release notes
Sourced from aws-embedded-metrics's releases.
v4.0.3
What's Changed
- Fix for context copying is disabling default dimensions in #128
- Fixes for Java downgrade to 1.8 in #128
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-java/compare/v4.0.2...v4.0.3
v4.0.2
What's Changed
- Fix: InvalidDimensionException when running on ECS Fargate with fluent-bit in #126
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-java/compare/v4.0.1...v4.0.2
v4.0.1
What's Changed
- Change compatibility to java 1.8 in #124
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-java/compare/v4.0.0...v4.0.1
v4.0.0
What's Changed
- Introduced thread-safety changes, concurrency tests, benchmarking in #111
- Add validation for dimensions, metrics, namespace and timestamp in #119
- Add support to clear custom dimensions in #105
- Prevent duplicate dimensions in #88. Thank you
@aaronlna!- Fix: add logic for replacing colon in log group name in #110
- Change DimensionSetExceededException to a checked exception in #122
Full Changelog: https://github.com/awslabs/aws-embedded-metrics-java/compare/v3.1.0...v4.0.0
v2.0.0
- Support for 30 dimensions per dimension set. If more than 30 dimensions are given then
DimensionSetExceededExceptionwill be thrown awslabs/aws-embedded-metrics-java#106- Updates to README awslabs/aws-embedded-metrics-java#97
- Fix TCP client seeing "already connected" error when resending message after an exception awslabs/aws-embedded-metrics-java#94
Release V2.0.0-beta-1
New Feature
Commits
a8a9765bump to v4.0.3be29384Fix: Context copying is disabling default dimensions (#128)ac3e84cbump to 4.0.2e7de627Skip adding dimensions with empty dimension value into default dimension (#126)19ef5caChange compatibility to java 1.8 (#124)24077b4add missing dependency in canarytests (#123)6c0422cbump to version 4.0.0005f734Change DimensionSetExceededException to a checked exception (#122)125a637Add validation for dimension, metric, namespace and timestamp (#119)3a7e706Fix: canary not running (#118)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)