Skip to content

Commit

Permalink
[release] jmxfetch 0.27.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbll authored Mar 4, 2019
1 parent 9eb04b4 commit c86d6b3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

# 0.27.0 / 2019-03-01

### Changes

* [IMPROVEMENT] `java-dogstatsd-client` has been upgraded to version 2.7. See [#207][] (Thanks [@mattdrees][])
* [IMPROVEMENT] `java-dogstatsd-client` connections errors are now logged. See [#208][] (Thanks [@mattdrees][])
* [IMPROVEMENT] Lower log level of log entry dumping all configs from AutoConfig. See [#212][]
* [BUGFIX] GC metrics `jvm.gc.eden_size` and `jvm.gc.survivor_size` were not collected for
`Eden Space` and `Survivor Space` memory pools. See [#214][]

# 0.26.1 / 2019-02-26

### Changes
Expand Down Expand Up @@ -312,12 +322,17 @@ Changes
[#204]: https://github.com/DataDog/jmxfetch/issues/204
[#205]: https://github.com/DataDog/jmxfetch/issues/205
[#206]: https://github.com/DataDog/jmxfetch/issues/206
[#207]: https://github.com/DataDog/jmxfetch/issues/207
[#208]: https://github.com/DataDog/jmxfetch/issues/208
[#210]: https://github.com/DataDog/jmxfetch/issues/210
[#212]: https://github.com/DataDog/jmxfetch/issues/212
[#214]: https://github.com/DataDog/jmxfetch/issues/214
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
[@bluestix]: https://github.com/bluestix
[@brothhaar]: https://github.com/brothhaar
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
[@nwillems]: https://github.com/nwillems
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.26.1-jar-with-dependencies.jar --help
java -jar jmxfetch-0.27.0-jar-with-dependencies.jar --help
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.datadoghq</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.26.1</version>
<version>0.27.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit c86d6b3

Please sign in to comment.