8000 Releases · NLog/NLog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: NLog/NLog

NLog 6.0 Preview1

29 Apr 18:52
43e71ed
Compare
Choose a tag to compare
NLog 6.0 Preview1 Pre-release
Pre-release

Major Changes

  • Support AOT builds without build warnings.
  • New FileTarget without ConcurrentWrites support, but still support KeepFileOpen true / false.
  • Moved old FileTarget into the new nuget-package NLog.Targets.ConcurrentFile.
  • Created new nuget-package NLog.Targets.AtomicFile that supports ConcurrentWrites for NET8 on both Windows / Linux.
  • Created new nuget-package NLog.Targets.GZipFile that uses GZipStream for writing directly to compressed files.
  • Moved MailTarget into the new nuget-package NLog.Targets.Mail.
  • Moved NetworkTarget into the new nuget-package NLog.Targets.Network.
  • New GelfTarget introduced for the new nuget-package NLog.Targets.Network.
  • New SyslogTarget introduced for the new nuget-package NLog.Targets.Network.
  • Moved TraceTarget and NLogTraceListener into the new nuget-package NLog.Targets.Trace.
  • Moved WebServiceTarget into the new nuget-package NLog.Targets.WebService
  • Removed dependency on System.Text.RegularExpressions and introduced new nuget-package NLog.RegEx.
  • Removed dependency on System.Xml.XmlReader by implementing own internal basic XML-Parser.

NLog v6.0 release notes: https://nlog-project.org/2025/04/29/nlog-6-0-major-changes.html

List of all NLog 6.0 Pull Requests

Thanks to all contributers: @ana1250, @Pavan8374, @smnsht, @RomanSoloweow, @wadebaird, @hangy, @lavige777, @jokoyoski, @saltukkos, @nih0n, @michaelplavnik, @Aaronmsv, @ShadowDancer, @Orace, @tvogel-nid, @martinzding, @kurnakovv

NLog 5.4

02 Feb 16:09
4d45d44
Compare
Choose a tag to compare

Improvements

NLog 5.3.4

12 Sep 17:55
73d83d3
Compare
Choose a tag to compare

Improvements

NLog 5.3.3

12 Aug 19:46
341c753
Compare
Choose a tag to compare

Improvements

NLog 5.3.2

30 Apr 20:44
8d52d4f
Compare
Choose a tag to compare

Bug Fix

  • #5515 Fix NullReferenceException when using LoggingRules with filters and no targets (#5515) (@snakefoot)

NLog 5.3.1

27 Apr 09:34
cf6675d
Compare
Choose a tag to compare

Improvements

NLog 5.2.8

29 Dec 18:44
f586f13
Compare
Choose a tag to compare

Improvements

NLog 5.2.7

29 Nov 19:38
a1ef7cd
Compare
Choose a tag to compare

Improvements

  • #5427 FileTarget - Fix Windows FileSystem Tunneling when KeepFileOpen=false (#5427) (@snakefoot)
  • #5422 AppEnvironmentWrapper - Added Entry-Assembly as fallback for ProcessName (#5422) (@snakefoot)
  • #5419 Improved XML docs for MDC, MDLC, NDC, NDLC about being replaced by ScopeContext (#5419) (@snakefoot)

NLog 5.2.6

19 Nov 12:21
1d44155
Compare
Choose a tag to compare

Improvements

NLog 5.2.5

15 Oct 17:32
7c01432
Compare
Choose a tag to compare

Improvements

0