Last release today
01 Sep 2026
Ships on a steady schedule
a new release about every 1 weeks
Nearly every release is documented
notes for 22 of 22 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
714 releases · first in 2024
Release timeline
714 releases since 2024One column per month.
Releases
- v0.14.1-0.20250919111134-a189c6bbf96519 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250918200825-6180f833bc7418 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250916200450-9d52bde6d64f16 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250915072152-01611d3f59e215 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250912133308-0d5aa14d7bb712 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250911162359-285cbe91027211 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250911100202-b16855014e9411 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250911074238-b06d2739a73511 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250909192148-3baabce4c6819 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250907145331-8ac554a28b7e7 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250906154600-b218e4bb5a936 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250904160912-a5dcd68ebb2f4 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250904070455-e54519af98e94 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250903094231-8c8cd0a9caa03 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250903081812-83c041a6cd633 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250902235443-295fbdc5f1462 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250901201517-5e3b939f4bc51 Sept 2025pre-release
Nothing published for this version
- v0.14.1-0.20250831155526-c8632bc29ab031 Aug 2025pre-release
Nothing published for this version
- v0.14.1-0.20250831152030-c2fea5fb4de531 Aug 2025pre-release
Nothing published for this version
- v0.14.029 Aug 2025
Release notes
Open source →Added
- An
EventOptionand the relatedNewEventConfigfunction are added to thego.opentelemetry.io/otelpackage to configure Span events. (#1254) - A
TextMapPropagatorand associatedTextMapCarrierare added to thego.opentelemetry.io/otel/oteltestpackage to testTextMaptype propagators and their use. (#1259) SpanContextFromContextreturnsSpanContextfrom context. (#1255)TraceStatehas been added toSpanContext. (#1340)DeploymentEnvironmentKeyadded togo.opentelemetry.io/otel/semconvpackage. (#1323)- Add an OpenCensus to OpenTelemetry tracing bridge. (#1305)
- Add a parent context argument to
SpanProcessor.OnStartto follow the specification. (#1333) - Add missing tests for
sdk/trace/attributes_map.go. (#1337)
Changed
- Move the
go.opentelemetry.io/otel/api/tracepackage intogo.opentelemetry.io/otel/tracewith the following changes. (#1229) (#1307)IDhas been renamed toTraceID.IDFromHexhas been renamed toTraceIDFromHex.EmptySpanContextis removed.
- Move the
go.opentelemetry.io/otel/api/trace/tracetestpackage intogo.opentelemetry.io/otel/oteltest. (#1229) - OTLP Exporter updates:
- supports OTLP v0.6.0 (#1230, #1354)
- supports configurable aggregation temporality (default: Cumulative, optional: Stateless). (#1296)
- The Sampler is now called on local child spans. (#1233)
- The
Kindtype from thego.opentelemetry.io/otel/api/metricpackage was renamed toInstrumentKindto more specifically describe what it is and avoid semantic ambiguity. (#1240) - The
MetricKindmethod of theDescriptortype in thego.opentelemetry.io/otel/api/metricpackage was renamed toDescriptor.InstrumentKind. This matches the returned type and fixes misuse of the term metric. (#1240) - Move test harness from the
go.opentelemetry.io/otel/api/apitestpackage intogo.opentelemetry.io/otel/oteltest. (#1241) - Move the
go.opentelemetry.io/otel/api/metric/metrictestpackage intogo.opentelemetry.io/oteltestas part of #964. (#1252) - Move the
go.opentelemetry.io/otel/api/metricpackage intogo.opentelemetry.io/otel/metricas part of #1303. (#1321) - Move the
go.opentelemetry.io/otel/api/metric/registrypackage intogo.opentelemetry.io/otel/metric/registryas a part of #1303. (#1316) - Move the
Numbertype (together with related functions) fromgo.opentelemetry.io/otel/api/metricpackage intogo.opentelemetry.io/otel/metric/numberas a part of #1303. (#1316) - The function signature of the Span
AddEventmethod ingo.opentelemetry.io/otelis updated to no longer take an unused context and instead take a required name and a variable number ofEventOptions. (#1254) - The function signature of the Span
RecordErrormethod ingo.opentelemetry.io/otelis updated to no longer take an unused context and instead take a required error value and a variable number ofEventOptions. (#1254) - Move the
go.opentelemetry.io/otel/api/globalpackage togo.opentelemetry.io/otel. (#1262) (#1330) - Move the
Versionfunction fromgo.opentelemetry.io/otel/sdktogo.opentelemetry.io/otel. (#1330) - Rename correlation context header from
"otcorrelations"to"baggage"to match the OpenTelemetry specification. (#1267) - Fix
Code.UnmarshalJSONto work with valid JSON only. (#1276) - The
resource.New()method changes signature to support builtin attributes and functional options, includingtelemetry.sdk.*andhost.namesemantic conventions; the former method is renamedresource.NewWithAttributes. (#1235) - The Prometheus exporter now exports non-monotonic counters (i.e.
UpDownCounters) as gauges. (#1210) - Correct the
Span.Endmethod documentation in theotelAPI to state updates are not allowed on a span after it has ended. (#1310) - Updated span collection limits for attribute, event and link counts to 1000 (#1318)
- Renamed
semconv.HTTPUrlKeytosemconv.HTTPURLKey. (#1338)
Removed
- The
ErrInvalidHexID,ErrInvalidTraceIDLength,ErrInvalidSpanIDLength,ErrInvalidSpanIDLength, orErrNilSpanIDfrom thego.opentelemetry.io/otelpackage are unexported now. (#1243) - The
AddEventWithTimestampmethod on theSpaninterface ingo.opentelemetry.io/otelis removed due to its redundancy. It is replaced by using theAddEventmethod with aWithTimestampoption. (#1254) - The
MockSpanandMockTracertypes are removed fromgo.opentelemetry.io/otel/oteltest.TracerandSpanfrom the same module should be used in their place instead. (#1306) WorkerCountoption is removed fromgo.opentelemetry.io/otel/exporters/otlp. (#1350)- Remove the following labels types: INT32, UINT32, UINT64 and FLOAT32. (#1314)
Fixed
- Rename
MergeItereratortoMergeIteratorin thego.opentelemetry.io/otel/labelpackage. (#1244) - The
go.opentelemetry.io/otel/api/globalpackages global TextMapPropagator now delegates functionality to a globally set delegate for all previously returned propagators. (#1258) - Fix condition in
label.Any. (#1299) - Fix global
TracerProviderto pass options to its configured provider. (#1329) - Fix missing handler for
ExactKindaggregator in OTLP metrics transformer (#1309)
- An
- v0.13.1-0.20250828230916-d99c68cb21b228 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250828181355-0724539e717228 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250828092952-5358fd737d0c28 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250827182020-25d02741f76427 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250827175614-d0cab8666b7427 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250827112407-3342341f150827 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250827075336-37320e732f6027 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250826090411-2512a6b0875826 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250825230518-d07af7c027df25 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250825164810-e6c8bdcd86f425 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250825143334-4b2bef6dd97225 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250824192855-9818ea8b0d7024 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250824152954-c2a61727392e24 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250822145358-70e8929a676122 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250821223755-f3b18fc9d9d521 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250821162332-8b17b897d2b921 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250820231817-bd6f16131ef120 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250819231007-cf787f3e3ad019 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250818224630-22c6da03079118 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250818104216-bb5b0a8e61de18 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250818094616-bb8d6f74b05018 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250817161457-cac7421c199517 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250815192246-03d0c5dc477115 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250814105456-c09be189296314 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250812151426-eda888f0c70f12 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250811212610-b3cea33f30b811 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250808223822-68841fa6dbd58 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250807225437-2ce0ab20b0c07 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250807081413-ffa3b4af64f87 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250806213059-97c22e37a4796 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250806184522-eb4f1dc4a13c6 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250806125018-b7610a72a7a36 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250805221210-75bf4b8dbce95 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250804194804-d464abf1f3414 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250803152433-1bae8f73472d3 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250801154034-bf541fe7bd751 Aug 2025pre-release
Nothing published for this version
- v0.13.1-0.20250731123441-271cec4e951431 Jul 2025pre-release
Nothing published for this version
- v0.13.1-0.20250730135106-30a00f21032f30 Jul 2025pre-release
Nothing published for this version
- v0.13.1-0.20250729181231-5002ee39c7b929 Jul 2025pre-release
Nothing published for this version
- v0.13.1-0.20250725204521-d8f358fd5e2025 Jul 2025pre-release
Nothing published for this version