Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare release 1.15 / 0.41 #3963

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(changlog): move misplaced entries/fixup incomplete entries
  • Loading branch information
pichlermarc committed Jul 4, 2023
commit 9945aa55b73091ff7465cbf29c9090c52d13f0cb
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

## 1.15.0

### :rocket: (Enhancement)

* feat(exporter-metrics-otlp-*)!: add LowMemory metrics temporality preference [#3915](/~https://github.com/open-telemetry/opentelemetry-js/pull/3915)
* Breaking: From now on `AggregationTemporalityPreference` has to be used instead of `AggregationTemporality` when configuring the exporter.
* Adds support for [LowMemory temporality preference](/~https://github.com/open-telemetry/opentelemetry-specification/blob/f09624bb97e9be3be259733b93be507df18927bd/specification/metrics/sdk_exporters/otlp.md#additional-configuration)
* Adds support for `lowmemory` in `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`

### :bug: (Bug Fix)

* fix(opentelemetry-exporter-prometheus): Update default PrometheusExporter to not append a timestamp to match the text based exposition format [#3961](/~https://github.com/open-telemetry/opentelemetry-js/pull/3961) @JacksonWeber
Expand All @@ -34,7 +27,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :house: (Internal)

* feat(minification): [Minification] Add noEmitHelpers, importHelpers and tslib as a dependency [#3913](/~https://github.com/open-telemetry/opentelemetry-js/issues/3913)
* feat(minification): [Minification] Add noEmitHelpers, importHelpers and tslib as a dependency [#3913](/~https://github.com/open-telemetry/opentelemetry-js/issues/3913) @MSNev

## 1.14.0

Expand Down
5 changes: 4 additions & 1 deletion experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ All notable changes to experimental packages in this project will be documented

* feat(otlp-grpc-exporters): add support for UDS endpoints. [#3853](/~https://github.com/open-telemetry/opentelemetry-js/pull/3853) @llc1123
* feat(otlp-exporters): bump otlp proto to 0.20.0 [#3932](/~https://github.com/open-telemetry/opentelemetry-js/pull/3932) @pichlermarc
* feat(exporter-metrics-otlp-*): add LowMemory metrics temporality preference [#3915](/~https://github.com/open-telemetry/opentelemetry-js/pull/3915) @martinkuba
* Adds support for [LowMemory temporality preference](/~https://github.com/open-telemetry/opentelemetry-specification/blob/f09624bb97e9be3be259733b93be507df18927bd/specification/metrics/sdk_exporters/otlp.md#additional-configuration)
* Adds support for `lowmemory` in `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`

### :bug: (Bug Fix)

* fix(exporter-logs-otlp-http): set useHex to true [#3875](/~https://github.com/open-telemetry/opentelemetry-js/pull/3875) @Nico385412
fix(otlp-proto-exporter-base): add missing type import [#3937](/~https://github.com/open-telemetry/opentelemetry-js/pull/3937) @pichlermarc
* fix(otlp-proto-exporter-base): add missing type import [#3937](/~https://github.com/open-telemetry/opentelemetry-js/pull/3937) @pichlermarc
* fix(example-opencensus-shim): avoid OpenCensus auto instrumentations [#3951](/~https://github.com/open-telemetry/opentelemetry-js/pull/3951) @llc1123
* fix(http-intrumentation): prevent request socket null from throwing uncaught error [#3858](/~https://github.com/open-telemetry/opentelemetry-js/pull/3858) @aodysseos

Expand Down