| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opentelemetry-go-1.42.0.zip | 2026-03-06 | 4.5 MB | |
| opentelemetry-go-1.42.0.tar.gz | 2026-03-06 | 3.7 MB | |
| opentelemetry-go-1.42.0.tar.gz.asc | 2026-03-06 | 228 Bytes | |
| opentelemetry-go-1.42.0.zip.asc | 2026-03-06 | 228 Bytes | |
| README.md | 2026-03-06 | 6.1 kB | |
| v1.42.0_v0.64.0_v0.18.0_v0.0.16 source code.tar.gz | 2026-03-06 | 3.7 MB | |
| v1.42.0_v0.64.0_v0.18.0_v0.0.16 source code.zip | 2026-03-06 | 4.5 MB | |
| Totals: 7 Items | 16.4 MB | 4 | |
Added
- Add
go.opentelemetry.io/otel/semconv/v1.40.0package. The package contains semantic conventions from thev1.40.0version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade fromgo.opentelemetry.io/otel/semconv/v1.39.0. (#7985) - Add
ErrandSetErronRecordingo.opentelemetry.io/otel/logto attach an error and set record exception attributes ingo.opentelemetry.io/otel/log/sdk. (#7924)
Changed
TracerProvider.ForceFlushingo.opentelemetry.io/otel/sdk/tracejoins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#7856)
Fixed
- Fix missing
request.GetBodyingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpto correctly handle HTTP2 GOAWAY frame. (#7931) - Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#7964)
- Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in
go.opentelemetry.io/otel/propagation. (#7834)
Removed
- Drop support for [Go 1.24]. (#7984)
What's Changed
- fix changelog protection marker by @pellared in https://github.com/open-telemetry/opentelemetry-go/pull/7986
- Drop support for Go 1.24 by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7984
- fix(deps): update golang.org/x by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7907
- chore(deps): update module go.opentelemetry.io/collector/featuregate to v1.53.0 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7981
- chore(deps): update benchmark-action/github-action-benchmark action to v1.21.0 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7989
- fix(deps): update module go.opentelemetry.io/collector/pdata to v1.53.0 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7982
- Revert "Revert "Generate semconv/v1.40.0"" by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7985
- support stdlib request.GetBody on metrics by @marifari-hue in https://github.com/open-telemetry/opentelemetry-go/pull/7931
- attribute: add TestNotEquivalence and equality operator tests by @pellared in https://github.com/open-telemetry/opentelemetry-go/pull/7979
- Refactor benchmark CI by @XSAM in https://github.com/open-telemetry/opentelemetry-go/pull/7873
- chore(deps): update module github.com/securego/gosec/v2 to v2.24.7 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7988
- chore(deps): pin codspeedhq/action action to df47568 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7996
- chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7997
- chore(deps): update codspeedhq/action action to v4.11.0 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/7999
- Upgrade to semconv/v1.40.0 by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7991
- Regenerate semconv/v1.40.0/MIGRATION.md by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7992
- fix: generated semconv helpers skipping attributes by @victoraugustolls in https://github.com/open-telemetry/opentelemetry-go/pull/7964
- Feat: Have SpanContext support the new W3C random flag. by @nikhilmantri0902 in https://github.com/open-telemetry/opentelemetry-go/pull/7834
- Semconv metric helper caller-slice mutation fix by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7993
- Fix semconv generated error type to check error chain for custom type declaration by @MrAlias in https://github.com/open-telemetry/opentelemetry-go/pull/7994
- refactor: replace uint64 and int32 with atomic types in tests by @alexandear in https://github.com/open-telemetry/opentelemetry-go/pull/7941
- chore(deps): update golang.org/x/telemetry digest to 18da590 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8000
- TracerProvider ForceFlush() Error Fix by @sawamurataxman in https://github.com/open-telemetry/opentelemetry-go/pull/7856
- log: add error field to Record and make SDK to emit exception attributes by @iblancasa in https://github.com/open-telemetry/opentelemetry-go/pull/7924
- chore(deps): update dependency codespell to v2.4.2 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8003
- chore(deps): update github/codeql-action action to v4.32.6 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8004
- chore(deps): update codspeedhq/action action to v4.11.1 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8001
- fix(deps): update module google.golang.org/grpc to v1.79.2 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8007
- chore(deps): update module github.com/mgechev/revive to v1.15.0 by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8009
- chore(deps): update golang.org/x/telemetry digest to e526e8a by @renovate[bot] in https://github.com/open-telemetry/opentelemetry-go/pull/8010
- Release v1.42.0/v0.64.0/v0.18.0/v0.0.16 by @pellared in https://github.com/open-telemetry/opentelemetry-go/pull/8006
New Contributors
- @marifari-hue made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/7931
- @victoraugustolls made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/7964
- @sawamurataxman made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/7856
- @iblancasa made their first contribution in https://github.com/open-telemetry/opentelemetry-go/pull/7924
Full Changelog: https://github.com/open-telemetry/opentelemetry-go/compare/v1.41.0...v1.42.0