Skip to content

Releases: NLog/NLog.Web

NLog.Web.AspNetCore 4.8.3

05 Jun 21:44
d6a51f5
Compare
Choose a tag to compare

NLog.Web 4.8.3

05 Jun 21:44
d6a51f5
Compare
Choose a tag to compare

NLog.Web.AspNetCore 4.8.2

06 May 18:55
41d1578
Compare
Choose a tag to compare

NLog.Web 4.8.2

06 May 18:40
ea1af37
Compare
Choose a tag to compare

NLog.Web.AspNetCore 4.8.1

18 Mar 21:04
c3d1ae1
Compare
Choose a tag to compare

NLog.Web 4.8.1

18 Mar 21:04
c3d1ae1
Compare
Choose a tag to compare

NLog.Web 4.8 (ASP.NET)

30 Jan 19:56
a2587de
Compare
Choose a tag to compare

NLog.Web.AspNetCore 4.8

30 Jan 19:45
6335740
Compare
Choose a tag to compare
  • Updated to ASP.NET Core 2.1 that has Long-Term-Support (LTS)
  • ${configsetting} layout renderer now depends on UseNLog-call to provide IConfiguration using IServiceProvider
  • NLogLoggerProvider options now binds to IConfiguration (Using section Logging:NLog)
  • UseNLog-call now also available for IHostBuilder

See #335

NLog.Web.AspNetCore 4.7.1

06 Jan 23:43
1120bd6
Compare
Choose a tag to compare
  • #326 Added ThreadSafe-attribute for LayoutRenderer to optimize async Precalculate (@snakefoot)
  • #325 ${AspNetRequestIp} added CheckForwardedForHeader to check for X-Forwarded-For header (#325) (@Giorgi)
  • #322 Check that Content-Type is correct before accessing the Form (#322) (@mcliment)
  • #333 Enabled SymbolPackageFormat=snupkg (@snakefoot)

NLog.Web 4.7.1 (ASP.NET)

06 Jan 23:43
1120bd6
Compare
Choose a tag to compare
  • #330 aspnet-traceidentifier: Support for ASP.NET (non-core) - requires IIS ETW (@snakefoot)
  • #326 Added ThreadSafe-attribute for LayoutRenderer to optimize async Precalculate (@snakefoot)
  • #325 ${AspNetRequestIp} added CheckForwardedForHeader to check for X-Forwarded-For header (#325) (@Giorgi)