Skip to content

chore: Bump Serilog.Sinks.OpenTelemetry from 1.0.0 to 4.2.0#30

Merged
devops-thiago merged 1 commit intomainfrom
dependabot/nuget/Serilog.Sinks.OpenTelemetry-4.2.0
Oct 27, 2025
Merged

chore: Bump Serilog.Sinks.OpenTelemetry from 1.0.0 to 4.2.0#30
devops-thiago merged 1 commit intomainfrom
dependabot/nuget/Serilog.Sinks.OpenTelemetry-4.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated Serilog.Sinks.OpenTelemetry from 1.0.0 to 4.2.0.

Release notes

Sourced from Serilog.Sinks.OpenTelemetry's releases.

4.2.0

What's Changed

4.1.1

  • #​160 - run tests on .NET Framework (@​alsi-lawr)
  • #​163 - parse OTEL_* header and resource attribute values according to spec (@​nblumhardt)

4.1.0

  • #​150 - provide a hook to call OpenTelemetry.SuppressInstrumentationScope.Begin() when required (@​nblumhardt)
  • #​152 - support reading OTEL_* configuration variables from sources other than the environment (@​srogovtsev)

4.0.0

  • #​141 - breaking - recognize core OTEL_OTLP_EXPORTER_* variables (@​AlbertoMonteiro)
  • #​145 - add GitHub issue templates (@​nblumhardt)
  • #​146 - breaking - recognize OTEL_SERVICE_NAME (@​nblumhardt)
  • #​147 - breaking - map events carrying SpanStartTimestamp as OTLP spans (@​nblumhardt)
  • #​149 - README updates (@​nblumhardt)

Breaking changes

  • Sink behavior may change in the presence of OTEL_* environment variables. To prevent this, pass ignoreEnvironment: true to any of the WriteTo configuration methods.
  • Log events carrying a SpanStartTimestamp property of type DateTime will now be recognized as spans rather than logs.

3.0.0

  • #​136 - breaking - use Serilog 4's batching implementation, drop Serilog.Sinks.PeriodicBatching dependency (@​nblumhardt)
  • #​139 - align TFMs with Serilog 4, adding net8.0 and net471 (@​nblumhardt)

2.0.0

  • #​113 - breaking - use SourceContext to populate instrumentation scope name (@​nblumhardt)
  • #​118 - documentation for suppressing instrumentation (@​nblumhardt)
  • #​122 - update Serilog.Sinks.PeriodicBatching dependency (@​nblumhardt)
  • #​123 - add headers and resourceAttributes to simple configuration methods (@​nblumhardt)
  • #​131 - add restrictedToMinimumLevel parameter to configuration methods (@​CloudeaSoft)
  • #​125 - specify a non-tracing default HttpMessageHandler on .NET 6.0+ (@​KodrAus)
  • #​133 - add includedData parameter to configuration methods (@​binginsin)

#​113 defaults to mapping SourceContext to the instrumentation scope name, and will omit the SourceContext from the log event payload by default. To preserve it, specify IncludedData.SourceContextAttribute.

1.2.0

  • #​110 - use Serilog 3.1's LogEvent.TraceId and LogEvent.SpanId instead of the ConditionalWeakTable workaround (@​nblumhardt)
  • #​111 - preserve DateTime/DateTimeOffset's full 100 nanosecond precision when converting to Unix nanos (@​nblumhardt)

1.1.0

  • #​104 - IncludedData.TemplateBody option, using the raw message template text instead of the rendered message as the log record body (@​danelson)
  • #​106 - IncludedData.MessageTemplateRenderingsAttribute option, include pre-rendered strings for any message template parameters with custom format specifiers (@​nblumhardt)

1.0.2

  • #​98 - update NUPKG dependencies, avoiding a vulnerable version of Grpc.Client (@​nblumhardt)

1.0.1

  • #​91 - include README in package for display on nuget.org (@​nblumhardt)
  • #​90 - line up package description with README text
  • #​92 - don't include prerelease suffix in non-prerelease telemetry_sdk.version attribute values (@​nblumhardt)

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)

---
updated-dependencies:
- dependency-name: Serilog.Sinks.OpenTelemetry
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Labels

The following labels could not be found: automated, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@sonarqubecloud
Copy link

@devops-thiago devops-thiago merged commit cd93804 into main Oct 27, 2025
14 of 15 checks passed
@devops-thiago devops-thiago deleted the dependabot/nuget/Serilog.Sinks.OpenTelemetry-4.2.0 branch October 27, 2025 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant