Skip to content

deps(dotnet): Bump the dotnet-minor-patch group with 9 updates#18

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/backend/src/Application.Api/dotnet-minor-patch-64af9fec64
Open

deps(dotnet): Bump the dotnet-minor-patch group with 9 updates#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/backend/src/Application.Api/dotnet-minor-patch-64af9fec64

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updated FluentAssertions from 8.9.0 to 8.10.0.

Release notes

Sourced from FluentAssertions's releases.

8.10.0

What's Changed

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.9.0...8.10.0

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 10.0.7 to 10.0.9.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.Abstractions from 10.0.0 to 10.0.9.

Release notes

Sourced from Microsoft.Extensions.Configuration.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.0 to 10.0.9.

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Options from 10.0.0 to 10.0.9.

Release notes

Sourced from Microsoft.Extensions.Options's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.0 to 10.0.9.

Release notes

Sourced from Microsoft.Extensions.Options.ConfigurationExtensions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Options.DataAnnotations from 10.0.0 to 10.0.9.

Release notes

Sourced from Microsoft.Extensions.Options.DataAnnotations's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated RavenDB.Client from 7.2.2 to 7.2.3.

Release notes

Sourced from RavenDB.Client's releases.

7.2.3

Features

  • [Embeddings Generation] Added support for prepending contextual text to embeddings-generation chunks Docs | Guide
  • [ETL/AI] Redesigned ETL and AI task error handling with persistent errors storage, health-status tracking, a dedicated Studio "Task Errors" view and monitoring capabilities Docs | Guide

Server

  • [AI] Fixed the "Test Connection" action for AI connection strings failing with RefusedToAnswerException when the selected model (e.g. OpenAI gpt-4o) refused the probe request
  • [AI Agents] Fixed AI agent action handlers failing when the handler returned a list or array, by serializing collections correctly in AddActionResponse
  • [AI Agents] Added a full-debug mode for AI agent conversations that records the raw request/response JSON exchanged with the model into a debug document
  • [Audit Log] Added audit logging for sharded delete/patch-by-query operations
  • [Audit Log] Added audit logging for collection delete operations triggered from the Studio
  • [Backup] Fixed a null reference crash when the backup type changed during an active backup
  • [Backup] Ensured all backup work runs on the dedicated backup thread (honoring its BelowNormal priority) instead of dispatching async continuations to the thread pool
  • [Backup] Included GenAI tasks when disabling ongoing tasks during restore
  • [Certificates] Fixed a persistent 403 after a node was rebuilt with fresh storage and received a full Raft snapshot, by firing the certificate-update notification on snapshot install so the cached UnfamiliarCertificate status clears
  • [Cluster] Fixed the 32-bit async commit guard in RachisConsensus
  • [Cluster] Fixed the Cluster Observer reporting a misleading "Replication not up to date" reason when index lag was the actual blocker for a node leaving Rehab, by collecting all lag indicators instead of stopping at the first
  • [Cluster Dashboard] Suppressed spurious WebSocketError.ConnectionClosedPrematurely errors in the proxy and Cluster Dashboard WebSocket handlers
  • [Cluster Transactions] Fixed cluster transactions being silently skipped after attaching database files to a new server or restoring from a snapshot, by resetting LastCompletedClusterTransactionIndex
  • [Corax] Hardened buffer initialization and added bounds checking in GrowableBuffer, MemoizationMatch, and SortHelper.FindMatches
  • [Corax] Changed SpatialMatch to default its count to the number of entries instead of long.MaxValue
  • [Corax] Improved memoization buffer memory management and made the growable buffer's maximum size configurable
  • [Corax] Added support for ORDER BY ... NULLS FIRST/LAST in RQL
  • [Core] Fixed the length computation in GetLazyStringTempComparisonBuffer
  • [Core] Wrapped CancellationTokenSource.Cancel() in SafeCancel across dispose/stop paths so an AggregateException from a registered callback can no longer skip critical cleanup (replication, cluster maintenance, ETL, queue sink, changes connections)
  • [Core] Fixed StringSegment.EndsWith/LastIndexOf boundary bugs and FastStack/FastList defects (CopyTo size update, TryPeek out-of-bounds read, RemoveAt reference leak)
  • [Core] Fixed Sparrow encoding bugs: BitVector.IndexOfFirstSetBit, VariableSizeEncoding byte offsets, and ZigZag encode/decode for negative values
  • [Databases] Fixed RecreateDatabase creating Voron files for non-existent databases
  • [Documents] Allowed Raven-prefixed metadata keys (e.g. Raven-Replication-Version, Raven-Replication-History) to be stored on documents outside of legacy import
  • [Embedded] Added a configurable ProcessKillTimeout for the embedded server
  • [Embeddings Generation] Added a check for a disabled embeddings-generation task when querying a static index
  • [ETL] Serialized error details as JSON in the queue ETL processors
  • [ETL] Changed the default Raven ETL load-request timeout from 12 hours to 300 seconds, and fixed changes to LoadRequestTimeoutInSec not being recognized as a task update
  • [ETL] Fixed SQL ETL on PostgreSQL silently dropping all rows queued after the first per-row error, by retrying provider-recognized row errors and skipping the failing document
  • [ETL] Stopped SQL ETL batches when the target connection or transaction is lost, avoiding a cascade of follow-up errors
  • [HTTP] Suppressed expected I/O errors logged during web host disposal
  • [Indexing] Prevented a server crash caused by recursive additional sources in indexes
  • [Licensing] Fixed restore failing with a subscription license-limit exception when the database had a single subscription that was within the allowed limit
  • [Linux] Fixed cgroup v2 memory controller detection on the Azure Linux kernel
  • [Linux] Set a umask on the RavenDB service
  • [Memory] Fixed Windows job-object memory-limit detection by reading the correct JOBOBJECT_EXTENDED_LIMIT_INFORMATION value
  • [Memory] Moved the early out-of-memory check off the allocation hot path to the background memory-monitoring thread, reducing per-allocation overhead
  • [Monitoring] Added a custom OpenTelemetry environment-variable reader to work around issues in the OpenTelemetry SDK
  • [PostgreSQL] Streamed PostgreSQL query results one document at a time instead of buffering the entire collection in memory
  • [PostgreSQL] Enabled the PostgreSQL integration automatically when experimental features are enabled in the Setup Wizard
  • [Querying] Reduced managed allocations during Lucene query result scoring by storing ScoreDoc arrays in unmanaged memory
  • [Querying] Added support for the in operator and its negation inside the RQL when conditional clause
    ... (truncated)

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 3.1.4 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps FluentAssertions from 8.9.0 to 8.10.0
Bumps Microsoft.AspNetCore.OpenApi from 10.0.7 to 10.0.9
Bumps Microsoft.Extensions.Configuration.Abstractions from 10.0.0 to 10.0.9
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 10.0.0 to 10.0.9
Bumps Microsoft.Extensions.Options from 10.0.0 to 10.0.9
Bumps Microsoft.Extensions.Options.ConfigurationExtensions from 10.0.0 to 10.0.9
Bumps Microsoft.Extensions.Options.DataAnnotations from 10.0.0 to 10.0.9
Bumps RavenDB.Client from 7.2.2 to 7.2.3
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.Options
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: Microsoft.Extensions.Options.DataAnnotations
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: RavenDB.Client
  dependency-version: 7.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, dotnet. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants