Releases: DataDog/java-dogstatsd-client
Releases · DataDog/java-dogstatsd-client
v2.8.1
- [FIX] fix entity id with constant tags
v2.8
- [FEATURE] Support environment variables for client configuration
- [FIX] Handle messages over max packet size limit
- [FEATURE] Take an argument for maxPacketSizeBytes
v2.7
- [FEATURE] Ability to configure unix buffer timeout and size. See #64
- [FIX] Catch any Socket IO Exception on test cleanup. See #67
v2.6.1
- [BUGFIX] Resolve build issue affecting
2.6
that led to compatibility issues with Java 8.
v2.6
- [FEATURE] Add support for submitting data through Unix Domain Sockets. See #42.
- [IMPROVEMENT] Replace string format with StringBuilderfor performance gains. Thanks @cithal See #49.
2.5
- Added support for new beta feature, global distributions
2.4
Note: Starting from this version the client requires Java7+
- Support for floating-point delta in counters, see #37
- Use ThreadLocalRandom vs Math.random, see #16
- Fix maven warnings about versions and encoding, see #34
- Add close method to StatsDClient and extend Closeable, see #33
2.3
- [BUGFIX] Reduce packet size to avoid fragmentation, see #17.
- [BUGFIX] Prefix sample rate with an '@', see #15.
- [FEATURE] Add support for sending sample_rate while submitting metrics, see #11
2.2
Merged upstream changes from indeedeng/java-dogstatsd-client
.
2.1.1
Merge pull request #4 from DataDog/yann/v2.1.1
v2.1.1