The major addition in this release is support for IPv6 StatsD hosts.
Added
- Support sending metrics to IPv6 hosts. (#79) @cheerfulstoic
- Support OTP 26 and 25 and Elixir 1.14 and 1.15. (#83) @mopp
Fixed
- Remove deprecation warnings for
Logger.warn
. (#80) @whatyouhide - Don't emit metrics with empty string tag when standard formatter is used. (#86)