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
513This 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
0 commit comments