Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

chore(deps): update dependency serilog.aspnetcore to v9 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Serilog.AspNetCore 4.1.0 -> 9.0.0 age adoption passing confidence

Release Notes

serilog/serilog-aspnetcore (Serilog.AspNetCore)

v9.0.0

What's Changed

  • #​388 - update to .NET 9 SDK, Serilog.Extensions.Hosting/Serilog.Settings.Configuration 9.0.0, Serilog 4.2.0 (@​nblumhardt)

v8.0.3

v8.0.2

v8.0.1

v8.0.0

Breaking change

The obsolete UseSerilog() extension on IWebHostBuilder has been removed. Switch to either IHostBuilder.UseSerilog() or IServiceCollection.AddSerilog() instead.

    .ConfigureServices(services => services.AddSerilog())

v7.0.0

v6.1.0

v6.0.1

  • Update to Serilog.Extensions.Hosting 5.0.1

v6.0.0

  • #​290 - update README snippet for Azure Diagnostics Log Stream configuration (@​Ky7m)
  • #​271 - update to Serilog.Extensions.Hosting 5.x and use exception details from diagnostic context when present (@​angularsen)

v5.0.0

  • #​280 - fix package downgrade warning on publish by updating Serilog.Settings.Configuration dependency (@​joaope)
  • #​265 - add RequestLoggingOptions.IncludeQueryInRequestPath option (@​jarronshih)
  • #​247, #​248 - README example updates (@​acohenOT)
  • #​286 - default to not include request query in path; mark IWebHostBuilder extensions as obsolete on platforms with IHostBuilder; further dependency updates (@​nblumhardt)

Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants