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

v5.0

Compare
Choose a tag to compare
@tsimbalar tsimbalar released this 28 Feb 22:12
· 25 commits to master since this release
f6c90f3

#61

  • Introduces new extension methods under namespace SerilogWeb.Classic.Extensions, mainly to be used by SerilogWeb.Classic.WebAPI for serilog-web/classic-webapi#16 :
    • HttpContext.AddSerilogWebError(Exception exception) / HttpContextBase.AddSerilogWebError(Exception exception)
    • HttpContext.GetLastSerilogWebError() / HttpContextBase.GetLastSerilogWebError()
  • bump referenced Serilog version to v2.7.1 (published 9 month ago) . (v2.8.0 is only a month old, and forcing unnecessary update could be annoying to end user)
  • bump package version to v5.0 . Not really a breaking change but may introduce subtle behavior different when combined with secondary packages (WebAPI one)