Skip to content

Commit 70dc6dd

Browse files
committed
Release 0.7.0
1 parent 8d07cd8 commit 70dc6dd

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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)
822

923
#### Added
1024

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule TelemetryMetricsStatsd.MixProject do
22
use Mix.Project
33

4-
@version "0.6.3"
4+
@version "0.7.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)