Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump NLog.Extensions.Logging from 1.7.4 to 5.0.0 #406

Merged
merged 1 commit into from May 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2022

Bumps NLog.Extensions.Logging from 1.7.4 to 5.0.0.

Release notes

Sourced from NLog.Extensions.Logging's releases.

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)

🐛 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

See also List of major changes in NLog 5

Version 5.0.0-RC2

🔧 Maintenance

... (truncated)

Changelog

Sourced from NLog.Extensions.Logging's changelog.

Change Log

Date format: (year/month/day)

v5.0 (2022/05/17)

🔧 Maintenance

  • #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

v5.0-rc2 (2022/01/19)

🔧 Maintenance

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

v5.0-rc1 (2021/12/20)

🚀 Features

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

🔧 Maintenance

v5.0-preview 3 (2021/10/26)

🚀 Features

🔧 Maintenance

... (truncated)

Commits
  • ff461ff Version 5.0 RTM (#591)
  • 7bfb75c Added explicit Microsoft.Extensions.Configuration.Abstractions for all target...
  • 5061f1f Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#589)
  • 7db2eef NLogBeginScopeParser - Improve parsing of custom KeyValuePair as scope-proper...
  • 89c4865 Configure NLogProviderOptions from HostBuilder Configuration (code style) (#582)
  • 3de0c5c Configure NLogProviderOptions from HostBuilder Configuration (#581)
  • 9ed8683 Change from LogManager.LoadConfiguration to Setup().LoadConfigurationFromFile...
  • f2248f2 ConfigSettingLayoutRenderer - Improve support for RegisterServiceProvider (#579)
  • 3dc14e4 NLogLoggingConfiguration - Override ToString to differentiate from standard c...
  • 70efc72 Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.1.0 (#575)
  • 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 dependabot bot requested a review from Zelldon as a code owner May 17, 2022 18:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2022
Bumps [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging) from 1.7.4 to 5.0.0.
- [Release notes](https://github.com/NLog/NLog.Extensions.Logging/releases)
- [Changelog](https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD)
- [Commits](NLog/NLog.Extensions.Logging@v1.7.4...v5.0.0)

---
updated-dependencies:
- dependency-name: NLog.Extensions.Logging
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/NLog.Extensions.Logging-5.0.0 branch from b65ef01 to 877f7cf Compare May 18, 2022 07:36
@Zelldon Zelldon merged commit 425b435 into main May 18, 2022
@Zelldon Zelldon deleted the dependabot/nuget/NLog.Extensions.Logging-5.0.0 branch May 18, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant