Skip to content

Commit

Permalink
[release] 0.35.0 changelog + maven changes (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Feb 24, 2020
1 parent c03bfff commit e7f4cfb
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
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.34.0</version>
<version>0.35.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit e7f4cfb

Please sign in to comment.