Skip to content

Commit

Permalink
[release] preparing 0.47.7 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosroman authored Apr 3, 2023
1 parent f752069 commit cdaa75d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

# 0.47.7 / 2022-04-03

* [FEATURE] Adds config options for statsd client socket buffer size and socket timeout [#420][]
* [BUGFIX] A bean refresh will now be aborted if a connection error occurs during a bean refresh [#419][]

# 0.47.6 / 2022-03-30

* [FEATURE] Configure DogStatsD client to use blocking IO to reduce data drops with large metric payloads [#416][]
Expand Down Expand Up @@ -717,6 +722,8 @@ Changelog
[#409]: https://github.com/DataDog/jmxfetch/issues/409
[#413]: https://github.com/DataDog/jmxfetch/issues/413
[#416]: https://github.com/DataDog/jmxfetch/issues/416
[#419]: https://github.com/DataDog/jmxfetch/issues/419
[#420]: https://github.com/DataDog/jmxfetch/issues/420
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.

```
Get help on usage:
java -jar jmxfetch-0.47.6-jar-with-dependencies.jar --help
java -jar jmxfetch-0.47.7-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.47.6</version>
<version>0.47.7</version>
<packaging>jar</packaging>

<name>jmxfetch</name>
Expand Down

0 comments on commit cdaa75d

Please sign in to comment.