Skip to content

Update dependency RavenDB.Embedded to 6.2.18#5636

Open
dependencyupdates[bot] wants to merge 1 commit into
masterfrom
renovate/ravendb.embedded-6.x
Open

Update dependency RavenDB.Embedded to 6.2.18#5636
dependencyupdates[bot] wants to merge 1 commit into
masterfrom
renovate/ravendb.embedded-6.x

Conversation

@dependencyupdates

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

ravendb/ravendb (RavenDB.Embedded)

v6.2.18

Compare Source

Server
  • [Audit Log] Fixed audit logging for pull replication sink updates
  • [Backup] Fixed a backup hang when uploading directly to Amazon S3 or Azure Blob Storage (upload I/O no longer runs on the backup thread's synchronization context)
  • [Compaction] Fixed an error during compaction of the TimeSeries.Stats table
  • [Corax] Fixed faceted queries returning empty values when the facet field used an alias (the term was resolved from the display name instead of the indexed field name)
  • [Corax] Fixed search() with wildcards on dynamic fields created with CreateField()
  • [Corax] Fixed UTF-8 bounds checking and same-language number comparison in alphanumerical sorting
  • [Core] Fixed inconsistent equality, hashing and string materialization for values containing control characters; databases created with this version also reject control characters in document identifiers. This change does not affect existing databases
  • [Databases] Persisted the database's supported features in the documents storage; creating a database over an existing data directory now restores them from disk instead of assuming the newest defaults
  • [Debug] Fixed missing information from some shards in the debug package of a sharded database
  • [Docker] Added a multiarch Docker image tag with the full server version
  • [Indexing] Fixed index terms of non-ASCII values being truncated after a value longer than 2048 characters was indexed into the same field
  • [Linux] Issued a sequential read-ahead hint for journal files on database startup recovery and released already-processed journal pages during recovery (configurable via Storage.UseSequentialReadAheadHintForJournalRecovery, enabled by default)
  • [Linux] Added a server startup alert when a block device's read_ahead_kb exceeds the recommended threshold (configurable via Storage.ReadAheadKbAlertThresholdInKb, default 128 KB)
  • [Logging] Fixed an ObjectDisposedException when audit logging an offline database migration
  • [Monitoring] Added support for customizing the OpenTelemetry service name and namespace (configurable via Monitoring.OpenTelemetry.ServiceName and Monitoring.OpenTelemetry.ServiceNamespace)
  • [Performance] Fixed high CPU usage when writing large HTTP responses
  • [Querying] Fixed a NullReferenceException in streaming queries on encrypted databases with Lucene indexes when a concurrent read transaction was disposed mid-read
  • [Replication] Fixed active/active replication divergence for counters and time series: conflict-resolved values could be skipped by the replication send gate, and concurrent same-timestamp time series values now converge regardless of replication direction
  • [Replication] Fixed majority write assurance to compute the required sibling count from the database group topology, excluding promotable nodes, instead of the destinations list
  • [Sharding] Fixed re-put attachments not surviving a bucket re-send after bucket migration source failover (an attachment put over a tombstone now supersedes the tombstone's change vector)
  • [Sharding] Fixed bucket migration getting stuck when revision or attachment tombstones were present
  • [Voron] Fixed tree rebalancing corrupting the tree when re-adding a large separator key split ancestor pages during a delete, which could unlink subtrees and make keys unreachable; added invariant checks that fail the transaction instead of committing corruption
  • [Voron] Prevented journal recovery from overwriting flushed data when invalid journals are skipped due to IgnoreInvalidJournalErrors
  • [.NET] Updated to .NET 8.0.28
Studio
  • [Certificates] Fixed database access checks to compare certificate database permissions case-insensitively
  • [Core] Fixed download links in the import-from-RavenDB view and the new-version-available notification to point to the correct URL
  • [Databases] Fixed footer statistics initialization to prevent null reference errors
  • [Databases] Fixed the databases view to load database details from the first healthy node when the database is not hosted on the current node

Configuration

📅 Schedule: (UTC)

  • 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 22, 2026
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.

0 participants