Skip to content

Commit 45da275

Browse files
authored
opentelemetry: improve the 0.12 changelog (#436)
The api module (not a crate) was already private, so that entry doesn't seem to be useful for most users. Additionally, this missed the removal of the http-related types and implementations, which probably is relevant to a larger audience.
1 parent f0bdd11 commit 45da275

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

opentelemetry/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
## Changed
1212

1313
- Dependencies updates #410
14-
- Dissolve api crate and move its crates to top level #412
1514
- Add `Send`, `Sync` to `AsyncInstrument` in metrics #422
16-
- Add `Send`, `Sync` to `InstrumentCore` in metrics #423
15+
- Add `Send`, `Sync` to `InstrumentCore` in metrics #423
1716
- Replace regex with custom logic #411
1817
- Update tokio to v1 #421
1918

2019
## Removed
2120

21+
- Moved `http` dependencies into a new opentelemetry-http crate #415
2222
- Remove `tonic` dependency #414
2323

2424
## [v0.11.2](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.1...v0.11.2)
@@ -38,7 +38,7 @@
3838
## Added
3939

4040
- Add `force_flush` method to span processors #358
41-
- Add timeout for `force_flush` and `shutdown` #362
41+
- Add timeout for `force_flush` and `shutdown` #362
4242

4343
## Changed
4444

@@ -169,7 +169,7 @@
169169

170170
### Changed
171171
- Update sampler types #128
172-
- `Always` is now `AlwaysOn`. `Never` is now `AlwaysOff`. `Probability` now ignores parent
172+
- `Always` is now `AlwaysOn`. `Never` is now `AlwaysOff`. `Probability` now ignores parent
173173
sampled state.
174174
- `base64` and `binary_propagator` have been moved to `experimental` module. #134
175175
- `Correlation-Context` header has been updated to `otcorrelations` #145
@@ -253,7 +253,7 @@
253253
### Added
254254
- New Base64 propagator
255255
- New SpanBuilder api
256-
- Zipkin Exporter crate
256+
- Zipkin Exporter crate
257257

258258
### Changed
259259
- Switch to `SpanId` and `TraceId` from `u64` and `u128`

0 commit comments

Comments
 (0)