Skip to content

Version 5.0.0-preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 14:55
· 196 commits to master since this release
0cbbaac

🚀 Features

  • #520: Changed LoggingConfigurationSectionName to default NLog (@snakefoot)
  • #465: NLogLoggingConfiguration - Add support for config variables with JsonLayout (@snakefoot)

👍 Enhancements

  • #522: NLogLoggingConfiguration Reload now fully support KeepVariablesOnReload (@snakefoot)
  • #521: Change default value for RemoveLoggerFactoryFilter to true (@snakefoot)
  • #485: Remove startup overhead caused by enumerating all assemblies for callsite logic (@snakefoot)

⏩ Performance

  • #519: Update to NLog 5.0 Preview 1 with ScopeContext instead of MDLC (@snakefoot)
  • #485: Remove startup overhead caused by enumerating all assemblies for callsite logic (@snakefoot)
  • #319: NLogLogger - Reduce allocation by not boxing EventId when CaptureEntireEventId = false (@snakefoot)

🔧 Maintenance