Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
* [FEATURE] Wildcard support on domains and bean names. See [#57][]
* [IMPROVEMENT] Memory saving by limiting MBeans queries to certain
* scopes. See [#63][]

[#57]: #57
[#63]: #63
  • Loading branch information
yannmh committed Jul 29, 2015
1 parent 98d0873 commit bccd060
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

# 0.8.0 / 07-29-2015

#### Changes
* [FEATURE] Wildcard support on domains and bean names. See [#57][]
* [IMPROVEMENT] Memory saving by limiting MBeans queries to certain scopes. See [#63][]

# 0.7.0 / 06-04-2015

#### Changes
Expand Down Expand Up @@ -58,6 +64,8 @@ Changes
[#51]: https://github.com/DataDog/jmxfetch/issues/51
[#53]: https://github.com/DataDog/jmxfetch/issues/53
[#54]: https://github.com/DataDog/jmxfetch/issues/54
[#57]: https://github.com/DataDog/jmxfetch/issues/57
[#58]: https://github.com/DataDog/jmxfetch/issues/58
[#59]: https://github.com/DataDog/jmxfetch/issues/59
[@coupacooke]: https://github.com/coupacooke
[#63]: https://github.com/DataDog/jmxfetch/issues/63
[@coupacooke]: https://github.com/coupacooke
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ mvn test
# To run:
```
Get help on usage:
java -jar jmxfetch-0.3.0-jar-with-dependencies.jar --help
java -jar jmxfetch-0.8.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 @@ -3,7 +3,7 @@

<groupId>datadog</groupId>
<artifactId>jmxfetch</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit bccd060

Please sign in to comment.