Update dependency RavenDB.Embedded to 6.2.15#5386
Open
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency RavenDB.Embedded to 6.2.15#5386dependencyupdates[bot] wants to merge 1 commit intomasterfrom
dependencyupdates[bot] wants to merge 1 commit intomasterfrom
Conversation
66ae206 to
67f8c31
Compare
67f8c31 to
da01bf3
Compare
This file contains hidden or 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
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:
6.2.13→6.2.15Release Notes
ravendb/ravendb (RavenDB.Embedded)
v6.2.15Compare Source
Server
[Backup/Restore]Fixed TimeSeriesDeletedRanges not being marked as processed during snapshot backup and restore[Bulk Insert]Fixed race condition when writing attachments to the request stream during bulk insert[Bulk Insert]Fixed compression stream disposal during bulk insert to ensure final footer bytes are written[Certificates]Fixed certificate disposal and PKCS12 handling on macOS in SecretProtection and CertificateUtils[Certificates]Fixed MAC verification failure during PKCS12 import on macOS[Cluster]Fixed_hasMoreTombstonesflag not being reset between cleanup iterations in ClusterObserver[Corax]Fixed faceted queries with WHERE clause to use indexed path via HashSet intersection and term materialization[Corax]Fixed incorrect highlighting terms when using range filters in Corax query builder[Databases]Fixed double deletion of database state when removing a node from a database group[Debug]Added per-thread IO statistics (IOPS and throughput) to the Threads Runtime debug view on Linux[Debug]Added download capability for stack traces from the admin debug endpoint, named with node tag and timestamp[Debug]Fixed Raven.Debug path resolution in development environments using hardcoded relative path probing[Debug]Fixed IO stats aggregation on the threads view by computing totals client-side from cumulative server counters[ETL]Fixed tombstone filtering for artificial documents from OutputReduceToCollection to ensure correct ETL replication[ETL]Fixed Raven ETL document ID generation with an empty DocumentIdPostfix to avoid duplicate path separators[Indexing]Fixed boolean operators and added implicit bool conversion for DynamicNullObject in static indexes[Indexing]Fixed aliasing removal for spatial.distance and corrected dynamic OrderByDistance query generation[Indexing]Reduced GC pressure in map-reduce indexing by replacing a redundant HashSet with a bool flag in MapReduceResultsStore and releasing stale transaction references in MapReduceIndexingContext.Dispose[Indexing]Reduced managed memory retention by releasing stale LowLevelTransaction references held by Lucene's per-thread segment reader cache and bloom filters after indexing batches[Licensing]Fixed license activation failure on an existing bootstrapped instance[Monitoring]Added alert when machine core count significantly exceeds the licensed core limit, indicating potential GC thread contention[Monitoring]Fixed IO stats reporting on Linux when the data path contains multi-level symlinks by using realpath() instead of readlink()[Querying]Fixed experimental Lucene caching query feature which resulted in returning invalid query results[Performance]Optimized query quest handler by reducing unnecessary async state machine allocations[Replication]Fixed TCP connection options resource leak in ShardedIncomingReplicationHandler[Revisions]Added support for resuming revision operations from a specified etag[Setup]Fixed documentation links in readme files[Voron]Fixed incorrect variable usage in IO stats collection for journal and temp buffer paths[.NET]Updated to .NET 8.0.26Client
[Client API]Added informative error message when DocumentStore URL does not point to a RavenDB server[ETL]Added connection string validation for Azure Queue Storage ETL to prevent storing invalid configuration[Session]Added disposal guard in SaveChanges and SaveChangesAsync to prevent execution after DocumentStore is disposedStudio
[Certificates]Fixed "About to expire" certificates shown when filtering by "Valid" status[Documents]Fixed delete documents modal to auto-close after operation notification; fixed notification detail lookup under slow network conditions[Edit Document]Fixed revision comparison in edit document view to use the latest revision[Indexes]Improved bulk index operation confirmation dialogs and index page interactions[Replication]Fixed whitespace trimming for replication hub and sink task filter paths[Revisions]Fixed AdoptOrphanedRevisions notification[Setup]Enhancements and improvementsArticles
v6.2.14Compare Source
Server
[Backup/Restore]Disabled ongoing tasks during snapshot restore[Certificates]Properly retrying Let's Encrypt requests[Compression]Ensured ZstdStream outputs the end frame properly[Corax]Added WriteCompound to the index entry builder[Corax]Fixed possible IndexOutOfRangeException during internal dictionary and storage updates[Corax]Handled empty output from analyzer when indexing a field. This fixes alphanumerical sorting on non existing terms[Corax]Prevented marking a part of the query as matched by a compound field when not used to avoid sub-optimal query plans[Corax/Voron]Ensured NativeList is not accessed after the Dispose call[Corax/Voron]PostingList will now try to merge two pages if one is empty and the other is at least 75% full[Databases]Fixed a double deletion issue in DatabasesLandlord[ETL]Threw an exception on an ETL rename since it never worked correctly[Indexes]Ignored errors on specific index compaction to allow entire compaction operation to continue[Indexes]Improvements to progress and estimation calculations[Indexes]Included JavaScript indexes in unmergables during index merging[Licensing]Added ToggleTaskStateCommand to license limit check[Logging]Logged ClusterObserver decisions to the server log when Information level is enabled[Memory]Introduced a specialized, lightweight method for early Out-Of-Memory checks[Notifications]Added endpoint for server notifications access and fixed query string parameters handling[Performance]Correctly updated vector acceleration configuration in AdvInstructionSet[Performance]Performance improvements to query requests handling[Querying]Fixed overflow issue when counting query results for collection queries returning more than 2B results[Querying]Threw specific NotSupportedException for all Include types in streaming queries[QueueSinks]Added missing check for usage by QueueSinks task when removing a queue connection string[Revisions]Ensured the HasRevisions flag is removed when all revisions for a document are deleted[Setup]Fixed license activation logic during setup[Sharding]Added support for streaming of map-reduce queries in sharded databases[Subscriptions]Added support forRegex.IsMatchin a subscription[Subscriptions]Improvements to handling of concurrent subscription wait logic under high document write rates[.NET]Updated to .NET 8.0.24Studio
[Backup/Restore]Added AWS session token to restore and backup now[ETL]Disabled ETL renames in Studio UI[Export]Added node tag to export db file name[Icons]Normalized icon sizes and used dynamic import for svgtofont[Ongoing Tasks]Enhanced task filtering, access control, and disable reason handling based on database admin permissions[Ongoing Tasks]Fixed NRE when switching database on Ongoing Tasks view[Setup]Fixes and enhancements to Setup WizardArticles
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Commands to ignore dependencies
You can trigger dependency actions by commenting on this PR:
@particularbot ignore this major version@particularbot ignore this minor version@particularbot ignore this dependency