Skip to content

Commit

Permalink
fix(changelog): update changelog entry to open-telemetry#2889 format,…
Browse files Browse the repository at this point in the history
… move entry to experimental changelog.
  • Loading branch information
pichlermarc committed Apr 7, 2022
1 parent fcffd62 commit ab80dba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ All notable changes to this project will be documented in this file.

### :rocket: (Enhancement)

* [#2871](https://github.com/open-telemetry/opentelemetry-js/pull/2871) feat(experimental-packages): Update packages to latest SDK Version. ([@pichlermarc](https://github.com/pichlermarc))
* removed the -wip suffix from api-metrics and metrics-sdk-base.
* updated dependencies to stable packages to `1.1.1` for all "experimental" packages.
* updated Metrics Exporters to the latest Metrics SDK (`exporter-metrics-otlp-grpc`, `exporter-metrics-otlp-http`, `exporter-metrics-otlp-proto`)
* updated `opentelemetry-sdk-node` to the latest Metrics SDK.
* updated `otlp-transformer` to the latest Metrics SDK.
* updated all `instrumentation-*` packages to use local implementations of `parseUrl()` due to [#2884](https://github.com/open-telemetry/opentelemetry-js/issues/2884)

### :bug: (Bug Fix)

### :books: (Refine Doc)
Expand Down
7 changes: 7 additions & 0 deletions experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ All notable changes to experimental packages in this project will be documented
* [#2707](https://github.com/open-telemetry/opentelemetry-js/pull/2707) feat(sdk-metrics-base): update metric exporter interfaces ([@srikanthccv](https://github.com/srikanthccv))
* [#2687](https://github.com/open-telemetry/opentelemetry-js/pull/2687) feat(api-metrics): remove observable types ([@legendecas](https://github.com/legendecas))
* [#2879](https://github.com/open-telemetry/opentelemetry-js/pull/2879) fix(otlp-http-exporter): remove content length header ([@svetlanabrennan](https://github.com/svetlanabrennan))
* feat(experimental-packages): Update packages to latest SDK Version. #2871 @pichlermarc
* removed the -wip suffix from api-metrics and metrics-sdk-base.
* updated dependencies to stable packages to `1.1.1` for all "experimental" packages.
* updated Metrics Exporters to the latest Metrics SDK (`exporter-metrics-otlp-grpc`, `exporter-metrics-otlp-http`, `exporter-metrics-otlp-proto`)
* updated `opentelemetry-sdk-node` to the latest Metrics SDK.
* updated `otlp-transformer` to the latest Metrics SDK.
* updated all `instrumentation-*` packages to use local implementations of `parseUrl()` due to #2884

### :rocket: (Enhancement)

Expand Down

0 comments on commit ab80dba

Please sign in to comment.