Release 1.50.0
Traces
- Restore
TraceIdRatioBasedand give it a deprecation timeline. Update recommended
OTEP: Define EntityProvider
This OTEP defines a EntityProvider, to enable the updating of resources that have a lifespan shorter than the lifespan of the application instance.
This OTEP is currently a draft. The primary open question is how to handle active spans that are already running when a resource change is made. Please see the OTEP for details.
2025.09
What's Changed
- Auto-update registry versions (30cdd8516164a5f041a1adf68a0325eaa43cf5a0) by @opentelemetrybot in https://github.com/open-telemetry/opentelemetry.io/pull/7680
- Update content/en/docs/languages/java/sdk.md by @chluknight1224 in https://github.com/open-telemetry/opentelemetry.io/pull/7675
Release 1.49.0
Entities
- Specify entity information via an environment variable.
v1.8.0
Changed
- profiles: drop gzip requirement. [#661](https://github.com/open-telemetry/opentelemetry-proto/pull/661)
2025.08
What's Changed
- [uk] Don't prosewrap uk pages by @chalin in https://github.com/open-telemetry/opentelemetry.io/pull/7445
- docs(blog): add cross-posting guidelines to blog submission instructions by @nwanduka in https://github.com/open-telemetry/opentelemetry.io/pull/7416
v1.37.0
🛑 Breaking changes 🛑
gen-ai: Revamp how GenAI chat history is recorded. Instead of per-message events,
[IMPORTANT] Extending attribute value types is no longer a breaking change
OTEP: Pluggable Authentication Interface for OTLP Exporters in SDKs
Hi all, Following discussions in recent OpenTelemetry SIG meetings regarding the need for supporting authentication plugins in SDK exporters, it was agreed that a formal proposal should be developed to standardize this capability across languages.