powertools-lambda-java icon indicating copy to clipboard operation
powertools-lambda-java copied to clipboard

build(deps): bump aws-embedded-metrics from 1.0.6 to 4.0.3

Open dependabot[bot] opened this issue 3 years ago • 0 comments

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

Release V2.0.0-beta-1

New Feature

  1. Support asynchronous flushing in EC2 environment
  2. Support set timestamp
Commits
  • a8a9765 bump to v4.0.3
  • be29384 Fix: Context copying is disabling default dimensions (#128)
  • ac3e84c bump to 4.0.2
  • e7de627 Skip adding dimensions with empty dimension value into default dimension (#126)
  • 19ef5ca Change compatibility to java 1.8 (#124)
  • 24077b4 add missing dependency in canarytests (#123)
  • 6c0422c bump to version 4.0.0
  • 005f734 Change DimensionSetExceededException to a checked exception (#122)
  • 125a637 Add validation for dimension, metric, namespace and timestamp (#119)
  • 3a7e706 Fix: canary not running (#118)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 17 '22 11:10 dependabot[bot]