Skip to content

Commit e8b46b5

Browse files
committed
Add links to pull request and issue references
1 parent caa6e3f commit e8b46b5

File tree

6 files changed

+34
-34
lines changed

6 files changed

+34
-34
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

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
### Added
88

99
- 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)
10+
- Allow specifying OTLP Tonic metadata from env variable [#1377](https://github.com/open-telemetry/opentelemetry-rust/pull/1377)
1111

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

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

1818
### Removed
1919
- **Breaking** Remove support for surf HTTP client [#1537](https://github.com/open-telemetry/opentelemetry-rust/pull/1537)
20-
- **Breaking** Remove support for grpcio transport (#1534)
20+
- **Breaking** Remove support for grpcio transport [#1534](https://github.com/open-telemetry/opentelemetry-rust/pull/1534)
2121

2222
## v0.14.0
2323

2424
### Added
2525

26-
- Add `build_{signal}_exporter` methods to client builders (#1187)
27-
- Add `grpcio` metrics exporter (#1202)
28-
- Allow specifying OTLP HTTP headers from env variable (#1290)
26+
- Add `build_{signal}_exporter` methods to client builders [#1187](https://github.com/open-telemetry/opentelemetry-rust/pull/1187)
27+
- Add `grpcio` metrics exporter [#1202](https://github.com/open-telemetry/opentelemetry-rust/pull/1202)
28+
- Allow specifying OTLP HTTP headers from env variable [#1290](https://github.com/open-telemetry/opentelemetry-rust/pull/1290)
2929

3030
### Changed
3131

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

+7-7
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)
14+
- Add `schemars::JsonSchema` trait support with `with-schemars` feature [#1419](https://github.com/open-telemetry/opentelemetry-rust/pull/1419)
1515
- 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

+16-16
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ 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

@@ -75,25 +75,25 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
7575

7676
### Fixed
7777

78-
- Fix delta aggregation metric reuse. (#1434)
79-
- 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)
8080

8181
## v0.21.1
8282

8383
### Fixed
8484

85-
- Fix metric export corruption if gauges have not received a last value. (#1363)
86-
- 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)
8787

8888
## v0.21.0
8989

9090
### Added
9191

92-
- 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)
9393
casing
94-
- Log warning if view is created with empty criteria (#1266)
95-
- Add exponential histogram support (#1267)
96-
- 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)
9797

9898
### Changed
9999

@@ -102,19 +102,19 @@ Performance Improvement : Creating Spans and LogRecords are now faster, by avoid
102102
populating "telemetry.sdk.*" attributes.
103103
[#1194](https://github.com/open-telemetry/opentelemetry-rust/pull/1194).
104104
- Bump MSRV to 1.64 [#1203](https://github.com/open-telemetry/opentelemetry-rust/pull/1203)
105-
- Add unit/doc tests for MeterProvider #1220
105+
- Add unit/doc tests for MeterProvider [#1220](https://github.com/open-telemetry/opentelemetry-rust/pull/1220)
106106
- Changed dependency from `opentelemetry_api` to `opentelemetry` as the latter
107107
is now the API crate. [#1226](https://github.com/open-telemetry/opentelemetry-rust/pull/1226)
108108
- Add in memory span exporter [#1216](https://github.com/open-telemetry/opentelemetry-rust/pull/1216)
109109
- Add in memory log exporter [#1231](https://github.com/open-telemetry/opentelemetry-rust/pull/1231)
110110
- Add `Sync` bound to the `SpanExporter` and `LogExporter` traits [#1240](https://github.com/open-telemetry/opentelemetry-rust/pull/1240)
111-
- Move `MetricsProducer` config to builders to match other config (#1266)
112-
- Return error earlier if readers are shut down (#1266)
113-
- Add `/` to valid characters for instrument names (#1269)
114-
- 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)
115115
- Updated crate documentation and examples.
116116
[#1256](https://github.com/open-telemetry/opentelemetry-rust/issues/1256)
117-
- Replace regex with glob (#1301)
117+
- Replace regex with glob [#1301](https://github.com/open-telemetry/opentelemetry-rust/pull/1301)
118118
- **Breaking**
119119
[#1293](https://github.com/open-telemetry/opentelemetry-rust/issues/1293)
120120
makes few breaking changes with respect to how Span attributes are stored to

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)