-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
Changes | ||
======= | ||
|
||
# 0.4.1 / 02-11-2014 | ||
* [FEATURE/BUGFIX] Fetch more JVM (Non)Heap variables by default. See[bd8915c2f1eec794f406414b678ce6110407dce1](https://github.com/DataDog/jmxfetch/commit/bd8915c2f1eec794f406414b678ce6110407dce1) | ||
* [BUGFIX] Memory leak fix when fetching attributes value is failing. See [#30][] | ||
|
||
# 0.3.0 / 03-25-2014 | ||
|
||
#### Changes | ||
* [BUGFIX] Support WARN log level, See [#14][] | ||
+ [FEATURE] Support custom instance tags: See [#28][] (Thanks [@coupacooke][]) | ||
* [FEATURE] Support new types: Boolean, String, java.lang.Number, AtomicInteger, AtomicLong: See [#25][] [#26][] (Thanks [@coupacooke][]) | ||
* [BUGFIX] Reset statsd connection: See [#19][] | ||
* [BUGFIX] Refresh JMX tree: See [4374b92cbf1b93d88fa5bd9d7339907e16a2da4a](https://github.com/DataDog/jmxfetch/commit/4374b92cbf1b93d88fa5bd9d7339907e16a2da4a) | ||
* [BUGFIX] Refresh JMX tree: See [4374b92cbf1b93d88fa5bd9d7339907e16a2da4a](https://github.com/DataDog/jmxfetch/commit/4374b92cbf1b93d88fa5bd9d7339907e16a2da4a) | ||
|
||
<!--- The following link definition list is generated by PimpMyChangelog ---> | ||
[#14]: https://github.com/DataDog/jmxfetch/issues/14 | ||
[#19]: https://github.com/DataDog/jmxfetch/issues/19 | ||
[#25]: https://github.com/DataDog/jmxfetch/issues/25 | ||
[#26]: https://github.com/DataDog/jmxfetch/issues/26 | ||
[#28]: https://github.com/DataDog/jmxfetch/issues/28 | ||
[@coupacooke]: https://github.com/coupacooke | ||
[#30]: https://github.com/DataDog/jmxfetch/issues/30 | ||
[@coupacooke]: https://github.com/coupacooke |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters