File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 0.6.3] ( https://github.com/beam-telemetry/telemetry_metrics_statsd/tree/v0.6.2 )
7
+ ## [ 0.7.0] ( https://github.com/beam-telemetry/telemetry_metrics_statsd/tree/v0.7.0 )
8
+
9
+ The major addition in this release is support for IPv6 StatsD hosts.
10
+
11
+ #### Added
12
+
13
+ - Support sending metrics to IPv6 hosts. (#79 ) @cheerfulstoic
14
+ - Support OTP 26 and 25 and Elixir 1.14 and 1.15. (#83 ) @mopp
15
+
16
+ #### Fixed
17
+
18
+ - Remove deprecation warnings for ` Logger.warn ` . (#80 ) @whatyouhide
19
+ - Don't emit metrics with empty string tag when standard formatter is used. (#86 )
20
+
21
+ ## [ 0.6.3] ( https://github.com/beam-telemetry/telemetry_metrics_statsd/tree/v0.6.3 )
8
22
9
23
#### Added
10
24
Original file line number Diff line number Diff line change 1
1
defmodule TelemetryMetricsStatsd.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.6.3 "
4
+ @ version "0.7.0 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments