q2g / q2g-con-psexecute-qvx

Qlik Connector to Execute PS Scripts
MIT License
13 stars 7 forks source link

Bump NLog from 4.5.11 to 4.6.7 in /src #55

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps NLog from 4.5.11 to 4.6.7.

Release notes *Sourced from [NLog's releases](https://github.com/NLog/NLog/releases).* > ## NLog 4.6.7 > #### Features > - [#3531](https://github-redirect.dependabot.com/NLog/NLog/pull/3531) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a property of an object (e.g. an exception) ([#3531](https://github-redirect.dependabot.com/NLog/NLog/issues/3531)) ([@​304NotModified](https://github.com/304NotModified)) > - [#3560](https://github-redirect.dependabot.com/NLog/NLog/pull/3560) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3184](https://github-redirect.dependabot.com/NLog/NLog/pull/3184) Added support for dynamic layout renderer in log level filters (e.g. minLevel, maxLevel) ([#3184](https://github-redirect.dependabot.com/NLog/NLog/issues/3184)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3558](https://github-redirect.dependabot.com/NLog/NLog/pull/3558) ExceptionLayoutRenderer - Added Source as new format parameter. ([@​snakefoot](https://github.com/snakefoot)) > - [#3523](https://github-redirect.dependabot.com/NLog/NLog/pull/3523) ColoredConsoleTarget - Added DetectOutputRedirected to skip coloring on redirect ([@​snakefoot](https://github.com/snakefoot)) > > #### Improvements > > - [#3541](https://github-redirect.dependabot.com/NLog/NLog/pull/3541) MessageTemplateParameters - Improve validation of parameters when isPositional ([#3541](https://github-redirect.dependabot.com/NLog/NLog/issues/3541)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3546](https://github-redirect.dependabot.com/NLog/NLog/pull/3546) NetworkTarget - HttpNetworkSender no longer sends out-of-order ([@​snakefoot](https://github.com/snakefoot)) > - [#3522](https://github-redirect.dependabot.com/NLog/NLog/pull/3522) NetworkTarget - Fix InternalLogger.Trace to include Target name ([#3522](https://github-redirect.dependabot.com/NLog/NLog/issues/3522)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3562](https://github-redirect.dependabot.com/NLog/NLog/pull/3562) XML config - Support ThrowConfigExceptions=true even when xml is invalid ([@​snakefoot](https://github.com/snakefoot)) > - [#3532](https://github-redirect.dependabot.com/NLog/NLog/pull/3532) Fix summary of NoRawValueLayoutRendererWrapper class ([#3532](https://github-redirect.dependabot.com/NLog/NLog/issues/3532)) ([@​304NotModified](https://github.com/304NotModified)) > > #### Performance > > - [#3540](https://github-redirect.dependabot.com/NLog/NLog/pull/3540) MessageTemplateParameters - Skip object allocation when no parameters ([@​snakefoot](https://github.com/snakefoot)) > - [#3527](https://github-redirect.dependabot.com/NLog/NLog/pull/3527) XmlLayout - Defer allocation of ObjectReflectionCache until needed ([#3527](https://github-redirect.dependabot.com/NLog/NLog/issues/3527)) ([@​snakefoot](https://github.com/snakefoot)) > > ## NLog 4.6.6 > ## Features > > - [#3514](https://github-redirect.dependabot.com/NLog/NLog/pull/3514) Added XmlLoggingConfiguration(XmlReader reader) ctor, improved docs and annotations ([@​dmitrychilli](https://github.com/dmitrychilli), [@​304NotModified](https://github.com/304NotModified)) > - [#3513](https://github-redirect.dependabot.com/NLog/NLog/pull/3513) AutoFlushTargetWrapper - Added FlushOnConditionOnly property ([@​snakefoot](https://github.com/snakefoot)) > > ## Performance > > - [#3492](https://github-redirect.dependabot.com/NLog/NLog/pull/3492) FileTarget - improvements when ConcurrentWrites=false ([@​snakefoot](https://github.com/snakefoot)) > > ## NLog 4.6.5 > ## Bugfixes > > - [#3476](https://github-redirect.dependabot.com/NLog/NLog/pull/3476) Fix broken XSD schema - NLog.Schema package ([@​snakefoot](https://github.com/snakefoot), [@​304NotModified](https://github.com/304NotModified)) > > ## Features > > - [#3478](https://github-redirect.dependabot.com/NLog/NLog/pull/3478) XSD: Support <value> in <variable> ([@​304NotModified](https://github.com/304NotModified)) > - [#3477](https://github-redirect.dependabot.com/NLog/NLog/pull/3477) ${AppSetting} - Added support for ConnectionStrings Lookup ([@​snakefoot](https://github.com/snakefoot)) > - [#3469](https://github-redirect.dependabot.com/NLog/NLog/pull/3469) LogLevel - Added support for TypeConverter ([@​snakefoot](https://github.com/snakefoot)) > - [#3453](https://github-redirect.dependabot.com/NLog/NLog/pull/3453) Added null terminator line ending for network target ([@​Kahath](https://github.com/Kahath)) > - [#3442](https://github-redirect.dependabot.com/NLog/NLog/pull/3442) Log4JXmlEventLayout - Added IncludeCallSite + IncludeSourceInfo ([@​snakefoot](https://github.com/snakefoot)) > > ## Improvements > > - [#3482](https://github-redirect.dependabot.com/NLog/NLog/pull/3482) Fix typos in docs and comments ([@​304NotModified](https://github.com/304NotModified)) > > ## Performance > > ... (truncated)
Changelog *Sourced from [NLog's changelog](https://github.com/NLog/NLog/blob/v4.6.7/CHANGELOG.md).* > ### V4.6.7 (2019/08/25) > > #### Features > - [#3531](https://github-redirect.dependabot.com/NLog/NLog/pull/3531) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a property of an object (e.g. an exception) ([#3531](https://github-redirect.dependabot.com/NLog/NLog/issues/3531)) ([@​304NotModified](https://github.com/304NotModified)) > - [#3560](https://github-redirect.dependabot.com/NLog/NLog/pull/3560) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3184](https://github-redirect.dependabot.com/NLog/NLog/pull/3184) Added support for dynamic layout renderer in log level filters (e.g. minLevel, maxLevel) ([#3184](https://github-redirect.dependabot.com/NLog/NLog/issues/3184)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3558](https://github-redirect.dependabot.com/NLog/NLog/pull/3558) ExceptionLayoutRenderer - Added Source as new format parameter. ([@​snakefoot](https://github.com/snakefoot)) > - [#3523](https://github-redirect.dependabot.com/NLog/NLog/pull/3523) ColoredConsoleTarget - Added DetectOutputRedirected to skip coloring on redirect ([@​snakefoot](https://github.com/snakefoot)) > > #### Improvements > > - [#3541](https://github-redirect.dependabot.com/NLog/NLog/pull/3541) MessageTemplateParameters - Improve validation of parameters when isPositional ([#3541](https://github-redirect.dependabot.com/NLog/NLog/issues/3541)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3546](https://github-redirect.dependabot.com/NLog/NLog/pull/3546) NetworkTarget - HttpNetworkSender no longer sends out-of-order ([@​snakefoot](https://github.com/snakefoot)) > - [#3522](https://github-redirect.dependabot.com/NLog/NLog/pull/3522) NetworkTarget - Fix InternalLogger.Trace to include Target name ([#3522](https://github-redirect.dependabot.com/NLog/NLog/issues/3522)) ([@​snakefoot](https://github.com/snakefoot)) > - [#3562](https://github-redirect.dependabot.com/NLog/NLog/pull/3562) XML config - Support ThrowConfigExceptions=true even when xml is invalid ([@​snakefoot](https://github.com/snakefoot)) > - [#3532](https://github-redirect.dependabot.com/NLog/NLog/pull/3532) Fix summary of NoRawValueLayoutRendererWrapper class ([#3532](https://github-redirect.dependabot.com/NLog/NLog/issues/3532)) ([@​304NotModified](https://github.com/304NotModified)) > > #### Performance > > - [#3540](https://github-redirect.dependabot.com/NLog/NLog/pull/3540) MessageTemplateParameters - Skip object allocation when no parameters ([@​snakefoot](https://github.com/snakefoot)) > - [#3527](https://github-redirect.dependabot.com/NLog/NLog/pull/3527) XmlLayout - Defer allocation of ObjectReflectionCache until needed ([#3527](https://github-redirect.dependabot.com/NLog/NLog/issues/3527)) ([@​snakefoot](https://github.com/snakefoot)) > > > ### V4.6.6 (2019/07/14) > > #### Features > > - [#3514](https://github-redirect.dependabot.com/NLog/NLog/pull/3514) Added XmlLoggingConfiguration(XmlReader reader) ctor, improved docs and annotations ([@​dmitrychilli](https://github.com/dmitrychilli), [@​304NotModified](https://github.com/304NotModified)) > - [#3513](https://github-redirect.dependabot.com/NLog/NLog/pull/3513) AutoFlushTargetWrapper - Added FlushOnConditionOnly property ([@​snakefoot](https://github.com/snakefoot)) > > #### Performance > > - [#3492](https://github-redirect.dependabot.com/NLog/NLog/pull/3492) FileTarget - improvements when ConcurrentWrites=false ([@​snakefoot](https://github.com/snakefoot)) > > ### V4.6.5 (2019/06/13) > > #### Bugfixes > > - [#3476](https://github-redirect.dependabot.com/NLog/NLog/pull/3476) Fix broken XSD schema - NLog.Schema package ([@​snakefoot](https://github.com/snakefoot), [@​304NotModified](https://github.com/304NotModified)) > > #### Features > > - [#3478](https://github-redirect.dependabot.com/NLog/NLog/pull/3478) XSD: Support in ([@​304NotModified](https://github.com/304NotModified)) > - [#3477](https://github-redirect.dependabot.com/NLog/NLog/pull/3477) ${AppSetting} - Added support for ConnectionStrings Lookup ([@​snakefoot](https://github.com/snakefoot)) > - [#3469](https://github-redirect.dependabot.com/NLog/NLog/pull/3469) LogLevel - Added support for TypeConverter ([@​snakefoot](https://github.com/snakefoot)) > - [#3453](https://github-redirect.dependabot.com/NLog/NLog/pull/3453) Added null terminator line ending for network target ([@​Kahath](https://github.com/Kahath)) > - [#3442](https://github-redirect.dependabot.com/NLog/NLog/pull/3442) Log4JXmlEventLayout - Added IncludeCallSite + IncludeSourceInfo ([@​snakefoot](https://github.com/snakefoot)) > > #### Improvements > > ... (truncated)
Commits - [`9358d3d`](https://github.com/NLog/NLog/commit/9358d3db57027676a2d891a10b1049e8131e89c0) Merge pull request [#3561](https://github-redirect.dependabot.com/NLog/NLog/issues/3561) from NLog/release/4.6.7 - [`4f6e1a2`](https://github.com/NLog/NLog/commit/4f6e1a2d3ed838358efea562b88d792c48607ce9) Version 4.6.7 - [`5a6aa21`](https://github.com/NLog/NLog/commit/5a6aa2169d05a391e546ed4d69b5e87c3d1b562c) Merge pull request [#3562](https://github-redirect.dependabot.com/NLog/NLog/issues/3562) from snakefoot/XmlConfigThrowExceptions - [`e4a5691`](https://github.com/NLog/NLog/commit/e4a5691510b344cf3c72d05690b4b8533007790a) LoggingConfigurationParser - Minor refactoring of exception handling - [`b25439f`](https://github.com/NLog/NLog/commit/b25439f2d41082ea407a85a8aaa282989404a875) XmlLoggingConfiguration - Support ThrowConfigExceptions=true when invalid xml - [`fed4cf6`](https://github.com/NLog/NLog/commit/fed4cf6a9d07fa09284be3f693663cb803049516) Added ${object-path} / ${exception:objectpath=PropertyName}, for rendering a ... - [`6ffa2d1`](https://github.com/NLog/NLog/commit/6ffa2d1f8d06581c52277a749ef876b4a623c2be) WhenMethodFilter - Support dynamic filtering using lambda ([#3560](https://github-redirect.dependabot.com/NLog/NLog/issues/3560)) - [`fa4c72e`](https://github.com/NLog/NLog/commit/fa4c72ea4363fb74275a7cd92a36094caec2ac30) Added support for dynamic layout renderer in log level filters (e.g. minLevel... - [`110b151`](https://github.com/NLog/NLog/commit/110b151da6ae08235c77d470f6a190bc844f7677) MessageTemplateParameters - Improve validation of parameters when isPositiona... - [`916956d`](https://github.com/NLog/NLog/commit/916956d1704757c1791e65a6058e1c21cf8f75d7) Merge pull request [#3546](https://github-redirect.dependabot.com/NLog/NLog/issues/3546) from snakefoot/NetWorkTargetHttpQueueSender - Additional commits viewable in [compare view](https://github.com/NLog/NLog/compare/v4.5.11...v4.6.7)


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 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](https://app.dependabot.com): - 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[bot] commented 4 years ago

Superseded by #61.