Skip to content

Conversation

@dependencyupdates
Copy link
Contributor

@dependencyupdates dependencyupdates bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
RavenDB.Embedded (source) 6.2.66.2.12 age adoption passing confidence

Release Notes

ravendb/ravendb (RavenDB.Embedded)

v6.2.12

Compare Source

Server
  • [Backup/Restore] Ignore license validation for disabled features when restoring a database
  • [Backup/Restore] Restore fails on ongoing tasks that are unsupported by the license instead of disabling them
  • [Cluster] Reintroduced HardResetToPassive method to be available in Admin JS console
  • [Cluster] Retrieve database names from the cluster storage instead of the online databases cache
  • [Cluster] Skipped rehab checks when deleting the entire database
  • [Compare Exchange] Return index 0 when deleting a non-existent compare exchange
  • [Configuration] Added new configuration options for HTTP/2: Http.Http2.Profile, Http.Http2.LatencyHint and expert option to configure windows and frame sizes
  • [Corax] Adjusted memoization match retrieval to evaluate the Fill method first
  • [Corax] Ensured container IDs and entry IDs cannot be mixed
  • [Corax] Set the maximum number of OrderBy statements to 16
  • [Database] Fixed the calculation of additional database idle time
  • [ETL] Fixed SqlException when using dots in field names defined in an ETL script
  • [Indexing] Added configuration to force the use of the default search analyzer for dynamic fields
  • [Indexing] Fixed index type assignment for test indexes
  • [Indexing] Fixed regression issue with missing pointer update in optimized index reference processing for MultiTree in the storage
  • [Querying] Fixed NullReferenceException when handling null values in queries with loads
  • [Replication] Fixed handling of silent connection drops in Pull Replication Sink
  • [Replication] Throwing exceptions on attempt to use forbidden methods in conflict resolution script
  • [Revisions] Fixed revisions count calculation after restoring an incremental backup
  • [Security] Fixed AccessViolationException on encrypted database queries by clearing the loaded documents cache during pulsed transactions
  • [Setup] Fixed incorrect path generated in settings.json after setup when using Setup.Certificate.Path option
  • [Setup] Fixed secure setup package creation
  • [Setup] Stopped using the EphemeralKeySet flag to fix setup on MacOS
  • [System] Fixed incorrect CPU usage calculation on machines with more than 64 cores
  • [Voron] Validated blittable data before reading it in Voron.Recovery
  • [.NET] Updated to .NET 8.0.22

Client
  • [Indexing] Added support for MemoryExtensions.Contains and MemoryExtensions.ContainsAny in index definitions
  • [Querying] Fixed failing on queries with MemoryExtensions.ContainsAny
  • [Revisions] Fixed "revert revision" behavior after loading revisions and then saving changes
  • [Session] SessionInfo now exposes the database name

Studio
  • [Databases] Fixed z-index and scrolling issues in the Databases view
  • [Edit Document] Fixed z-index handling for the fullscreen editor
  • [Studio] Fixed notifications in the Delete Documents modal
  • [Studio] Fixed tooltip and popover z-indices in Create Connection String modal
  • [Tombstones] Updated columns in the Tombstones view

v6.2.11

Compare Source

Server
  • [Audit Log] Added audit logging for index management operations (start, stop, set lock mode, set priority)
  • [Audit Log] Used X509Certificate2.GetDisplayName() instead of Subject for more readable audit log messages
  • [Certificates] Removed BouncyCastle dependency and in favour of build-in .NET certificates generation mechanisms
  • [Certificates] Fixed subject creation for cluster communication certificates in 1-EKU certificate setup without a common name
  • [Corax] Refactored IndexWriter and fixed handling of text-only terms being marked as numeric
  • [Corax] Ensured TermsReader is available for map-reduce queries that require paging
  • [Corax] Implemented entry deduplication within Corax to improve deep pagination and correctness of results
  • [Data Archival] Fixed replication of unarchived documents
  • [Databases] Fixed regression issue that made databases were not unloaded correctly when when idle
  • [Documents] Improved handling of VoronConcurrencyErrorException during patch operations doing put() for document ID ending with "/"
  • [Documents] Optimized document get handlers by reducing async allocations
  • [ETL/Backups] Ensured ETL configuration data is included in backups
  • [Indexing / Memory] Improved memory usage in Lucene by reducing number of allocated object and using native memory to reduce LOH utilizaiton
  • [Indexing] Optimized index reference processing by using bulk updates for MultiTree in the storage
  • [Licensing] Enforced license limits for server-wide client configuration
  • [Licensing] Will now skip license checks for features that are disabled
  • [Memory] Increased the number of inactive handlers based on the total handler count to improve low-memory behavior
  • [Monitoring] Fixed Open Telemetry feature usage alert
  • [Querying] Will now throw an exception if a filter clause is used in a DeleteByQuery or PatchByQuery operation
  • [Replication] Refactored outgoing replication logic for better scoping and resource management
  • [Replication] Improved memory management in document replication
  • [SNMP] Added 'Available Memory For Processing %' to SNMP (OID 1.6.14)
  • [Subscriptions] Ensuring c.'@​metadata'.'@​refresh' == null works for subscriptions
  • [Time Series] Fixed rollup calculations when a segment edge aligns perfectly with the aggregation
  • [.NET] Updated to .NET 8.0.21

Client
  • [Replication] Added useServerCertificate parameter to UpdatePullReplicationAsSinkOperation

Studio
  • [Cluster Debug] Fixed UI display issues for the Blue theme
  • [Compare Exchange] Fixed an issue with cloning compare exchange items
  • [Documents] Added a 'Require typed confirmation' toggle to the delete documents dialog
  • [Edit Document] Fixed layering issues in the document editor's fullscreen mode
  • [Indexes] Disabled side-by-side index reset for map-reduce indexes that have an output collection
  • [Studio] Adjusted main menu layout for smaller screen resolutions
  • [Studio] Fixed compression handling for Studio static files
  • [Thread Info] Showing I/O stats per thread in the advanced threads runtime view

Articles

v6.2.10

Compare Source

Server
  • [Audit Log] Fixed audit log entry for DeleteByQuery and PatchByQuery operations to correctly log the query
  • [Audit Log] Fixed logging on connection closed
  • [Backup] Fixed an issue that caused restoring an encrypted backup to fail if audit logging was enabled
  • [Backup] Fixed listing of AWS S3 restore points
  • [Backup] Improved next backup time calculation for missed schedules
  • [Backup] Refactored backup status reporting to be stored locally on each node and consolidated by the cluster observer
  • [Backup/Restore] Added Max Read Operations Per Second option to backup, restore, import, and export operations
  • [Certificates] Added AcmeRenewalThresholdPercentage configuration option to control the automatic server certificate renewal threshold (default 30%)
  • [Certificates] Added support for server certificates with only a Server Authentication EKU
  • [Certificates] Generated client certificates for pull replication with client EKU
  • [Cluster] Added Cluster.FullReportIntervalInMin configuration option to force sending a full cluster node status report periodically (default 5 minutes)
  • [Corax] Enhanced the binary match query builder for more complex query combinations
  • [Corax] Improved indexing performance by processing posting lists and lookup trees separately
  • [Counters] Fixed an issue in the counters repair task related to context disposal
  • [Debug] Added periodic backup information to the debug package
  • [Debug] Added the total allocated to the allocations event listener event
  • [Debug] Fixed Debug Package information output for sharded databases
  • [Documents] Improved handling of document IDs with non-ASCII and escaped characters, including a tool to clean corrupted IDs
  • [Indexes] Changed index idling to be based on time since last query instead of an in-memory value
  • [Indexes] Corax search engine indexes are now skipped during a database compact operation
  • [Indexes] Fixed index name replacement in the 'Test Index' feature to avoid substring conflicts
  • [Licensing] Fixed subscription count calculation for licensing when database keys are missing
  • [Memory] Improved unmanaged memory management for stream operations to reduce allocations
  • [Operations] Added an endpoint to restart a single database
  • [PAL] Improved accuracy of storage and memory calculations on macOS
  • [Performance] Optimized load document handler to reduce async calls and memory allocations
  • [Querying] Ensured read transactions for streaming queries are disposed of explicitly to prevent leaks
  • [Setup] Using just a file name in Security.Certificate.Path during the Setup Wizard
  • [SNMP] Added SNMP endpoints for machine load average (1m, 5m, 15m)
  • [Time Series] Fixed restoring of incremental time series with dead values
  • [Tools] Allowed trusting server certificates with a single server authentication EKU via the rvn tool
  • [Voron] Fixed a race condition where the oldest active transaction could report a non-zero value when no transactions were active
  • [Voron] Optimized compression buffer handling for encrypted databases to reduce disk I/O
  • [.NET] Updated to .NET 8.0.20

Client
  • [Session] Ensured session.Advanced.HasChanges correctly reflects metadata-only changes
  • [Subscriptions] Ensured subscription sessions respect the PreserveDocumentPropertiesNotFoundOnModel convention

Studio
  • [Databases] Improved performance of the databases view by adding list virtualization
  • [Edit Document] The @archived metadata property is now correctly removed when cloning a document
  • [Index View] The selected search engine type is now passed to the 'Test Index' feature
  • [Licensing] Adjusted the display of license information for RavenDB Cloud
  • [Ongoing Tasks View] Redesigned the 'Add New Ongoing Task' view for an improved user experience
  • Autocomplete form components will now show all options on the initial click
  • Fixed the disabled state for autocomplete form components
Articles

v6.2.9

Compare Source

Server
  • [Backup] Fixed an exception when enabling the CompressAllCollections setting
  • [Backup/Restore] License configuration is now validated before a restore operation
  • [Cluster] Fixed an issue with updating cluster node status reports for maintenance supervision
  • [Data Archival] Cloning an archived document will now correctly drop the @archived metadata flag
  • [Data Archival] The @archive-at metadata property is now correctly handled in patch test results
  • [Data Archival] Ensure that '@​archived' metadata flag can be removed only by using 'archived.unarchive' patch method
  • [Debug] Added /databases/*/notifications endpoint to the debug package
  • [Licensing] Fixed an issue where some license attributes were not correctly validated by the cluster
  • [Logging] Fixed logging for CertificateExecTimeout if an executable won't exit in a given timeout
  • [Memory] Optimized memory usage in the storage engine by using unmanaged allocations for streams, reducing LOH pressure
  • [Monitoring] Exposed the number of open file descriptors in SNMP
  • [Operations] DeleteByQuery for collection queries will now correctly process all matching documents instead of only the first 1024
  • [Server] Fixed a potential read transaction hang causing accumulation of temp files
  • [Server] Fixed a race condition in deferrable timeouts
  • [.NET] Updated to .NET 8.0.18

Client
  • [Includes] Improved the error message when registering includes for an entity that is not tracked

Studio
  • [Client Configuration] Fixed handling of client configuration overrides when the server-wide configuration is disabled
  • [Edit Document] Fixed layering issues in the document editor's fullscreen mode
  • [Indexes] Added the ability to filter the indexes list by search engine type
  • [Indexes] Fixed an issue where non-existent indexing configuration options could cause errors
  • [Themes] Fixed editor colors for various UI themes

v6.2.8

Compare Source

Server
  • [Backup] Server-wide tasks are now correctly skipped when restoring from a snapshot
  • [Cluster] Fixed an issue where a node with a database in a "Loading" state could be incorrectly considered for promotion
  • [Corax] Improved memory allocation tracking for NativeList by refining size and maximum capacity monitoring
  • [Corax] Fixed a server crash that could occur when splitting pages due to the use of a removed compact key
  • [Corax] Added the ability to cancel an in-progress "Commit" operation
  • [Corax] Improved performance when indexing large datasets
  • [Database] Escaped the database name in the Database-Missing header to prevent errors with characters not allowed in HTTP headers
  • [Indexing] Fixed dynamic returns detection for JS map indexes syntax
  • [Indexing] Prevented an exception from being thrown when attempting to start an index that is already running
  • [Logging] Reduced excessive logging of failures during disk stats checks
  • [Logging] Resolved a Traffic Watch issue that could disrupt certain queries
  • [Logging] Optimized subscription logging by reducing string allocations
  • [Logging] Improvements to Audit Log when doing import/export
  • [Logging] PostgreSQL calls are now visible in Traffic Watch
  • [Logging] Added logging for high-latency requests (over 30 seconds) and large response sizes (over 16MB)
  • [Replication] Added a debug endpoint for finding missing attachments
  • [Voron] Fixed an issue with the Storage Report for vector indexes
  • [.NET] Updated to 8.0.17

Client
  • [Exceptions] Improved the deserialization of LicenseLimitException

Studio
  • [Atomic Guards] Added the ability to delete an Atomic Guard.
  • [Atomic Guards] Added an informational warning that is displayed when editing an Atomic Guard.
  • [Certificates] Adjusted colors and icons for certificate database permissions for better clarity.
  • [Certificates] Replaced the "Regenerate" button with a "Clone" button to better reflect its function.
  • [Client Configuration] Apply client configuration properties based on enabled flags
  • [Custom Sorters/Analyzers] The license warning is no longer displayed before saving Custom Sorters or Analyzers
  • [Data Archival Settings] Added a UI toggle for the MaxItemsToProcess setting
  • [Documents] Added a confirmation checkbox to the "Delete All Documents" operation to prevent accidental data loss
  • [Edit Document] The "Copy document ID" button in the document editor is now always visible
  • [Indexes] Improved pause/resume indexing in databases view

v6.2.7

Compare Source

Studio
  • Fixed accessibility of Certificates view

Configuration

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

🚦 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.


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

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

@dependencyupdates dependencyupdates bot added dependencies Pull requests that update a dependency file NuGet labels Jul 14, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 3936bd4 to 9a0e536 Compare July 22, 2025 15:23
@dependencyupdates dependencyupdates bot changed the title Update dependency RavenDB.Embedded to 6.2.7 Update dependency RavenDB.Embedded to 6.2.8 Jul 22, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 9a0e536 to 6aa14f5 Compare August 19, 2025 09:22
@dependencyupdates dependencyupdates bot changed the title Update dependency RavenDB.Embedded to 6.2.8 Update dependency RavenDB.Embedded to 6.2.9 Aug 19, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 6aa14f5 to 0c273a6 Compare October 2, 2025 09:22
@dependencyupdates dependencyupdates bot changed the title Update dependency RavenDB.Embedded to 6.2.9 Update dependency RavenDB.Embedded to 6.2.10 Oct 2, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch 2 times, most recently from c816eb8 to 1549a99 Compare October 13, 2025 23:07
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 1549a99 to 176d307 Compare October 23, 2025 05:22
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 176d307 to fe8a73c Compare November 12, 2025 15:23
@dependencyupdates dependencyupdates bot changed the title Update dependency RavenDB.Embedded to 6.2.10 Update dependency RavenDB.Embedded to 6.2.11 Nov 12, 2025
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch 3 times, most recently from 960b681 to 4f8ddbc Compare November 26, 2025 09:47
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 4f8ddbc to 5346c33 Compare December 6, 2025 09:45
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from 5346c33 to e535d4a Compare December 19, 2025 10:39
@dependencyupdates dependencyupdates bot force-pushed the renovate/ravendb.embedded-6.x branch from e535d4a to a10231e Compare December 22, 2025 15:23
@dependencyupdates dependencyupdates bot changed the title Update dependency RavenDB.Embedded to 6.2.11 Update dependency RavenDB.Embedded to 6.2.12 Dec 22, 2025
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 NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant