dustinchilson / NLog.Targets.GraylogHttp

NLog target that pushes log messages to Graylog using the Http input.
Apache License 2.0
19 stars 11 forks source link

Bump NLog.Extensions.Logging from 1.4.0 to 5.0.2 #255

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps NLog.Extensions.Logging from 1.4.0 to 5.0.2.

Release notes

Sourced from NLog.Extensions.Logging's releases.

Version 5.0.2

Improvements

Version 5.0.1

🔧 Maintenance

Version 5

🚀 Features

  • #465 Add support for config variables with JsonLayout (@​snakefoot)
  • #520 Changed LoggingConfigurationSectionName to default NLog (@​snakefoot)
  • #529 NLogLoggerProvider - Always load NLog config from appsettings when possible (@​snakefoot)
  • #554 NLogProviderOptions with support for CaptureEventId.EventId + EventName (@​snakefoot)
  • #555 MicrosoftConsoleJsonLayout - Simulates Microsoft AddJsonConsole Formatter (@​snakefoot)

👍 Enhancements

  • #522 Reload now fully support KeepVariablesOnReload (@​snakefoot)
  • #521 Change default value for RemoveLoggerFactoryFilter to true (@​snakefoot)
  • #535 NLogProviderOptions with support for RegisterServiceProvider (@​snakefoot)
  • #564 NLog.ExtensionsHosting includes ContentRootPath when scanning for NLog.config candidate (@​snakefoot)
  • #565 NLogProviderOptions ShutdownOnDispose = true disables LogFactory.AutoShutdown (@​snakefoot)
  • #583 NLogBeginScopeParser - Improve parsing of custom KeyValuePair as scope-properties (@​snakefoot)
  • #581 Support RemoveLoggerFactoryFilter and ReplaceLoggerFactory in appsettings.json (@​snakefoot)

⏩ Performance

  • #319 NLogLogger - Reduce allocation by not boxing EventId unless CaptureEventId = Legacy (@​snakefoot)
  • #485 Remove startup overhead caused by enumerating all assemblies for callsite logic (@​snakefoot)
  • #519 Update to NLog 5.0 with ScopeContext instead of MDLC (@​snakefoot)
  • #572 MicrosoftConsoleLayoutRenderer - Skip string-allocation for EventId when possible on platform (@​snakefoot)

🐛 Bug Fixes

  • #531 Fix NLogLoggingConfiguration to handle throwConfigExceptions with NLog 5.0 (@​snakefoot)
  • #570 MicrosoftConsoleLayoutRenderer - Fixed IndexOutOfRangeException when large EventID (@​mickelsonmichael)
  • #571 MicrosoftConsoleJsonLayout - Fixed IndexOutOfRangeException when large EventID (@​snakefoot)

🔧 Maintenance

... (truncated)

Changelog

Sourced from NLog.Extensions.Logging's changelog.

Version 5.0.2 (2022/08/12)

Improvements

Version 5.0.1 (2022/06/23)

Improvements

Version 5.0.0 (2022/05/17)

Improvements

  • #590: Added nuget-dependency Microsoft.Extensions.Configuration.Abstractions for all platforms (@​snakefoot)
  • #583: NLogBeginScopeParser - Improve parsing of custom KeyValuePair as scope-properties (@​snakefoot)
  • #581: Support RemoveLoggerFactoryFilter and ReplaceLoggerFactory in appsettings.json (@​snakefoot)
  • #579: ConfigSettingLayoutRenderer - Improve support for RegisterServiceProvider (@​snakefoot)
  • #572: MicrosoftConsoleLayoutRenderer - Skip string-allocation for EventId when possible on platform (@​snakefoot)
  • #571: MicrosoftConsoleJsonLayout - Fixed IndexOutOfRangeException when large EventID (@​snakefoot)
  • #570: MicrosoftConsoleLayoutRenderer - Fixed IndexOutOfRangeException when large EventID (@​mickelsonmichael)

See also List of major changes in NLog 5

Version 5.0-rc2 (2022/01/19)

Improvements

  • #564: NLog.ExtensionsHosting includes ContentRootPath when scanning for NLog.config candidate (@​snakefoot)
  • #565: NLogProviderOptions ShutdownOnDispose = true disables LogFactory.AutoShutdown (@​snakefoot)

Version 5.0-rc1 (2021/12/20)

Features

  • #554: NLogProviderOptions with support for CaptureEventId.EventId + EventName (@​snakefoot)
  • #555: MicrosoftConsoleJsonLayout - Simulates Microsoft AddJsonConsole Formatter (@​snakefoot)

Improvements

... (truncated)

Commits
  • 3bd0baf Version 5.0.2 (#615)
  • fe525e3 ConfigSettingLayoutRenderer - Support escape of dot-separator (#614)
  • 3ee61ec Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#613)
  • d9ab631 dotnet list package --vulnerable --include-transitive (#611)
  • 4cc85dd Reformatted ChangeLog, so only versions are headlines (fix) (#608)
  • 820d204 Reformatted ChangeLog, so only versions are headlines (#607)
  • 0f34501 Introduced NLogProviderOptions AutoShutdown that is turned off by default (#606)
  • c731661 Replaced netcoreapp2.1 with netcoreapp3.1 in example projects (#604)
  • 39d86fe Reformatted ChangeLog to help dependency update bots (#602)
  • b127d73 Version 5.0.1 (#600)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #258.