Releases: NLog/NLog.Web
Releases · NLog/NLog.Web
NLog.Web.AspNetCore 4.8.3
- #428 Added AspNetLayoutRendererBase.Register for registering lambdas with httpcontext (@304NotModified)
- #431 Fix NotSupportedException with ${aspnet-request-posted-body} (@304NotModified)
NLog.Web 4.8.3
- #428 Added AspNetLayoutRendererBase.Register for registering lambdas with httpcontext (@304NotModified)
- #431 Fix NotSupportedException with ${aspnet-request-posted-body} (@304NotModified)
NLog.Web.AspNetCore 4.8.2
- #401 Fixed that ${aspnet-request-posted-body} could lead to "A non-empty request body is required." in ASP.NET Core 2 (@snakefoot, @304NotModified)
- #401 Added MaxContentLength option to ${aspnet-request-posted-body} (@snakefoot, @304NotModified)
NLog.Web 4.8.2
- #401 Added MaxContentLength option to ${aspnet-request-posted-body} (@snakefoot, , @304NotModified)
NLog.Web.AspNetCore 4.8.1
- #339 Added ${aspnet-request-posted-body} - log posted request body/payload (@304NotModified)
NLog.Web 4.8.1
- #339 Added ${aspnet-request-posted-body} - log posted request body/payload (@304NotModified)
NLog.Web 4.8 (ASP.NET)
- #334 Added ${aspnet-request-contenttype} for NLog.Web (@snakefoot)
NLog.Web.AspNetCore 4.8
- 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
- #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)
- #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)