Skip to content

Commit 7bdbc47

Browse files
Fix errors in changelogs (#1584)
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
1 parent 1f7b6c4 commit 7bdbc47

File tree

7 files changed

+45
-42
lines changed

7 files changed

+45
-42
lines changed

opentelemetry-jaeger/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please check the [README](https://crates.io/crates/opentelemetry-jaeger) for mor
1313

1414
### Changed
1515

16-
- Update to tonic 0.11 and prost 0.12 (#1536)
16+
- Update to tonic 0.11 and prost 0.12 [#1536](https://github.com/open-telemetry/opentelemetry-rust/pull/1536)
1717

1818
### Removed
1919

opentelemetry-otlp/CHANGELOG.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,36 @@
1010

1111
## v0.15.0
1212

13+
### Added
14+
15+
- Support custom channels in topic exporters [#1335](https://github.com/open-telemetry/opentelemetry-rust/pull/1335)
16+
- Allow specifying OTLP Tonic metadata from env variable [#1377](https://github.com/open-telemetry/opentelemetry-rust/pull/1377)
17+
1318
### Changed
14-
- Update to tonic 0.11 and prost 0.12 (#1536)
19+
- Update to tonic 0.11 and prost 0.12 [#1536](https://github.com/open-telemetry/opentelemetry-rust/pull/1536)
1520

1621
### Fixed
1722
- Fix `tonic()` to the use correct port. [#1556](https://github.com/open-telemetry/opentelemetry-rust/pull/1556)
1823

1924
### Removed
2025
- **Breaking** Remove support for surf HTTP client [#1537](https://github.com/open-telemetry/opentelemetry-rust/pull/1537)
21-
- **Breaking** Remove support for grpcio transport (#1534)
26+
- **Breaking** Remove support for grpcio transport [#1534](https://github.com/open-telemetry/opentelemetry-rust/pull/1534)
2227

2328
## v0.14.0
2429

2530
### Added
2631

27-
- Add `build_{signal}_exporter` methods to client builders (#1187)
28-
- Add `grpcio` metrics exporter (#1202)
29-
- Allow specifying OTLP HTTP headers from env variable (#1290)
30-
- Support custom channels in topic exporters [#1335](https://github.com/open-telemetry/opentelemetry-rust/pull/1335)
31-
- Allow specifying OTLP Tonic metadata from env variable (#1377)
32+
- Add `build_{signal}_exporter` methods to client builders [#1187](https://github.com/open-telemetry/opentelemetry-rust/pull/1187)
33+
- Add `grpcio` metrics exporter [#1202](https://github.com/open-telemetry/opentelemetry-rust/pull/1202)
34+
- Allow specifying OTLP HTTP headers from env variable [#1290](https://github.com/open-telemetry/opentelemetry-rust/pull/1290)
3235

3336
### Changed
3437

3538
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
3639
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
3740
- Changed dependency from `opentelemetry_api` to `opentelemetry` as the latter
3841
is now the API crate. [#1226](https://github.com/open-telemetry/opentelemetry-rust/pull/1226)
39-
- Make `NoExporterBuilder` a compiling time error [#1271](https://github.com/open-telemetry/opentelemetry-rust/pull/1271)
42+
- Make `NoExporterBuilder` a compiling time error [#1272](https://github.com/open-telemetry/opentelemetry-rust/pull/1272)
4043

4144
## v0.13.0
4245

opentelemetry-prometheus/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
### Fixed
1414

15-
- Fix UCUM annotation escaping by ignoring unknown instrument units and annotations (#1348)
15+
- Fix UCUM annotation escaping by ignoring unknown instrument units and annotations [#1348](https://github.com/open-telemetry/opentelemetry-rust/pull/1348)
1616

1717
## v0.14.0
1818

opentelemetry-proto/CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
### Changed
88

9-
- Update to tonic 0.11 and prost 0.12 (#1536)
10-
- **Breaking** Remove support for grpcio transport (#1534)
9+
- Update to tonic 0.11 and prost 0.12 [#1536](https://github.com/open-telemetry/opentelemetry-rust/pull/1536)
10+
- **Breaking** Remove support for grpcio transport [#1534](https://github.com/open-telemetry/opentelemetry-rust/pull/1534)
1111

1212
### Added
1313

14-
- Add `schemars::JsonSchema` trait support with `with-schemars` feature (#1419)
15-
- Update protobuf definitions to v1.1.0 (#1154)
14+
- Add `schemars::JsonSchema` trait support with `with-schemars` feature [#1419](https://github.com/open-telemetry/opentelemetry-rust/pull/1419)
15+
- Update protobuf definitions to v1.1.0 [#1482](https://github.com/open-telemetry/opentelemetry-rust/pull/1482)
1616

1717
## v0.4.0
1818

1919
### Added
2020

21-
- Implement tonic metrics proto transformations (#1184)
21+
- Implement tonic metrics proto transformations [#1184](https://github.com/open-telemetry/opentelemetry-rust/pull/1184)
2222
- Move proto for zPage to tonic [#1214](https://github.com/open-telemetry/opentelemetry-rust/pull/1214)
23-
- Support exponential histograms (#1267)
23+
- Support exponential histograms [#1267](https://github.com/open-telemetry/opentelemetry-rust/pull/1267)
2424

2525
### Changed
2626

@@ -29,11 +29,11 @@
2929

3030
### Fixed
3131

32-
- Rename `traces` feature to the more standard `trace` (#1183)
32+
- Rename `traces` feature to the more standard `trace` [#1183](https://github.com/open-telemetry/opentelemetry-rust/pull/1183)
3333

3434
### Changed
3535

36-
- Switch to `prost` for `grpcio` protos. (#1202)
36+
- Switch to `prost` for `grpcio` protos. [#1202](https://github.com/open-telemetry/opentelemetry-rust/pull/1202)
3737
The `gen-protoc` feature is accordingly renamed to `gen-grpcio`.
3838

3939
## v0.3.0

opentelemetry-sdk/CHANGELOG.md

+20-19
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,17 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
5656
| OTEL_BSP_SCHEDULE_DELAY_MILLIS | OTEL_BSP_SCHEDULE_DELAY |
5757
| OTEL_BSP_EXPORT_TIMEOUT_MILLIS | OTEL_BSP_EXPORT_TIMEOUT |
5858

59-
- **Breaking** [1455](https://github.com/open-telemetry/opentelemetry-rust/pull/1455) Make the LoggerProvider Owned
59+
- **Breaking** [#1455](https://github.com/open-telemetry/opentelemetry-rust/pull/1455) Make the LoggerProvider Owned
6060
- `Logger` now takes an Owned Logger instead of a `Weak<LoggerProviderInner>`
6161
- `LoggerProviderInner` is no longer `pub (crate)`
6262
- `Logger.provider()` now returns `&LoggerProvider` instead of an `Option<LoggerProvider>`
6363

64-
- [1519](https://github.com/open-telemetry/opentelemetry-rust/pull/1519) Performance improvements
64+
- [#1519](https://github.com/open-telemetry/opentelemetry-rust/pull/1519) Performance improvements
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
@@ -73,47 +75,46 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
7375

7476
### Fixed
7577

76-
- Fix delta aggregation metric reuse. (#1434)
77-
- Fix `max_scale` validation of exponential histogram configuration. (#1452)
78+
- Fix delta aggregation metric reuse. [#1434](https://github.com/open-telemetry/opentelemetry-rust/pull/1434)
79+
- Fix `max_scale` validation of exponential histogram configuration. [#1452](https://github.com/open-telemetry/opentelemetry-rust/pull/1452)
7880

7981
## v0.21.1
8082

8183
### Fixed
8284

83-
- Fix metric export corruption if gauges have not received a last value. (#1363)
84-
- Return consistent `Meter` for a given scope from `MeterProvider`. (#1351)
85+
- Fix metric export corruption if gauges have not received a last value. [#1363](https://github.com/open-telemetry/opentelemetry-rust/pull/1363)
86+
- Return consistent `Meter` for a given scope from `MeterProvider`. [#1351](https://github.com/open-telemetry/opentelemetry-rust/pull/1351)
8587

8688
## v0.21.0
8789

8890
### Added
8991

90-
- Log warning if two instruments have the same name with different (#1266)
92+
- Log warning if two instruments have the same name with different [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
9193
casing
92-
- Log warning if view is created with empty criteria (#1266)
93-
- Add exponential histogram support (#1267)
94-
- Add `opentelemetry::sdk::logs::config()` for parity with `opentelemetry::sdk::trace::config()` (#1197)
94+
- Log warning if view is created with empty criteria [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
95+
- Add exponential histogram support [#1267](https://github.com/open-telemetry/opentelemetry-rust/pull/1267)
96+
- Add `opentelemetry::sdk::logs::config()` for parity with `opentelemetry::sdk::trace::config()` [#1197](https://github.com/open-telemetry/opentelemetry-rust/pull/1197)
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.
102-
[#1066](https://github.com/open-telemetry/opentelemetry-rust/pull/1193).
103+
[#1194](https://github.com/open-telemetry/opentelemetry-rust/pull/1194).
103104
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
104-
- Add unit/doc tests for MeterProvider #1220
105+
- Add unit/doc tests for MeterProvider [#1220](https://github.com/open-telemetry/opentelemetry-rust/pull/1220)
105106
- Changed dependency from `opentelemetry_api` to `opentelemetry` as the latter
106107
is now the API crate. [#1226](https://github.com/open-telemetry/opentelemetry-rust/pull/1226)
107108
- Add in memory span exporter [#1216](https://github.com/open-telemetry/opentelemetry-rust/pull/1216)
108109
- Add in memory log exporter [#1231](https://github.com/open-telemetry/opentelemetry-rust/pull/1231)
109110
- Add `Sync` bound to the `SpanExporter` and `LogExporter` traits [#1240](https://github.com/open-telemetry/opentelemetry-rust/pull/1240)
110-
- Move `MetricsProducer` config to builders to match other config (#1266)
111-
- Return error earlier if readers are shut down (#1266)
112-
- Add `/` to valid characters for instrument names (#1269)
113-
- Increase instrument name maximum length from 63 to 255 (#1269)
111+
- Move `MetricsProducer` config to builders to match other config [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
112+
- Return error earlier if readers are shut down [#1266](https://github.com/open-telemetry/opentelemetry-rust/pull/1266)
113+
- Add `/` to valid characters for instrument names [#1269](https://github.com/open-telemetry/opentelemetry-rust/pull/1269)
114+
- Increase instrument name maximum length from 63 to 255 [#1269](https://github.com/open-telemetry/opentelemetry-rust/pull/1269)
114115
- Updated crate documentation and examples.
115116
[#1256](https://github.com/open-telemetry/opentelemetry-rust/issues/1256)
116-
- Replace regex with glob (#1301)
117+
- Replace regex with glob [#1301](https://github.com/open-telemetry/opentelemetry-rust/pull/1301)
117118
- **Breaking**
118119
[#1293](https://github.com/open-telemetry/opentelemetry-rust/issues/1293)
119120
makes few breaking changes with respect to how Span attributes are stored to
@@ -145,7 +146,7 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
145146

146147
### Fixed
147148

148-
- Fix metric instrument name validation to include `_` #1030
149+
- Fix metric instrument name validation to include `_` [#1274](https://github.com/open-telemetry/opentelemetry-rust/pull/1274)
149150

150151
## v0.20.0
151152

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

opentelemetry/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gains, and avoids `IndexMap` dependency. This affects `body` and `attributes` of
2020
[#1353](https://github.com/open-telemetry/opentelemetry-rust/pull/1353)
2121
- Add `TextMapCompositePropagator` [#1373](https://github.com/open-telemetry/opentelemetry-rust/pull/1373)
2222
- Turned off events for `NoopLogger` to save on operations
23-
[1455](https://github.com/open-telemetry/opentelemetry-rust/pull/1455)
23+
[#1455](https://github.com/open-telemetry/opentelemetry-rust/pull/1455)
2424

2525
### Removed
2626

@@ -29,7 +29,7 @@ gains, and avoids `IndexMap` dependency. This affects `body` and `attributes` of
2929
[#1353](https://github.com/open-telemetry/opentelemetry-rust/pull/1353)
3030
- Remove API for Creating Histograms with signed integers. [#1371](https://github.com/open-telemetry/opentelemetry-rust/pull/1371)
3131
- Remove `global::shutdown_meter_provider`, use `SdkMeterProvider::shutdown`
32-
directly instead (#1412).
32+
directly instead [#1412](https://github.com/open-telemetry/opentelemetry-rust/pull/1412).
3333

3434
## [v0.21.0](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.20.0...v0.21.0)
3535

@@ -39,7 +39,7 @@ This release should been seen as 1.0-rc4 following 1.0-rc3 in v0.20.0. Refer to
3939

4040
- Bump MSRV to 1.65 [#1318](https://github.com/open-telemetry/opentelemetry-rust/pull/1318)
4141
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
42-
- `opentelemetry` crate now only carries the API types #1186. Use the `opentelemetry_sdk` crate for the SDK types.
42+
- `opentelemetry` crate now only carries the API types [#1186](https://github.com/open-telemetry/opentelemetry-rust/issues/1186). Use the `opentelemetry_sdk` crate for the SDK types.
4343
- `trace::noop::NoopSpan` no longer implements `Default` and instead exposes
4444
a `const DEFAULT` value. [#1270](https://github.com/open-telemetry/opentelemetry-rust/pull/1270)
4545
- Updated crate documentation and examples.

0 commit comments

Comments
 (0)