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(deps): bump OpenTelemetry.Extensions.Hosting from 1.7.0 to 1.8.0 #27

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps OpenTelemetry.Extensions.Hosting from 1.7.0 to 1.8.0.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.8.0

If you're interested in knowing all of the changes that went into 1.8.0 release, please go through the release notes of all the previous pre-release versions for 1.8.0:

Changes in 1.8.0:

OpenTelemetry.Exporter.Console

  • Added support for ActivitySource.Version property. (#5472)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • OtlpExporter will no longer throw an exception (even on .NET Core 3.1) when the System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport AppContext switch is NOT set AND using OtlpExportProtocol.Grpc to send to an insecure ("http") endpoint. System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport is not required to be set when using .NET 5 or newer. (#5486)

  • Replaced environment variable OTEL_DOTNET_EXPERIMENTAL_OTLP_ENABLE_INMEMORY_RETRY with OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY. OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY when set to in_memory will enable automatic retries in case of transient failures during data export to an OTLP endpoint. (#5495)

core-1.8.0-rc.1

OpenTelemetry

  • TracerProviders can now have a sampler configured via the OTEL_TRACES_SAMPLER environment variable. The supported values are: always_off, always_on, traceidratio, parentbased_always_on, parentbased_always_off, and parentbased_traceidratio. The options traceidratio and parentbased_traceidratio may have the sampler probability configured via the OTEL_TRACES_SAMPLER_ARG environment variable. For details see: OpenTelemetry Environment Variable Specification. (#5448)

OpenTelemetry.Exporter.Prometheus.AspNetCore

  • Fix serializing scope_info when buffer overflows (#5407)

  • Add target_info to Prometheus exporters when using OpenMetrics (#5407)

... (truncated)

Commits
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • 717c322 [Exporter.Console] Add support for ActivitySource.Version (#5472)
  • 5e0b7bf sync changes in shared files (#5432)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.7.0...core-1.8.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

Superseded by #36.

@dependabot dependabot bot closed this Apr 5, 2024
@dependabot dependabot bot deleted the dependabot/nuget/OpenTelemetry.Extensions.Hosting-1.8.0 branch April 5, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants