Skip to content

Bump RavenDB.Client from 7.2.4 to 7.2.5 - #534

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/RavenDB.Client-7.2.5
Open

Bump RavenDB.Client from 7.2.4 to 7.2.5#534
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/RavenDB.Client-7.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Updated RavenDB.Client from 7.2.4 to 7.2.5.

Release notes

Sourced from RavenDB.Client's releases.

7.2.5

Features

  • [CDC Sink] Added the CDC Sink task that syncs changes from relational databases into RavenDB documents Docs | Guide
  • [Connection Strings] Added server-wide connection strings Docs | Guide
  • [Debug] Added the Debug Package Analyzer Docs | Guide
  • [Integrations] Added support for Power BI DirectQuery mode Docs
  • [Queue Sink] Added Azure Service Bus support Docs | Guide
  • [SSO] Added Single Sign-On (SSO) access to RavenDB Studio Docs | Guide

Server

  • [AI] Improved the error message when the configured AI provider does not support a given file format
  • [AI Agents] Added AI agent client code generation
  • [AI Agents] Improved AI agent conversation paging and exposed attachment names on the conversation level
  • [AI Agents] Added cancellation support for AI agent conversation operations
  • [AI Agents] Fixed a shutdown race in AI workers when the database record changed while new work was being queued
  • [AI Agents] Fixed a BadRequest error after sending a trimmed AI agent conversation
  • [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)
  • [Backup] Added an option to disable S3 checksum validation, allowed only for custom (S3-compatible) endpoints
  • [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
  • [GenAI] Fixed GenAI tasks failing with an authentication error on secured servers by authenticating model queries with the server certificate
  • [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)
  • [Monitoring] ETL, AI task and CDC Sink metrics are exposed as gauges
  • [Monitoring] Excluded AI tasks from the ETL metrics group in server monitoring
  • [Notifications] Included ETL, AI and CDC Sink task-error counts in database statistics change notifications so the Studio task errors badge updates live
  • [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
  • [Queue Sink] Fixed the Queue Sink fallback retry back-off being stuck at 5 seconds instead of escalating
  • [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
  • [Replication] Fixed bidirectional filtered pull replication inflating the hub's database change vector, which could cause internal replication between hub cluster nodes to skip documents
  • [Replication] Fixed SinkToHub pull replication re-sending all documents from scratch after a hub node failover
  • [Replication] Fixed outgoing replication heartbeat starvation on busy nodes and cleaned up half-open incoming replication connections
  • [Replication] Fixed HubToSink pull replication connection handoff and cleanup, including reconnecting after configuration changes and guarding against stale connectors
  • [Replication] Fixed external replication conflicting a document recreated after a cluster-wide delete, resolving to the tombstone instead of the new document
  • [Replication] Fixed external replication of sharded revisions to pre-6.0 servers by stripping the revision change vector to its version part
    ... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: RavenDB.Client
  dependency-version: 7.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 1, 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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants