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

Bump NLog.Extensions.Logging from 1.4.0 to 1.5.0 in /NLog.Web.AspNetCore #403

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 1, 2019

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps NLog.Extensions.Logging from 1.4.0 to 1.5.0.

Release notes

Sourced from NLog.Extensions.Logging's releases.

Version 1.5

  • #263 Support for loading NLog config from appsettings.json
  • #263 Improved performance and reduced allocation for ILogger.BeginScope
  • #260 Introduced MicrosoftILoggerTarget for logging in Azure Lambda
  • #272 Better handling of IndexOutOfRangeException when invalid log-message format
Changelog

Sourced from NLog.Extensions.Logging's changelog.

Change Log

Date format: (year/month/day)

V1.5 (2019/04/30)

  • #263 Support for loading NLog config from appsettings.json using NLogLoggingConfiguration
  • #263 Improved performance and reduced allocation for ILogger.BeginScope
  • #260 Introduced MicrosoftILoggerTarget for logging in Azure Lambda
  • #272 Better handling of IndexOutOfRangeException when invalid log-message format

V1.5 RC

See https://github.com/NLog/NLog.Extensions.Logging/milestone/24?closed=1

v1.4 (2019/01/17)

  • #257 Updated to Microsoft.Extensions.Logging ver. 2.1.0 with support for ${configsetting}
  • #248 Configure NLogProviderOptions from appsettings.json
  • #257 Create snupkg packages

v1.3 (2018/09/22)

v1.2.1 (2018/08/05)

  • #233 Fixed null-reference-exception when parsing empty scope-property collection (@​snakefoot)
  • #232 BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) (#232) (@​snakefoot)
  • #229 BeginScope should accept any type of KeyValuePair (Swallow exceptions) (@​snakefoot)

v1.2 (2018/07/20)

v1.1 (2018/05/25)

  • #213 Added support for using NLog MessageTemplate Parser (NLogProviderOptions.ParseMessageTemplates) (@​snakefoot)

v1.0.2 (2018/05/10)

v1.0.1 (2018/04/07)

v1.0 (2018/03/25)

... (truncated)
Commits
  • 2560e6d Version 1.5 release notes (#287)
  • 1e5180d NLogLoggingConfiguration - Support KeepVariablesOnReload (#286)
  • cef73eb NLogLoggingConfiguration - Added support for default-wrapper, default-target-...
  • 2b9b021 Merge pull request #285 from NLog/304NotModified-patch-1
  • 2dbb233 Update appveyor.yml
  • 14dd8f8 Deploy snupkg on AppVeyor
  • 4f33779 Merge pull request #282 from snakefoot/master
  • 3d48aca NLogLoggingConfiguration - Added support for NLog variables
  • fd54f12 Update CHANGELOG.MD
  • d7717f4 Load JSON based NLog config (e.g. declared in appsettings.json) + BeginScopeP...
  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 1, 2019
@codecov-io
Copy link

codecov-io commented May 1, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #403   +/-   ##
=====================================
- Coverage      65%    64%   -1%     
=====================================
  Files          35     35           
  Lines         486    486           
  Branches      112    112           
=====================================
- Hits          315    312    -3     
  Misses        135    135           
- Partials       36     39    +3
Impacted Files Coverage Δ
...enderers/AspNetRequestQueryStringLayoutRenderer.cs 82% <0%> (-5%) ⬇️
...youtRenderers/AspNetRequestCookieLayoutRenderer.cs 88% <0%> (-4%) ⬇️
...outRenderers/AspNetLayoutMultiValueRendererBase.cs 88% <0%> (-1%) ⬇️

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 81b27eb...5af883f. Read the comment docs.

@304NotModified 304NotModified merged commit fc00355 into master May 2, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/NLog.Web.AspNetCore/NLog.Extensions.Logging-1.5.0 branch May 2, 2019 21:13
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.

3 participants