Skip to content

Commit 4d9199e

Browse files
all: note v5.9.0 release and update otlp/go.mod
1 parent 7e7070d commit 4d9199e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# History
22

3-
### v5.9.0 (Unreleased)
3+
### v5.9.0 (June 15, 2026)
44

55
Apply 'go fix ./...' on the codebase. Several references to interface{} have
66
been replaced by `any`; there should be no API or performance differences.

otlp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/segmentio/stats/v5/otlp
33
go 1.25.0
44

55
require (
6-
github.com/segmentio/stats/v5 v5.8.0
6+
github.com/segmentio/stats/v5 v5.9.0
77
go.opentelemetry.io/otel v1.44.0
88
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0
99
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0

otlp/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/segmentio/encoding v0.4.1 h1:KLGaLSW0jrmhB58Nn4+98spfvPvmo4Ci1P/WIQ9w
2525
github.com/segmentio/encoding v0.4.1/go.mod h1:/d03Cd8PoaDeceuhUUUQWjU0KhWjrmYrWPgtJHYZSnI=
2626
github.com/segmentio/fasthash v1.0.3 h1:EI9+KE1EwvMLBWwjpRDc+fEM+prwxDYbslddQGtrmhM=
2727
github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY=
28-
github.com/segmentio/stats/v5 v5.8.0 h1:QrAku1UUEUxdK5XSIMYHLlINRb2aZhZ/5Cv10ah2hnY=
29-
github.com/segmentio/stats/v5 v5.8.0/go.mod h1:Mg2KfApYceYW3SaGprkCrQ2zXkdCQRt86SxMCuSSSQg=
28+
github.com/segmentio/stats/v5 v5.9.0 h1:eNPTuh3ntN8nV1XeLoYKYyV9axbaIPFVN1LH8F/iXoQ=
29+
github.com/segmentio/stats/v5 v5.9.0/go.mod h1:Mg2KfApYceYW3SaGprkCrQ2zXkdCQRt86SxMCuSSSQg=
3030
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
3131
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
3232
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=

0 commit comments

Comments
 (0)