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): update all non-major dependencies #223

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Storage.Blobs (source) 12.21.2 -> 12.22.0 age adoption passing confidence
FluentFTP 51.0.0 -> 51.1.0 age adoption passing confidence
FluentValidation (source) 11.9.2 -> 11.10.0 age adoption passing confidence
Microsoft.Identity.Client (source) 4.64.0 -> 4.64.1 age adoption passing confidence
Microsoft.Identity.Client.Extensions.Msal (source) 4.64.0 -> 4.64.1 age adoption passing confidence
Microsoft.SqlServer.DacFx 162.3.566 -> 162.4.92 age adoption passing confidence
NLog (source) 5.3.3 -> 5.3.4 age adoption passing confidence
NLog.Database (source) 5.3.3 -> 5.3.4 age adoption passing confidence
NLog.Extensions.Logging 5.3.12 -> 5.3.13 age adoption passing confidence
NetEscapades.AspNetCore.SecurityHeaders 0.23.0 -> 0.24.0 age adoption passing confidence
RavenDB.Client (source) 6.0.105 -> 6.2.0 age adoption passing confidence
Rebus (source) 8.4.4 -> 8.5.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Storage.Blobs)

v12.22.0

Compare Source

12.22.0 (2024-09-18)

Features Added
  • Includes all features from 12.22.0-beta.1
Bugs Fixed
  • Fixed [BUG] Method overload BlobBaseClient.OpenReadAsync()/OpenRead() to correctly handle the allowBlobModifications flag #​45516
  • Fixed [BUG] Fixed Equality failures due to implicit cast on BlobErrorCode #​44213
robinrodricks/FluentFTP (FluentFTP)

v51.1.0

  • Fix: GUI hangs during Dispose of AsyncFtpClient
  • Fix: Improve Async & GUI cohabitation
  • Change: Rename FtpCapability.MLSD to MLST to better reflect its behaviour
JeremySkinner/fluentvalidation (FluentValidation)

v11.10.0

Compare Source

AzureAD/microsoft-authentication-library-for-dotnet (Microsoft.Identity.Client)

v4.64.1

Compare Source

==========

Bug Fixes
NLog/NLog (NLog)

v5.3.4

Improvements

NLog/NLog.Extensions.Logging (NLog.Extensions.Logging)

v5.3.13

Improvements

andrewlock/NetEscapades.AspNetCore.SecurityHeaders (NetEscapades.AspNetCore.SecurityHeaders)

v0.24.0

Features:

  • Allow adding multiple uris to CSP builder AddFrameAncestors() #​179
  • Add support for additional directives on Permissions-Policy header #​177 (Thanks @​Registeel!)
ravendb/ravendb (RavenDB.Client)

v6.2.0

Compare Source

Features
  • [Sharding] added prefixed sharding feature. More here
  • [ETL] added Azure Queue Storage ETL. More here
  • [Monitoring] added OpenTelemetry support. More here
  • [Studio] introduced OmniSearch for easier navigation
  • [Integrations] Akka.NET Persistence. Guide | Docs | Design Notes

Upgrading from previous versions
  • please refer to our Server migration guide before proceeding with Server update and check our list of Server breaking changes available here, Client API breaking changes available here and Test Driver breaking changes are available here
Server
  • [Cryptography] removed Portable.BouncyCastle and introduced BouncyCastle.Cryptography instead
  • [Encryption] switched 'libsodium' to 1.0.20
  • [ETL] MSSQL integration no longer defaults to 'Encrypt=Optional'
  • [Identity] database configuration will now take into account server-wide identity parts separator
  • [Indexes] throw exception on LoadDocument with dynamic collection name
  • [Indexes] changed how complex fields are handled in Corax. More here
  • [Revisions] added ability to revert revision to a document via 'databases/*/revisions/revert/docs' endpoint
  • [Setup] switched to Single File App

Client API
  • [Changes API] changes 'ForOperation' are only available when node tag is passed to 'DocumentStore.Changes' method
  • [Compare Exchange] create only compare exchange when index is 0
  • [Operations] align default delta (1) with rest of the API operations in CounterOperation
  • [Revisions] added 'RevertRevisionsByIdOperation'
  • [Session] both Load and LazyLoad should return null when ID is null
  • [Session] optimized chained negated search query in LINQ queries
  • [Session] throwing exception when 'Any' is used in LINQ queries on enumerable with 'and' on different fields

Studio
  • [Revisions] introduced better navigation and comparison in compare revisions view

Test Driver
  • [Licensing] by default if no license is specified or license is invalid/expired, the test driver will throw an exception

v6.0.106

Compare Source

Server
  • [Audit] added audit log to the database configuration changes
  • [Audit] added revision setting changes to the audit log
  • [Backup] fixed issue with backup not waking up immediately the database when 'UpdateResponsibleNodeForTasksCommand' command is executed
  • [Backup] properly restoring Refresh, Integrations and RevisionsForConflicts configuration during the restore process
  • [Backup] fixed issue with restoring DatArchival and QueueSink configurations
  • [Backup] fixed issue with backup restore cancellation not working
  • [Backup] import properly checks for license restrictions
  • [Backup] fixed backup timer calculations
  • [Cluster] fixed issue with not all databases waking up when server starts to calculate heal and backup status due to concurrent database load timeout
  • [Cluster] redirecting to leader PutDatabaseCommand
  • [Cluster] added more grace time before moving node into rehab for nodes that are lagging behind to avoid constant topology changes
  • [Cluster] fixed potential issue of Heartbeat spam when CPU credits are low on CPU bounded instances like T3 family in AWS
  • [Cluster] stabilized the behavior of cluster
  • [Changes] fixed issue with concurrent usage of AggresiveCache notification which could end up in sending incorrect notification JSON and not refreshing client-side aggressive cache
  • [Cluster Transaction] fixed possible race with creation of document with atomic guard and not getting concurrency exception
  • [Corax] fixed incorrect results wen performing And operation on MultiUnaryMatch
  • [Corax] increased facets performance for simple aggregations
  • [Corax] implemented SortUsingIndex for MultiSortMatch to increase performance
  • [Corax] increased alphanumerical sorting performance
  • [Corax] fixed unexpected index errors on complex fields after side-by-side indexing
  • [Corax] fixed issue with concurrent access to LuceneAnalyzerAdapter in Corax
  • [Corax] Fix querying documents with missing fields when there is order by and no where statement
  • [Debug] added the ability to log internal .NET events to the log
  • [Indexes] more strict parsing of TimeSpan to avoid false positives when strings containing timespans are passed to the index
  • [Indexes] skip deleting a document entry for new indexes to avoid unnecessary work
  • [Indexes] fixed issue with extraction of group by field name for additional expression types
  • [JavaScript] updated Jint to 3.1.6 to resolve issue with custom reference resolvers not handling properly unresolvable references due to Jint bug
  • [JSON] fixed possible JSON corruption due to reading native memory and HttpClient handling serialization tasks in some cases in the background without waiting for them to complete when HTTP/2 is used
  • [Http] fixed possible ArgumentException when HTTP/2 is used and we are establishing a connection
  • [Monitoring] fixed number of threads returned via SNMP for Windows instances
  • [Notifications] introduced max queue size for the notifications that are sent to the Studio
  • [Querying] fixed issue with parameters not being added to high latency query alerts
  • [Replication] fixed leak of SINK tags in Hub/Sink Replication when Sink Task is defined
  • [Replication] fixed issue with SINK tags not being restored as TRXN when getting the document back from the replication
  • [Replication] fixed issue with Pull Replication not connecting properly when 2+ Sinks have the same database name
  • [Revisions] fixed issue with making revisions orphaned after executing revert revision without configuration
  • [Subscriptions] fixed issue with not taking into account if subscription is disabled or not when updating the subscription
  • [Subscriptions] fixed memory leak in Subscription when revisions are being processed and we do a lot of skip operations
  • [Subscriptions] fixed issue with filtering 'current == null' when subscription on revisions is used
  • [Threads] implemented cleanup mechanism for built-in PoolOfThreads to avoid having a lot of threads in the pool that hold the memory
  • [Traffic Watch] fixed NRE caused by opened Traffic Watch on /docs endpoint
  • [.NET] updated to .NET 8.0.8

Client API
  • [Documentation] documented more interfaces and classes
  • [Indexes] fixed issue with IndexCreation.CreateIndexes ignoring SearchEngineType property
  • [Indexes] fixed index syntax creation for ListInitExpression
  • [JSON] fixed possible JSON corruption due to reading native memory and HttpClient handling serialization tasks in some cases in the background without waiting for them to complete when HTTP/2 is used
  • [Subscriptions] properly registering missing Ids in subscription session
  • [NuGet] added ContinuousIntegrationBuild=true to the CI when package is being built

Studio
  • [Create Database] style and behavior adjustments
  • [Indexes] exposed the ability to convert auto indexes to static
  • [What's New] introduced to the Menu and About page

TestDriver
  • [Licensing] added configuration options in TestServerOptions to pass license and license related properties in a more easy manner with the ability to throw if no license is provided or license is invalid
rebus-org/Rebus (Rebus)

v8.5.0

Compare Source

  • Make a bunch of internal tweaks and improvements to improve performance across the board - thanks Henr1k80


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Ark.Tools.NLog/packages.lock.json, Ark.Tools.Activity/packages.lock.json, Samples/TestReceiver/packages.lock.json, Samples/TestWorker/packages.lock.json, Samples/LinuxWebJobHosting/packages.lock.json, Ark.Tools.ApplicationInsights.HostedService/packages.lock.json, Ark.Tools.ResourceWatcher.ApplicationInsights/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Hosting/packages.lock.json, Samples/TesterWorker/packages.lock.json, Ark.Tools.AspNetCore.ApplicationInsights/packages.lock.json, Ark.Tools.AspNetCore/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json, Samples/ProblemDetailsSample/packages.lock.json, Samples/TestLinkGenerator/packages.lock.json, Samples/WebApplicationDemo/packages.lock.json, Samples/TestProject/packages.lock.json, Ark.Tools.Authorization/packages.lock.json, Ark.Tools.Solid.Authorization/packages.lock.json, Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json, Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json, Ark.Tools.FtpClient.ArxOne/packages.lock.json, Ark.Tools.FtpClient.Core/packages.lock.json, Ark.Tools.FtpClient.FluentFtp/packages.lock.json, Ark.Tools.FtpClient.FtpProxy/packages.lock.json, Ark.Tools.FtpClient.FtpRequest/packages.lock.json, Ark.Tools.FtpClient.SftpClient/packages.lock.json, Ark.Tools.FtpClient.SystemNetFtpClient/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Ftp/packages.lock.json, Ark.Tools.NLog.CloudConfigurationManager/packages.lock.json, Ark.Tools.NLog.Configuration/packages.lock.json, Ark.Tools.NLog.ConfigurationManager/packages.lock.json, Ark.Tools.Outbox.SqlServer/packages.lock.json, Ark.Tools.ResourceWatcher/packages.lock.json, Ark.Tools.ResourceWatcher.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost.Sql/packages.lock.json, Ark.Tools.ResourceWatcher.WorkerHost/packages.lock.json, Ark.Tools.Solid/packages.lock.json, Ark.Tools.RavenDb/packages.lock.json, Ark.Tools.AspNetCore.RavenDb/packages.lock.json, Ark.Tools.EventSourcing.RavenDb/packages.lock.json, Ark.Tools.RavenDb.Auditing/packages.lock.json, Ark.Tools.Rebus/packages.lock.json, Ark.Tools.EventSourcing.Rebus/packages.lock.json, Ark.Tools.Outbox.Rebus/packages.lock.json, Ark.Tools.Solid.FluentValidaton/packages.lock.json, Ark.Tools.Solid.SimpleInjector/packages.lock.json, Ark.Tools.Sql.Oracle/packages.lock.json, Ark.Tools.Sql.SqlServer/packages.lock.json
  Determining projects to restore...
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.ApplicationInsights/Ark.Tools.ApplicationInsights.csproj (in 1.46 sec).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.Core/Ark.Tools.FtpClient.Core.csproj (in 1.09 sec).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.Core/Ark.Tools.Core.csproj (in 8 ms).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.SystemTextJson/Ark.Tools.SystemTextJson.csproj (in 14 ms).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.Nodatime/Ark.Tools.Nodatime.csproj (in 8 ms).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.Nodatime.SystemTextJson/Ark.Tools.Nodatime.SystemTextJson.csproj (in 18 ms).
  Restored /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.NLog/Ark.Tools.NLog.csproj (in 87 ms).
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201: Project Ark.Tools.FtpClient.Core is not compatible with net472 (.NETFramework,Version=v4.7.2). Project Ark.Tools.FtpClient.Core supports:
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - net6.0 (.NETCoreApp,Version=v6.0)
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - net8.0 (.NETCoreApp,Version=v8.0)
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - netstandard2.1 (.NETStandard,Version=v2.1)
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201: Project Ark.Tools.NLog is not compatible with net472 (.NETFramework,Version=v4.7.2). Project Ark.Tools.NLog supports:
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - net6.0 (.NETCoreApp,Version=v6.0)
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - net8.0 (.NETCoreApp,Version=v8.0)
/tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj : error NU1201:   - netstandard2.1 (.NETStandard,Version=v2.1)
  Failed to restore /tmp/renovate/repos/github/ARKlab/Ark.Tools/Ark.Tools.FtpClient.SystemNetFtpClient/Ark.Tools.FtpClient.SystemNetFtpClient.csproj (in 3.89 sec).

@renovate renovate bot requested a review from MarcoGix as a code owner September 13, 2024 02:31
@renovate renovate bot enabled auto-merge September 13, 2024 02:31
@renovate renovate bot requested a review from a team as a code owner September 13, 2024 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 45c10e3 to 3b0639c Compare September 18, 2024 19:20
@renovate renovate bot merged commit 5ce8395 into master Sep 19, 2024
5 of 6 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 19, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant