Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: awslabs/aws-embedded-metrics-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: awslabs/aws-embedded-metrics-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 7 commits
  • 34 files changed
  • 2 contributors

Commits on Aug 26, 2022

  1. update java version to 11 (#115)

    Mark Kuhn authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    69b3f51 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    ed6ceda View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Fix: canary not running (#118)

    * replace javatuples.pair with map for custom headers
    Mark Kuhn authored Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3a7e706 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Add validation for dimension, metric, namespace and timestamp (#119)

    * add validation for dimension, metric, namespace and timestamp
    * fix thread safety test using invalid log group name
    * migrate for junit5 for some test classes
    * fix code smells
    * fix integ tests
    * add DimensionSetExceededException to readme
    * linter fix
    * update link to timestamp specs
    * update readme with validation errors
    * update packages and rm duplicates
    Mark Kuhn authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    125a637 View commit details
    Browse the repository at this point in the history
  2. Change DimensionSetExceededException to a checked exception (#122)

    * change DimensionSetExceededException to a checked exception
    * fix tests
    * fix integ tests
    Mark Kuhn authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    005f734 View commit details
    Browse the repository at this point in the history
  3. bump to version 4.0.0

    Mark Kuhn authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6c0422c View commit details
    Browse the repository at this point in the history
  4. add missing dependency in canarytests (#123)

    Mark Kuhn authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    24077b4 View commit details
    Browse the repository at this point in the history
Loading