-
Notifications
You must be signed in to change notification settings - Fork 12
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
September 18, 2024 19:20
45c10e3
to
3b0639c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 19, 2024 04:59
3b0639c
to
5a078bb
Compare
AndreaCuneo
approved these changes
Sep 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.21.2
->12.22.0
51.0.0
->51.1.0
11.9.2
->11.10.0
4.64.0
->4.64.1
4.64.0
->4.64.1
162.3.566
->162.4.92
5.3.3
->5.3.4
5.3.3
->5.3.4
5.3.12
->5.3.13
0.23.0
->0.24.0
6.0.105
->6.2.0
8.4.4
->8.5.0
Release Notes
Azure/azure-sdk-for-net (Azure.Storage.Blobs)
v12.22.0
Compare Source
12.22.0 (2024-09-18)
Features Added
Bugs Fixed
robinrodricks/FluentFTP (FluentFTP)
v51.1.0
Dispose
ofAsyncFtpClient
FtpCapability.MLSD
toMLST
to better reflect its behaviourJeremySkinner/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:
AddFrameAncestors()
#179Permissions-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 NotesUpgrading from previous versions
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 AppClient 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 fieldsStudio
[Revisions]
introduced better navigation and comparison in compare revisions viewTest Driver
[Licensing]
by default if no license is specified or license is invalid/expired, the test driver will throw an exceptionv6.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 isorder by
and nowhere
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.8Client 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 builtStudio
[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 pageTestDriver
[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 invalidrebus-org/Rebus (Rebus)
v8.5.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.