Releases: DataDog/jmxfetch
Releases · DataDog/jmxfetch
0.38.2 / 2020-07-17
- [BUGFIX] Re-introduce support of Java 7, broken in
0.38.1
because of a dependency upgrade. #311
0.38.1 / 2020-07-07
- [BUGFIX] Apply the '--log_format_rfc3339' option to the console logger. #308
0.38.0 / 2020-06-25
0.26.5 / 2020-07-07
- [SECURITY] Bump Guava to 27.1. See #304 and CVE-2018-10237.
- [SECURITY] Bump Log4j to 2.13.2. See #258, #305, #309 and CVE-2017-5645.
0.37.0 / 2020-06-16
0.26.4 / 2020-05-21
- [SECURITY] Bump FasterXML to 2.10.0. See #296 and CVE-2019-14379.
0.36.2 / 2020-05-15
0.36.1 / 2020-04-02
0.36.0 / 2020-03-31
0.35.0 / 2020-02-24
Changes
- [FEATURE] Add embedded mode. #262
- [FEATURE] Add none EntityId by default to UDS metrics. #262
- [FEATURE] Add new command to test rate metrics. See #267
- [FEATURE] Add support for a
service
tag. See #269 - [IMPROVEMENT] Fix NPE handling. #260
- [IMPROVEMENT] Fix ThreadPool creation: accurate thread naming. See #261
- [IMPROVEMENT] Fix getTagsMap generic parameter handling. See #265
- [IMPROVEMENT] Replace LinkedHashMap with HashMap or Map. See #266
- [IMPROVEMENT] Replace LinkedList with ArrayList or List. See #268
- [IMPROVEMENT] Replace HashMap concrete type with Map interface. See #270
- [IMPROVEMENT] Replace metric Map with a Metric class. See #271
- [IMPROVEMENT] Cache and reuse metric instances. See #273
- [IMPROVEMENT] Display service checks with JsonReporter. See #272
- [IMPROVEMENT] Bump java-dogstatsd-client to version 0.29.0. See #275