Releases: open-telemetry/opentelemetry-proto
Releases · open-telemetry/opentelemetry-proto
v1.3.2
What's Changed
- profiles: add missing java_package option to pprofextended. by @jhalliday in #558
New Contributors
- @jhalliday made their first contribution in #558
Full Changelog: v1.3.1...v1.3.2
v1.3.1
v1.3.0
What's Changed
- Add new profile signal by @petethepig in #534
New Contributors
- @steverao made their first contribution in #542
- @petethepig made their first contribution in #534
Full Changelog: v1.2.0...v1.3.0
Release version v1.2.0
Full list of differences found in this compare.
Added
- Indicate if a
Span
's parent or link is remote using 2 bit flag.
#484 - Add metric.metadata for supporting additional metadata on metrics
#514
Changed
- No changes.
Release version v1.1.0
Release version 1.0.0
What's Changed
- Add note about the possibility to have unstable components after 1.0.0 by @tigrannajaryan in #489
- Add maturity JSON entry per package by @bogdandrutu in #490
Full Changelog: v0.20.0...v1.0.0
Release version 0.20.0 - Release Candidate for 1.0.0
This is release 0.20.0. It is a release candidate for upcoming 1.0.0.
What's Changed
Maturity
- Declare OTLP/JSON Stable. (#436) (#435)
- Provide stronger symbolic stability guarantees. (#432)
- Clarify how additive changes are handled. (#455)
Changed
- Change the exponential histogram boundary condition. (#409)
- Clarify behavior for empty/not present/invalid trace_id and span_id fields. (#442)
- Change the collector trace endpoint to /v1/traces. (#449)
Added
Removed
- Delete requirement to generate new trace/span id if an invalid id is received. (#444)
Full Changelog: v0.19.0...v0.20.0
Release version 0.19.0
0.19.0 - 2022-08-03
Full list of differences found in this compare.
Changed
- Add
csharp_namespace
option to protos.
(#399) - Fix some out-of-date urls which link to specification. (#402)
- 🛑 [BREAKING] Delete deprecated InstrumentationLibrary,
InstrumentationLibraryLogs, InstrumentationLibrarySpans and
InstrumentationLibraryMetrics messages. Delete deprecated
instrumentation_library_logs, instrumentation_library_spans and
instrumentation_library_metrics fields.
Added
Release version 0.18.0
Release version 0.17.0
0.17.0 - 2022-05-06
Full list of differences found in this compare.
Changed
- Introduce optional
min
andmax
fields to the Histogram and ExponentialHistogram data point (#279)