File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# History
22
3- ### v5.9.0 (Unreleased )
3+ ### v5.9.0 (June 15, 2026 )
44
55Apply 'go fix ./...' on the codebase. Several references to interface{} have
66been replaced by ` any ` ; there should be no API or performance differences.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/segmentio/stats/v5/otlp
33go 1.25.0
44
55require (
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
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ github.com/segmentio/encoding v0.4.1 h1:KLGaLSW0jrmhB58Nn4+98spfvPvmo4Ci1P/WIQ9w
2525github.com/segmentio/encoding v0.4.1 /go.mod h1:/d03Cd8PoaDeceuhUUUQWjU0KhWjrmYrWPgtJHYZSnI =
2626github.com/segmentio/fasthash v1.0.3 h1:EI9+KE1EwvMLBWwjpRDc+fEM+prwxDYbslddQGtrmhM =
2727github.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 =
3030github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
3131github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
3232go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64 =
You can’t perform that action at this time.
0 commit comments