Skip to content

Releases: dynatrace-oss/dynatrace-metric-utils-java

v2.2.1

29 Apr 08:01
15df84c
Compare
Choose a tag to compare

What's Changed

  • fix(file.util): avoid inotify problems in containers by using polling over FileWatcher by @pichlermarc in #38

Full Changelog: v2.2.0...v2.2.1

v2.2.0

02 Feb 08:27
62c0192
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 Jan 09:26
39e404d
Compare
Choose a tag to compare

What's Changed

  • Reject inconsistent gauge fields for summaries by @pirgeo in #36

Full Changelog: v2.0.1...v2.1.0

v2.0.1

23 Oct 12:59
63943d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Sep 12:12
ecf8164
Compare
Choose a tag to compare

What's Changed

Note
The API of this library was adapted to allow for a more efficient implementation.
Existing usages need to be adapted accordingly when updating to v2.

New Contributors

Full Changelog: v1.8.0...v2.0.0

v1.8.0

24 Jul 09:27
77424ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.8.0

v1.7.1

08 May 10:51
1ce7f8f
Compare
Choose a tag to compare

What's Changed

  • Set Java compatibility flags to ensure Micrometer compatibility by @pirgeo in #30

Full Changelog: v1.7.0...v1.7.1

v1.7.0

05 May 14:02
eb0cac8
Compare
Choose a tag to compare

What's Changed

  • Add additional output to log for identifying dropped dimensions by @pirgeo in #29

Full Changelog: v1.6.0...v1.7.0

v1.6.0

03 Jun 09:41
6fbc5b8
Compare
Choose a tag to compare

What's Changed

  • Increase line length limit to 50000 characters by @pirgeo in #28

Full Changelog: v1.5.0...v1.6.0

v1.5.0

10 Mar 15:10
2b842f9
Compare
Choose a tag to compare

What's Changed

  • Replace custom parser with Properties.load() by @pichlermarc in #26
  • Add poll-based file watcher and use it as default for macOS by @pirgeo in #25
  • README: Fix the link to the example-application and some typos by @centic9 in #27

New Contributors

Full Changelog: v1.4.0...v1.5.0