Releases: DataDog/java-dogstatsd-client
Releases · DataDog/java-dogstatsd-client
v4.4.3
v4.4.2
v4.4.1
v4.4.0
v4.3.0
v2.13.1
v4.2.0
v4.1.0
- [FEATURE] Client-side origin detection. See #188
- [BUGFIX] Don't report the expected InterruptedException. See #193
- [BUGFIX] Fix performance issue in the aggregator. See #194 (Thanks @retronym)
- [BUGFIX] Clear buffers before returning them to the pool. See #200
- [BUGFIX] Fix high CPU usage during client shutdown. See #201
v4.0.0
This release is a correction for v3.0.0, which was released without client-side aggregation enabled by default.
There are no incompatible API changes in this release.
- [BUGFIX] Re-enable aggregation by default. See #171
- [FEATURE] Windows named pipe support. See #169
- [FEATURE] jar-with-dependencies artifact now include license information. See #179
- [FEATURE] send buffered metrics when a blocking client is closed. See #180
- [FEATURE] client can be used without jnr-posix in the classpath. See #182