From e7f4cfbb51de26bda0e8f86bb2f51c1ce76a3eea Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Mon, 24 Feb 2020 04:40:33 -0500 Subject: [PATCH] [release] 0.35.0 changelog + maven changes (#276) --- CHANGELOG.md | 33 ++++++++++++++++++++++++++++++++- README.md | 2 +- pom.xml | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db662845..fa2ae337a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +# 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][] + # 0.34.0 / 2020-01-13 ### Changes @@ -419,6 +437,19 @@ Changelog [#255]: https://github.com/DataDog/jmxfetch/issues/255 [#257]: https://github.com/DataDog/jmxfetch/issues/257 [#258]: https://github.com/DataDog/jmxfetch/issues/258 +[#260]: https://github.com/DataDog/jmxfetch/issues/260 +[#261]: https://github.com/DataDog/jmxfetch/issues/261 +[#262]: https://github.com/DataDog/jmxfetch/issues/262 +[#265]: https://github.com/DataDog/jmxfetch/issues/265 +[#266]: https://github.com/DataDog/jmxfetch/issues/266 +[#267]: https://github.com/DataDog/jmxfetch/issues/267 +[#268]: https://github.com/DataDog/jmxfetch/issues/268 +[#269]: https://github.com/DataDog/jmxfetch/issues/269 +[#270]: https://github.com/DataDog/jmxfetch/issues/270 +[#271]: https://github.com/DataDog/jmxfetch/issues/271 +[#272]: https://github.com/DataDog/jmxfetch/issues/272 +[#273]: https://github.com/DataDog/jmxfetch/issues/273 +[#275]: https://github.com/DataDog/jmxfetch/issues/275 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia @@ -427,4 +458,4 @@ Changelog [@coupacooke]: https://github.com/coupacooke [@cslee00]: https://github.com/cslee00 [@mattdrees]: https://github.com/mattdrees -[@nwillems]: https://github.com/nwillems +[@nwillems]: https://github.com/nwillems \ No newline at end of file diff --git a/README.md b/README.md index 3038d9363..c72eaff34 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.34.0-jar-with-dependencies.jar --help +java -jar jmxfetch-0.35.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 8bb56fbec..52605a917 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.34.0 + 0.35.0 jar jmxfetch