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

build(deps): bump NLog from 4.5.7 to 4.6.3 #322

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps NLog from 4.5.7 to 4.6.3.

Release notes

Sourced from NLog's releases.

NLog 4.6.3

Bugfixes

Features

Improvements

  • #3322 FileTarget - Introduced EnableFileDeleteSimpleMonitor without FileSystemWatcher for non-Windows (@​snakefoot)
  • #3332 LogFactory - GetLogger should validate name of logger (@​snakefoot)
  • #3320 FallbackGroupTarget - Fixed potential issue with WINDOWS_PHONE (@​snakefoot)
  • #3261 NLog config file loading: use process name (e.g. applicationname.exe.nlog) when app.config is not available (@​snakefoot)

Performance

  • #3311 Split string - avoid allocation of object array. Added StringHelpers.SplitAndTrimTokens (@​snakefoot)
  • #3305 AppSettingLayoutRenderer - Mark as ThreadSafe and ThreadAgnostic (@​snakefoot)

Misc

NLog 4.6.2

Bugfixes

NLog 4.6.1

Bugfixes

Improvements

... (truncated)
Changelog

Sourced from NLog's changelog.

V4.6.3 (2019/04/30)

Bugfixes

Features

Improvements

  • #3322 FileTarget - Introduced EnableFileDeleteSimpleMonitor without FileSystemWatcher for non-Windows (@​snakefoot)
  • #3332 LogFactory - GetLogger should validate name of logger (@​snakefoot)
  • #3320 FallbackGroupTarget - Fixed potential issue with WINDOWS_PHONE (@​snakefoot)
  • #3261 NLog config file loading: use process name (e.g. applicationname.exe.nlog) when app.config is not available (@​snakefoot)

Performance

  • #3311 Split string - avoid allocation of object array. Added StringHelpers.SplitAndTrimTokens (@​snakefoot)
  • #3305 AppSettingLayoutRenderer - Mark as ThreadSafe and ThreadAgnostic (@​snakefoot)

Misc

V4.6.2 (2019/04/02)

Bugfixes

V4.6.1 (2019/03/29)

Bugfixes

... (truncated)
Commits
  • 3d07bd9 Merge pull request #3348 from NLog/release/4.6.3
  • 63be614 Version 4.6.3
  • f8f7414 StringBuilderPool - Allow FastPool-object to have larger capacity, but rememb...
  • adeb5c0 Merge pull request #3344 from NLog/code-complexity
  • cff43c7 Reduce code complexity, small code improvements
  • ebb6d2b Merge pull request #3335 from snakefoot/LoggingConfigurationReloadAsActive
  • e4e0743 Merge pull request #3340 from NLog/EscapeEncodingFlags
  • 610f368 Merge pull request #3339 from NLog/cleanup3
  • f6aa359 Rename internal EscapeEncodingFlags
  • f1ad170 Small code improvements
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [NLog](https://github.com/NLog/NLog) from 4.5.7 to 4.6.3.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v4.5.7...v4.6.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot requested a review from a team May 1, 2019 00:13
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 1, 2019
@codecov
Copy link

codecov bot commented May 1, 2019

Codecov Report

Merging #322 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
- Coverage   70.66%   70.58%   -0.09%     
==========================================
  Files          61       61              
  Lines        3508     3508              
  Branches      312      312              
==========================================
- Hits         2479     2476       -3     
- Misses        989      991       +2     
- Partials       40       41       +1
Impacted Files Coverage Δ
src/Splat.NLog/NLogLogger.cs 73.74% <0%> (-0.84%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d48a36...80f7f5d. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #332.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/NLog-4.6.3 branch May 29, 2019 00:13
@lock lock bot locked and limited conversation to collaborators Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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