Update dependency OpenTelemetry.Extensions.Hosting to 1.16.0 #294

Open
professeur-chen wants to merge 1 commit from renovate/opentelemetry.extensions.hosting-1.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
OpenTelemetry.Extensions.Hosting (source) nuget minor 1.15.11.16.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-telemetry/opentelemetry-dotnet (OpenTelemetry.Extensions.Hosting)

v1.16.0

Release details: 1.16.0

  • Breaking Change Explicit histogram boundaries no longer allow more than
    10 million values.
  • Fix BaggagePropagator to correctly follow Key and Value Encoding rules.
  • Add support for the W3C randomness flag.
  • Fixed TraceContextPropagator to deduplicate duplicate tracestate keys.
  • ObservedTimestamp will now be exported for logs in the console exporter.
  • Fixed NullReferenceException when exporting OTLP logs if the scope key is
    null.
  • Added opt-in support for gzip compression to the OTLP exporter.
  • Fixed OTLP disk retry data being stored incorrectly when using persistent
    storage retry.
  • Fixed OtlpLogExporter integration with IHttpClientFactory.
  • Do not enable the OTLP integration with IHttpClientFactory when mTLS is
    enabled.
  • Handle Retry-After response headers that specify a date instead of a delay.
  • observed_time_unix_nano will no longer always be identical to time_unix_nano
    when using the logs bridge API.
  • Stop validating View-provided metric stream Name against the instrument name
    syntax.
  • Fix incorrect validation of OTEL_BSP_* and OTEL_BLRP_* environment variables.
  • Fix observable instrument callbacks running once per reader instead of once per
    collection cycle.
  • Added exception safety for user-supplied ExemplarReservoir implementations.
  • Fixed a circular reference which could cause a LoggerProvider to fail to
    resolve when one of its dependencies depends on ILogger or ILoggerFactory.

v1.15.3

Release details: 1.15.3

  • Breaking change: Fixed tracestate parsing to reject keys that do not
    begin with a lowercase letter, including keys beginning with digits, to
    align with the W3C Trace Context specification.
  • Breaking change: Fixed an insecure disk retry default for OTLP export.
    Disk retry now requires OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH
    when OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk is configured.
  • Improve efficiency of parsing of baggage and B3 propagation headers.
  • OtlpLogExporter now uses IHttpClientFactory on .NET 8+.
  • Fixed an issue in OTLP/gRPC retry handling when parsing gRPC statuses.
  • Fixed OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT not being applied.
  • Fixed baggage and trace headers not respecting the maximum length in some cases.
  • Fixed BaggagePropagator to trim optional whitespace (OWS) around =
    separators when parsing the baggage header.
  • Fixed BaggagePropagator to strip baggage properties from values when
    parsing the baggage header.
  • Fixed OTLP persistent storage clean-up handling for malformed filenames.
  • Fixed resource leak in batch and periodic exporting task workers for Blazor/WASM.
  • Fixed LogRecord.LogLevel to preserve LogLevel.None.
  • Fixed OTEL_TRACES_SAMPLER_ARG handling for out-of-range values.
  • Fixed an issue with OTLP disk retry storage where metrics and logs used the
    traces storage directory.
  • Fixed full OTLP endpoint being logged by internal diagnostics.
  • Improve efficiency of parsing of baggage, B3 and Jaeger propagation headers.
  • Hardened Zipkin exporter memory usage for endpoint caching and array tag
    serialization.

v1.15.2

Release details: 1.15.2

  • Limit how much of the response body is read by the OTLP exporter when
    export fails and error logging is enabled.
  • Added Task-based worker support for BatchExportProcessor and
    PeriodicExportingMetricReader to enable the OpenTelemetry SDK to work
    in single-threaded WebAssembly environments such as Blazor and
    Uno Platform.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [OpenTelemetry.Extensions.Hosting](https://opentelemetry.io/) ([source](https://github.com/open-telemetry/opentelemetry-dotnet)) | nuget | minor | `1.15.1` → `1.16.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/241) for more information. --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-dotnet (OpenTelemetry.Extensions.Hosting)</summary> ### [`v1.16.0`](https://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1160) Release details: [1.16.0](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.16.0) - **Breaking Change** Explicit histogram boundaries no longer allow more than 10 million values. - Fix `BaggagePropagator` to correctly follow Key and Value Encoding rules. - Add support for the W3C randomness flag. - Fixed `TraceContextPropagator` to deduplicate duplicate `tracestate` keys. - `ObservedTimestamp` will now be exported for logs in the console exporter. - Fixed `NullReferenceException` when exporting OTLP logs if the scope key is null. - Added opt-in support for gzip compression to the OTLP exporter. - Fixed OTLP disk retry data being stored incorrectly when using persistent storage retry. - Fixed `OtlpLogExporter` integration with `IHttpClientFactory`. - Do not enable the OTLP integration with `IHttpClientFactory` when mTLS is enabled. - Handle `Retry-After` response headers that specify a date instead of a delay. - `observed_time_unix_nano` will no longer always be identical to `time_unix_nano` when using the logs bridge API. - Stop validating View-provided metric stream `Name` against the instrument name syntax. - Fix incorrect validation of `OTEL_BSP_*` and `OTEL_BLRP_*` environment variables. - Fix observable instrument callbacks running once per reader instead of once per collection cycle. - Added exception safety for user-supplied `ExemplarReservoir` implementations. - Fixed a circular reference which could cause a `LoggerProvider` to fail to resolve when one of its dependencies depends on `ILogger` or `ILoggerFactory`. ### [`v1.15.3`](https://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1153) Release details: [1.15.3](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.15.3) - **Breaking change:** Fixed `tracestate` parsing to reject keys that do not begin with a lowercase letter, including keys beginning with digits, to align with the W3C Trace Context specification. - **Breaking change:** Fixed an insecure disk retry default for OTLP export. Disk retry now requires `OTEL_DOTNET_EXPERIMENTAL_OTLP_DISK_RETRY_DIRECTORY_PATH` when `OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY=disk` is configured. - Improve efficiency of parsing of baggage and B3 propagation headers. - `OtlpLogExporter` now uses `IHttpClientFactory` on .NET 8+. - Fixed an issue in OTLP/gRPC retry handling when parsing gRPC statuses. - Fixed `OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT` not being applied. - Fixed baggage and trace headers not respecting the maximum length in some cases. - Fixed `BaggagePropagator` to trim optional whitespace (OWS) around `=` separators when parsing the `baggage` header. - Fixed `BaggagePropagator` to strip baggage properties from values when parsing the `baggage` header. - Fixed OTLP persistent storage clean-up handling for malformed filenames. - Fixed resource leak in batch and periodic exporting task workers for Blazor/WASM. - Fixed `LogRecord.LogLevel` to preserve `LogLevel.None`. - Fixed `OTEL_TRACES_SAMPLER_ARG` handling for out-of-range values. - Fixed an issue with OTLP disk retry storage where metrics and logs used the traces storage directory. - Fixed full OTLP endpoint being logged by internal diagnostics. - Improve efficiency of parsing of baggage, B3 and Jaeger propagation headers. - Hardened Zipkin exporter memory usage for endpoint caching and array tag serialization. ### [`v1.15.2`](https://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1152) Release details: [1.15.2](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.15.2) - Limit how much of the response body is read by the OTLP exporter when export fails and error logging is enabled. - Added Task-based worker support for `BatchExportProcessor` and `PeriodicExportingMetricReader` to enable the OpenTelemetry SDK to work in single-threaded WebAssembly environments such as Blazor and Uno Platform. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
professeur-chen changed title from Update dependency OpenTelemetry.Extensions.Hosting to 1.15.2 to Update dependency OpenTelemetry.Extensions.Hosting to 1.15.3 2026-04-22 06:27:30 +02:00
professeur-chen force-pushed renovate/opentelemetry.extensions.hosting-1.x from 7ef33d2b59 to f1e56d4570 2026-04-22 06:27:31 +02:00 Compare
professeur-chen changed title from Update dependency OpenTelemetry.Extensions.Hosting to 1.15.3 to Update dependency OpenTelemetry.Extensions.Hosting to 1.16.0 2026-06-11 06:28:20 +02:00
professeur-chen force-pushed renovate/opentelemetry.extensions.hosting-1.x from f1e56d4570 to c2b333a107 2026-06-11 06:28:20 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/opentelemetry.extensions.hosting-1.x:renovate/opentelemetry.extensions.hosting-1.x
git switch renovate/opentelemetry.extensions.hosting-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/opentelemetry.extensions.hosting-1.x
git switch renovate/opentelemetry.extensions.hosting-1.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/opentelemetry.extensions.hosting-1.x
git switch renovate/opentelemetry.extensions.hosting-1.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/opentelemetry.extensions.hosting-1.x
git switch trunk
git merge --squash renovate/opentelemetry.extensions.hosting-1.x
git switch trunk
git merge --ff-only renovate/opentelemetry.extensions.hosting-1.x
git switch trunk
git merge renovate/opentelemetry.extensions.hosting-1.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/bot!294
No description provided.