Skip to content

Releases: dropwizard/metrics

v4.1.12

09 Aug 11:25
f6b2d74
Compare
Choose a tag to compare

⚠️ This release unintentionally introduced a breaking change with the automatic module name for metrics-core.
Thanks to @njdoyle for reporting this!

Please use Dropwizard Metric 4.1.12.1 instead.

Dependency updates

  • Bump jetty9.version from 9.4.30.v20200611 to 9.4.31.v20200723 (#1622)
  • Bump jmh.version from 1.23 to 1.24 (#1624)
  • Bump mockito-core from 3.4.2 to 3.4.4 (#1620)
  • Bump mockito-core from 3.4.4 to 3.4.6 (#1623)

Bug fixes

  • Restore Automatic-Module-Name in JAR manifest (#1626)

v4.1.11

17 Jul 14:04
6502994
Compare
Choose a tag to compare

⚠️ This release unintentionally broke compatibility with the Java Platform Module System (JPMS).

Please use Dropwizard Metrics 4.1.12.1 instead.

Dependency updates

  • Bump maven-bundle-plugin from 4.2.1 to 5.1.1 (#1617)
  • Bump mockito-core from 3.3.3 to 3.4.0 (#1616)
  • Bump mockito-core from 3.4.0 to 3.4.2 (#1619)

Improvements

  • Enable reproducible builds (#1589)

v4.1.10.1

04 Jul 08:54
859e844
Compare
Choose a tag to compare

Improvements

  • Add metrics-caffeine to metrics-bom (4020117)

v4.1.10

03 Jul 10:03
afcbd40
Compare
Choose a tag to compare

Improvements

  • Add peak and total started thread count to ThreadStatesGaugeSet (#1601)
  • Metrics from Caffeine caches (#1608)

Dependency updates

  • Bump build-helper-maven-plugin from 3.1.0 to 3.2.0 (#1611)
  • Bump caffeine from 2.8.4 to 2.8.5 (#1615)
  • Bump httpclient5 from 5.0 to 5.0.1 (#1605)
  • Bump jackson-databind from 2.9.10.4 to 2.9.10.5 in /metrics-json (#1610)
  • Bump jdbi3-core from 3.13.0 to 3.14.0 (#1602)
  • Bump jdbi3-core from 3.14.0 to 3.14.1 (#1609)
  • Bump jetty9.version from 9.4.29.v20200521 to 9.4.30.v20200611 (#1604)
  • Bump maven-project-info-reports-plugin from 3.0.0 to 3.1.0 (#1598)
  • Bump maven-shade-plugin from 3.2.3 to 3.2.4 (#1597)
  • Bump maven-site-plugin from 3.9.0 to 3.9.1 (#1614)
  • Upgrade to Error Prone 2.4.0 (#1612)

Assorted

  • ExponentiallyDecayingReservoirTest improvements (#1587)

v4.1.9

24 May 13:58
a07ec02
Compare
Choose a tag to compare

Improvements

  • Add exception type to HealthCheck JSON representation (#1586)

Dependency updates

  • Bump awaitility from 4.0.2 to 4.0.3 (#1583)
  • Bump jersey-bom from 2.30.1 to 2.31 (#1588)
  • Bump jetty9.version from 9.4.28.v20200408 to 9.4.29.v20200521 (#1584)

v4.1.8

14 May 20:19
55f2ac8
Compare
Choose a tag to compare

Bug fixes

  • Ensure datagram socket in collectd tests is bound before sending (#1575)
  • Improve tick overflow handling in SlidingTimeWindowReservoir (#1544)
  • Report metrics when stopping ScheduledReporter (#1579)

Improvements

  • Add HttpClientMetricNameStrategy.PATH_AND_METHOD (#1578)
  • Support custom floating point formatter in Graphite reporter (#1573)
  • Support sending Graphite metric attributes as tags (#1576)

Dependency updates

  • Bump assertj-core from 3.15.0 to 3.16.0 (#1572)
  • Bump assertj-core from 3.16.0 to 3.16.1 (#1577)
  • Bump log4j2.version from 2.13.2 to 2.13.3 (#1580)
  • Upgrade to Jackson 2.9.10.4 (#1571)

v4.1.7

04 May 06:15
7a95eff
Compare
Choose a tag to compare

Bug fixes

  • Make CachedGauge thread-safe (#1566)

Dependency updates

  • Bump jaxb-runtime from 2.3.2 to 2.3.3 (#1570)
  • Bump jdbi3-core from 3.12.2 to 3.13.0 (#1567)
  • Bump jetty9.version from 9.4.27.v20200227 to 9.4.28.v20200408 (#1563)
  • Bump log4j2.version from 2.13.1 to 2.13.2 (#1569)
  • Bump maven-shade-plugin from 3.2.2 to 3.2.3 (#1564)

Assorted

  • Fix typo in core.rst (#1568)

v4.1.6

09 Apr 20:37
fa4ec67
Compare
Choose a tag to compare

Bug fixes

  • Fix NoClassDefFoundError with missing UnixOperatingSystemMXBean (#1562)

Dependency updates

  • Bump build-helper-maven-plugin from 3.0.0 to 3.1.0 (#1550)
  • Bump jython-standalone from 2.5.3 to 2.7.2 (#1557)
  • Bump maven-dependency-plugin from 3.1.1 to 3.1.2 (#1553)
  • Bump maven-javadoc-plugin from 3.1.1 to 3.2.0 (#1554)
  • Bump maven-site-plugin from 3.8.2 to 3.9.0 (#1551)
  • Bump mockito-core from 3.3.0 to 3.3.3 (#1555)

v4.1.5

09 Apr 20:37
8716613
Compare
Choose a tag to compare

Dependency updates

  • Bump httpclient from 4.5.11 to 4.5.12 (#1549)
  • Bump jetty9.version from 9.4.26.v20200117 to 9.4.27.v20200227 (#1547)
  • Bump log4j2.version from 2.13.0 to 2.13.1 (#1548)

v4.1.4

27 Feb 20:58
6da446d
Compare
Choose a tag to compare

Security

Features

  • Add support for Apache HttpClient 5.x (#1543)