1
1
# CHANGELOG
2
2
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
+
3
11
## 4.0.0 / 2022.01.10
4
12
5
13
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
207
215
[ #179 ] : https://github.com/DataDog/java-dogstatsd-client/issues/179
208
216
[ #180 ] : https://github.com/DataDog/java-dogstatsd-client/issues/180
209
217
[ #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
210
223
211
224
[ @PatrickAuld ] : https://github.com/PatrickAuld
212
225
[ @blevz ] : https://github.com/blevz
@@ -217,3 +230,4 @@ Fork from [indeedeng/java-dogstatsd-client] (https://github.com/indeedeng/java-d
217
230
[ @hanny24 ] : https://github.com/hanny24
218
231
[ @njhill ] : https://github.com/njhill
219
232
[ @snopoke ] : https://github.com/snopoke
233
+ [ @retronym ] : https://github.com/retronym
0 commit comments