Bounz / HomeGenie-BE

HomeGenie (Bounz Edition)
GNU General Public License v3.0
5 stars 3 forks source link

build(deps): bump NLog from 4.7.5 to 5.0.2 in /HomeGenie #207

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps NLog from 4.7.5 to 5.0.2.

Release notes

Sourced from NLog's releases.

NLog 5.0.2

Improvements

NLog 5.0.1

Improvements

NLog 5.0.0

See Release post

Details of changes: See here

Major Features

  • NLog is now faster and lighter
  • NLog Layout for everything
  • NLog ScopeContext to replace MDC + MDLC + NDC + NDLC
  • NLog Layout stored as NLog Configuration Variables
  • Fluent API for NLog LoggingConfiguration
  • NLog Callsite from caller member attributes
  • LogFactory with Dependency Injection
  • Multiple type-aliases can be defined for targets, layouts, layout renderers and conditions
  • Parsing of type-alias will now ignore dashes (-)

Breaking Changes

See rationale here

  • Strong Version Changed
  • Obsolete methods have been removed
  • LoggingRule Filters DefaultAction changed to FilterResult.Ignore, that can cause NO output.
  • NLog.Extensions.Logging without any filter, that can give LOTS of unexpected output.
  • NLog.Extensions.Logging changes capture of EventId, so missing EventId_Id-property.
  • NLog Extensions assemblies will not load automatically
  • NLog Targets extracted into their own nuget-packages
  • Deprecated NLog.Extended nuget-package

... (truncated)

Changelog

Sourced from NLog's changelog.

Version 5.0.2 (2022/08/12)

Improvements

Version 5.0.1 (2022/06/12)

Improvements

Version 5.0.0 (2022/05/16)

See List of major changes in NLog 5.0.

Improvements

... (truncated)

Commits
  • 2e39110 NLog Version 5.0.2 (#5020)
  • 8228d32 Removed Microsoft.Extensions.PlatformAbstractions as NLog dependency (#5026)
  • 8d64eb6 Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#5025)
  • b8534a3 Layout Typed should fail when unable to parse fixed value (#5019)
  • 1106c7e Fixed various code analysis warnings (#5018)
  • 3e7e00c Marked obsolete members with EditorBrowsableState.Never (#5017)
  • b99d760 WebServiceTarget - Mark Url as RequiredParameter (#5016)
  • a28a84e WebServiceTarget - Improve InternalLogging when Url is invalid (#5014)
  • 741d134 Minor improvements to InternalLogger output (#5012)
  • f332a63 GlobalDiagnosticsContext - Skip dictionary clone when not removing (#5011)
  • 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 1 year ago

Superseded by #208.