|
4 | 4 |
|
5 | 5 | The full list of changes can be found in the compare view for the respective release at <https://github.com/open-telemetry/opentelemetry-proto/releases>. |
6 | 6 |
|
| 7 | +## 1.3.3. - 2024-11-19 |
| 8 | + |
| 9 | +### Added |
| 10 | + |
| 11 | +* metrics: Add resource attributes and scope to metrics proto diagram. [#519](https://github.com/open-telemetry/opentelemetry-proto/pull/519) |
| 12 | +* metrics: Added json example for exponential histogram. [#580](https://github.com/open-telemetry/opentelemetry-proto/pull/580) |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +* metrics: Clarify aggregation temporality for Summary metric type. [#591](https://github.com/open-telemetry/opentelemetry-proto/pull/591) |
| 17 | +* docs: Remove HTTP 1.1 restriction from Protocol Details [#571](https://github.com/open-telemetry/opentelemetry-proto/pull/571) |
| 18 | +* docs: Update specification to include development profiles [#582](https://github.com/open-telemetry/opentelemetry-proto/pull/582) |
| 19 | +* docs: update references to logging exporter [#581](https://github.com/open-telemetry/opentelemetry-proto/pull/581) |
| 20 | +* Makefile: exclude Profiles protocol from breaking-changes [#576](https://github.com/open-telemetry/opentelemetry-proto/pull/576) |
| 21 | +* Makefile: exclude Profiles service from breaking changes too [#586](https://github.com/open-telemetry/opentelemetry-proto/pull/586/) |
| 22 | +* profiles: align type of index into string table [#557](https://github.com/open-telemetry/opentelemetry-proto/pull/557) |
| 23 | +* profiles: drop Sample.stacktrace_id_index [#575](https://github.com/open-telemetry/opentelemetry-proto/pull/575) |
| 24 | +* profiles: drop BuildIdKind [#584](https://github.com/open-telemetry/opentelemetry-proto/pull/584) |
| 25 | +* profiles: drop Sample.label [#583](https://github.com/open-telemetry/opentelemetry-proto/pull/583) |
| 26 | +* profiles: drop Location.type_index [#578](https://github.com/open-telemetry/opentelemetry-proto/pull/578) |
| 27 | +* profiles: Rename profiles v1experimental to v1development [#585](https://github.com/open-telemetry/opentelemetry-proto/pull/585) |
| 28 | +* profiles: Make mapping in Profile optional [#556](https://github.com/open-telemetry/opentelemetry-proto/pull/556) |
| 29 | +* profiles: Fold the content of pprofextended.proto into profiles.proto, removing ProfileContainer. [#590](https://github.com/open-telemetry/opentelemetry-proto/pull/590) |
| 30 | +* profiles: Improve lookup table pattern use in profiles. [#592](https://github.com/open-telemetry/opentelemetry-proto/pull/592) |
| 31 | +* profiles: Renovations to experimental profiling schema. [#596](https://github.com/open-telemetry/opentelemetry-proto/pull/596) |
| 32 | + |
7 | 33 | ## 1.3.2 - 2024-06-28 |
8 | 34 |
|
9 | 35 | ### Changed |
|
0 commit comments