Skip to content

Commit 504a6fa

Browse files
committed
Move changelog entries to correct releases
1 parent fe85521 commit 504a6fa

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

opentelemetry-otlp/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## v0.15.0
66

7+
### Added
8+
9+
- Support custom channels in topic exporters [#1335](https://github.com/open-telemetry/opentelemetry-rust/pull/1335)
10+
- Allow specifying OTLP Tonic metadata from env variable (#1377)
11+
712
### Changed
813
- Update to tonic 0.11 and prost 0.12 (#1536)
914

@@ -21,8 +26,6 @@
2126
- Add `build_{signal}_exporter` methods to client builders (#1187)
2227
- Add `grpcio` metrics exporter (#1202)
2328
- Allow specifying OTLP HTTP headers from env variable (#1290)
24-
- Support custom channels in topic exporters [#1335](https://github.com/open-telemetry/opentelemetry-rust/pull/1335)
25-
- Allow specifying OTLP Tonic metadata from env variable (#1377)
2629

2730
### Changed
2831

opentelemetry-sdk/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
6565
when calling `Counter::add()` and `UpDownCounter::add()` with an empty set of attributes
6666
(e.g. `counter.Add(5, &[])`)
6767

68+
- **Breaking** Renamed `MeterProvider` and `Meter` to `SdkMeterProvider` and `SdkMeter` respectively to avoid name collision with public API types. [#1328](https://github.com/open-telemetry/opentelemetry-rust/pull/1328)
69+
6870
### Fixed
6971

7072
- [#1481](https://github.com/open-telemetry/opentelemetry-rust/pull/1481) Fix error message caused by race condition when using PeriodicReader
@@ -95,7 +97,6 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
9597

9698
### Changed
9799

98-
- Renamed `MeterProvider` and `Meter` to `SdkMeterProvider` and `SdkMeter` respectively to avoid name collision with public API types. [#1328](https://github.com/open-telemetry/opentelemetry-rust/pull/1328)
99100
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
100101
- Default Resource (the one used when no other Resource is explicitly provided) now includes `TelemetryResourceDetector`,
101102
populating "telemetry.sdk.*" attributes.

opentelemetry-semantic-conventions/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66

77
### Changed
88

9-
* **Breaking** Add generated modules that output const &str for tracing compatibility
9+
- **Breaking** Replaced Key constants with &'static str for tracing compatibility
1010
[#1334](https://github.com/open-telemetry/opentelemetry-rust/pull/1334)
1111

1212
## v0.13.0
1313

1414
### Changed
1515

16-
- Replaced Key constants with &'static str [#1320]
1716
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
1817
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
1918

0 commit comments

Comments
 (0)