From 06092cbf595ef1ce97fbf4d6f0dbcfc275461954 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Mon, 13 Jan 2020 11:57:05 +0100 Subject: [PATCH] [release] prepare for 0.34.0. (#259) * [pom] bump version to 0.34.0 * [changelog] add changes + readme update --- CHANGELOG.md | 16 ++++++++++++++-- README.md | 2 +- pom.xml | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b848bb2..5db662845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ -Changes -======= +Changelog +========= + +# 0.34.0 / 2020-01-13 + +### Changes +* [IMPROVEMENT] Collect direct memory buffers by default. [#257][] +* [SECURITY] Migrate to log4j2. [#258][] # 0.33.1 / 2019-11-29 +### Changes * [IMPROVEMENT] Identify an instance with its configured name if available. [#255][] # 0.33.0 / 2019-10-10 +### Changes * [IMPROVEMENT] Add the ability to list metrics in JSON. See [#241][] # 0.32.1 / 2019-09-27 @@ -404,9 +412,13 @@ Changes [#231]: https://github.com/DataDog/jmxfetch/issues/231 [#237]: https://github.com/DataDog/jmxfetch/issues/237 [#240]: https://github.com/DataDog/jmxfetch/issues/240 +[#241]: https://github.com/DataDog/jmxfetch/issues/241 [#243]: https://github.com/DataDog/jmxfetch/issues/243 [#245]: https://github.com/DataDog/jmxfetch/issues/245 [#250]: https://github.com/DataDog/jmxfetch/issues/250 +[#255]: https://github.com/DataDog/jmxfetch/issues/255 +[#257]: https://github.com/DataDog/jmxfetch/issues/257 +[#258]: https://github.com/DataDog/jmxfetch/issues/258 [@alz]: https://github.com/alz [@aoking]: https://github.com/aoking [@arrawatia]: https://github.com/arrawatia diff --git a/README.md b/README.md index d9e8f6b4a..3038d9363 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,5 @@ mvn test # To run: ``` Get help on usage: -java -jar jmxfetch-0.33.1-jar-with-dependencies.jar --help +java -jar jmxfetch-0.34.0-jar-with-dependencies.jar --help ``` diff --git a/pom.xml b/pom.xml index 2328c66b6..acc06b8e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.datadoghq jmxfetch - 0.33.1 + 0.34.0 jar jmxfetch