Skip to content

Releases: serilog/serilog-aspnetcore

v8.0.1

19 Jan 03:32
68f2f3d
Compare
Choose a tag to compare

v8.0.0

15 Nov 02:48
1aa0a4b
Compare
Choose a tag to compare

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

11 May 01:31
086bb07
Compare
Choose a tag to compare

v6.1.0

30 Nov 21:36
01c89ba
Compare
Choose a tag to compare

v6.0.1

18 Jul 23:39
0f301ae
Compare
Choose a tag to compare
  • Update to Serilog.Extensions.Hosting 5.0.1

v6.0.0

14 Jul 23:18
0985b3d
Compare
Choose a tag to compare
  • #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

15 Feb 22:03
d0b616b
Compare
Choose a tag to compare
  • #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)

v4.1.0

29 Mar 03:18
5b02055
Compare
Choose a tag to compare
  • #240 - Drop Microsoft.AspNetCore.Http.Abstractions dependency for netcoreapp3.1 and higher
  • #242 - bump .NET SDK version to avoid depending on a vulnerable ASP.NET framework version

v4.0.0

03 Mar 23:14
458610a
Compare
Choose a tag to compare

v3.4.0

24 Jul 01:43
16be480
Compare
Choose a tag to compare