Skip to content

1.1.2

Compare
Choose a tag to compare
@jmartisk jmartisk released this 20 Jun 06:11

This is a minor update over 1.1.1.

To use this release, pull in

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.1.2</version>
</dependency>

The changes are mostly new test coverage and test fixes in the TCKs. Also the values of global tags are now being correctly retrieved using MP Config, in accordance with the specification text.