NLog v4.3.10 Release Notes

Release Date: 2016-10-11 // over 7 years ago
  • ๐Ÿ”‹ Features

    • #1680 Append to existing archive file (@304NotModified)
    • #1669 AsyncTargetWrapper - Allow TimeToSleepBetweenBatches = 0 (@snakefoot)
    • #1668 Console Target Automatic Detect if console is available (@snakefoot)

    ๐Ÿ‘Œ Improvements

    • #1697 Archiving should never fail writing (@304NotModified)
    • ๐ŸŽ #1695 Performance: Counter/ProcessId/ThreadId-LayoutRenderer allocations less memory (@snakefoot)
    • ๐ŸŽ #1693 Performance (allocation) improvement in Aysnc handling (@snakefoot)
    • #1694 FilePathLayout - CleanupInvalidFilePath - Happy path should not allocate (@snakefoot)
    • ๐Ÿ— #1675 unseal databasetarget and make BuildConnectionString protected (@304NotModified)
    • #1690 Fix memory leak in AppDomainWrapper (@snakefoot)
    • ๐ŸŽ #1702 Performance: InternalLogger should only allocate params-array when needed (@snakefoot)

    ๐Ÿ›  Fixes

    • ๐Ÿšš #1676 Fix FileTarget on Xamarin: Remove mutex usage for Xamarin 'cause of runtime exceptions (@304NotModified)
    • #1591 Count operation on AsyncRequestQueue is not thread-safe (@snakefoot)