Skip to content

Commit 494471a

Browse files
authored
Merge pull request #204 from DataDog/vickenty/410
[release] prepare v4.1.0
2 parents 6c8a74e + 1fed968 commit 494471a

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 4.1.0 / 2022.10.06
4+
5+
* [FEATURE] Client-side origin detection. See[#188][]
6+
* [BUGFIX] Don't report the expected InterruptedException. See [#193][]
7+
* [BUGFIX] Fix performance issue in the aggregator. See [#194][] (Thanks [@retronym][])
8+
* [BUGFIX] Clear buffers before returning them to the pool. See [#200][]
9+
* [BUGFIX] Fix high CPU usage during client shutdown. See [#201][]
10+
311
## 4.0.0 / 2022.01.10
412

513
This release is a correction for v3.0.0, which was released without client-side
@@ -207,6 +215,11 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
207215
[#179]: https://github.com/DataDog/java-dogstatsd-client/issues/179
208216
[#180]: https://github.com/DataDog/java-dogstatsd-client/issues/180
209217
[#182]: https://github.com/DataDog/java-dogstatsd-client/issues/182
218+
[#188]: https://github.com/DataDog/java-dogstatsd-client/issues/188
219+
[#193]: https://github.com/DataDog/java-dogstatsd-client/issues/193
220+
[#194]: https://github.com/DataDog/java-dogstatsd-client/issues/194
221+
[#200]: https://github.com/DataDog/java-dogstatsd-client/issues/200
222+
[#201]: https://github.com/DataDog/java-dogstatsd-client/issues/201
210223

211224
[@PatrickAuld]: https://github.com/PatrickAuld
212225
[@blevz]: https://github.com/blevz
@@ -217,3 +230,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
217230
[@hanny24]: https://github.com/hanny24
218231
[@njhill]: https://github.com/njhill
219232
[@snopoke]: https://github.com/snopoke
233+
[@retronym]: https://github.com/retronym

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
1717
<dependency>
1818
<groupId>com.datadoghq</groupId>
1919
<artifactId>java-dogstatsd-client</artifactId>
20-
<version>4.0.0</version>
20+
<version>4.1.0</version>
2121
</dependency>
2222
```
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-dogstatsd-client</artifactId>
88
<packaging>jar</packaging>
99
<name>java-dogstatsd-client</name>
10-
<version>4.0.0</version>
10+
<version>4.1.0</version>
1111
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
1212
<url>https://github.com/DataDog/java-dogstatsd-client</url>
1313

0 commit comments

Comments
 (0)