Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Updated Defra.TradeImportsDataApi.Api.Client from 0.32.0 to 0.33.0.

Release notes

Sourced from Defra.TradeImportsDataApi.Api.Client's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.HeaderPropagation from 9.0.8 to 9.0.10.

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Resilience from 9.8.0 to 9.10.0.

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

9.10.0

What's Changed

New Contributors

9.9.0

Highlights

AI

  • Abstractions for remote MCP servers; response/approval flow support via new experimental types
  • Function approvals via new experimental types (e.g., ApprovalRequiredAIFunction, user input/approval request & response content).
  • Reasoning text streaming for OpenAI Responses ChatClient streaming.
  • AIFunction split into a base class to improve extensibility.
  • IChatReducer moved to Microsoft.Extensions.AI.Abstractions.
  • Updated to OpenAI 2.4.0 and genai standard convention 1.37.
  • Coalescing logic now treats ChatMessage.Role changes as new messages.
  • GetResponseAsync<T> now reads only the last message (bug fix).
  • OpenTelemetry ChatClient/EmbeddingGenerator logs raw additional properties (no key mangling).
  • Fixed empty annotated text chunk handling in streaming with OpenAI Assistants.

Telemetry & Diagnostics

  • HTTP diagnostics log query string params with proper redaction (emitted on url.query).
  • server.address telemetry emits host only (per OpenTelemetry semantic conventions).
  • Heuristics added to detect well-known model hosts.
  • Resource monitoring can consider Environment.CpuUsage.

New Contributors

Full Changelog: dotnet/extensions@v9.8.0...v9.9.0

Commits viewable in compare view.

Updated MongoDB.Driver from 3.4.3 to 3.5.0.

Release notes

Sourced from MongoDB.Driver's releases.

3.5.0

This is the general availability release for the 3.5.0 version of the driver.

[!IMPORTANT]

Internal Changes for an Upcoming Feature

This release includes low level changes to internal subsystems including operation execution, timeout handling, and resource cleanup logic - in preparation for supporting Client-Side Operations Timeout (CSOT) in an upcoming release.
While these changes should be backward-compatible and not alter existing behavior, they touch core driver infrastructure.
If you experience unexpected issues such as:

  • Operations timing out unexpectedly or not timing out when expected
  • Unusual delays or hangs in database calls
  • Differences in command cancellation behavior

Please let us know via the MongoDB JIRA Driver project or your MongoDB support channel, providing driver logs and a reproduction if possible.

Experimental Support for Queryable Encryption Text Field Prefix, Suffix and Substring Queries

Substring, prefix and suffix search for Queryable Encryption are in preview and should be used for experimental workloads only. These features are unstable and their security is not guaranteed until released as Generally Available (GA). The GA version of these features may not be backwards compatible with the preview version.

The main new features in 3.5.0 include:

  • CSHARP-5453: Add builder for CSFLE schemas
  • CSHARP-3222: Add LINQ support for median and percentile accumulators/window functions
  • CSHARP-5672: Support sorting by value in PushEach operation
  • CSHARP-5625: Support text indexes for explicit and automatic encryption
  • CSHARP-734: SOCKS5 Proxy Support
  • CSHARP-3458: Extend IAsyncCursor and IAsyncCursorSource to support IAsyncEnumerable

Improvements:

  • CSHARP-5603: Add Big Endian support in BinaryVectorReader and BinaryVectorWriter
  • CSHARP-5614: Fix deserialization of primitive arrays on Big Endian systems
  • CSHARP-5619: Replace IConnection.SendMessages with the method to send a single message
  • CSHARP-5377: Eliminate unnecessary killCursors command when batchSize == limit

Fixes:

  • CSHARP-3435: FilterDefinition Inject method should use root serializer
  • CSHARP-3662: MongoClientSettings.SocketTimeout does not work for values under 500ms on Windows for sync code
  • CSHARP-4040: Fix bug when using field with same element name as discriminator
  • CSHARP-5587: FindOneAndUpdate should insert correct discriminator value on upsert
  • CSHARP-3494: Fix discriminator for generic types
  • CSHARP-5588: Unable to select KeyValuePair Key when using camelCase convention
  • CSHARP-5633: BsonSerializer.IsTypeDiscriminated is not thread-safe

Maintenance:

The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.

Commits viewable in compare view.

Updated MongoDB.Driver.Authentication.AWS from 3.4.3 to 3.5.0.

Release notes

Sourced from MongoDB.Driver.Authentication.AWS's releases.

3.5.0

This is the general availability release for the 3.5.0 version of the driver.

[!IMPORTANT]

Internal Changes for an Upcoming Feature

This release includes low level changes to internal subsystems including operation execution, timeout handling, and resource cleanup logic - in preparation for supporting Client-Side Operations Timeout (CSOT) in an upcoming release.
While these changes should be backward-compatible and not alter existing behavior, they touch core driver infrastructure.
If you experience unexpected issues such as:

  • Operations timing out unexpectedly or not timing out when expected
  • Unusual delays or hangs in database calls
  • Differences in command cancellation behavior

Please let us know via the MongoDB JIRA Driver project or your MongoDB support channel, providing driver logs and a reproduction if possible.

Experimental Support for Queryable Encryption Text Field Prefix, Suffix and Substring Queries

Substring, prefix and suffix search for Queryable Encryption are in preview and should be used for experimental workloads only. These features are unstable and their security is not guaranteed until released as Generally Available (GA). The GA version of these features may not be backwards compatible with the preview version.

The main new features in 3.5.0 include:

  • CSHARP-5453: Add builder for CSFLE schemas
  • CSHARP-3222: Add LINQ support for median and percentile accumulators/window functions
  • CSHARP-5672: Support sorting by value in PushEach operation
  • CSHARP-5625: Support text indexes for explicit and automatic encryption
  • CSHARP-734: SOCKS5 Proxy Support
  • CSHARP-3458: Extend IAsyncCursor and IAsyncCursorSource to support IAsyncEnumerable

Improvements:

  • CSHARP-5603: Add Big Endian support in BinaryVectorReader and BinaryVectorWriter
  • CSHARP-5614: Fix deserialization of primitive arrays on Big Endian systems
  • CSHARP-5619: Replace IConnection.SendMessages with the method to send a single message
  • CSHARP-5377: Eliminate unnecessary killCursors command when batchSize == limit

Fixes:

  • CSHARP-3435: FilterDefinition Inject method should use root serializer
  • CSHARP-3662: MongoClientSettings.SocketTimeout does not work for values under 500ms on Windows for sync code
  • CSHARP-4040: Fix bug when using field with same element name as discriminator
  • CSHARP-5587: FindOneAndUpdate should insert correct discriminator value on upsert
  • CSHARP-3494: Fix discriminator for generic types
  • CSHARP-5588: Unable to select KeyValuePair Key when using camelCase convention
  • CSHARP-5633: BsonSerializer.IsTypeDiscriminated is not thread-safe

Maintenance:

The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.

Commits viewable in compare view.

Updated Serilog.Enrichers.ClientInfo from 2.3.0 to 2.6.0.

Release notes

Sourced from Serilog.Enrichers.ClientInfo's releases.

2.6.0

What's Changed

  • Remove dependency on Microsoft.AspNetCore.App framework. #​33

Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.5.0...v2.6.0

2.5.0

What's Changed

  • Set the IP logging preference to IPv4 or IPv6, if conversion is supported. #​48

Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.4.0...v2.5.0

2.4.0

  • Add correlation ID retrieval

Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.3.0...v2.4.0

Commits viewable in compare view.

Updated SlimMessageBus.Host.AmazonSQS from 3.3.0 to 3.3.4.

Release notes

Sourced from SlimMessageBus.Host.AmazonSQS's releases.

3.3.4

  • [Host.AmazonSQS] Upgrade AWS SQS to v4 #​435

3.3.3

  • [Host.RabbitMq] Wildcard support in routing key #​432

3.3.2

  • [Host.RabbitMQ] Improve Validation and Default Exchange Handling #​428
  • [Host.RabbitMQ] Improved Connection Resiliency #​429
  • [Host] AutoStartConsumersEnabled not respected for child buses #​430

3.3.1

  • [Host.Redis] prevent RedisListCheckerConsumer from crashing on disconnect #​421 by @​cyril265
  • [Host] Correct interface checks for IMessageSerializerProvider #​424
  • [Host.AzureServiceBus] Create topic/queue dynamically when path param uses a non-default value #​423
  • [Host.AzureServiceBus][Host.AzureEventHub] Fix the batch publish chunking iterations #​426

Commits viewable in compare view.

Updated SlimMessageBus.Host.AzureServiceBus from 3.3.0 to 3.3.4.

Release notes

Sourced from SlimMessageBus.Host.AzureServiceBus's releases.

3.3.4

  • [Host.AmazonSQS] Upgrade AWS SQS to v4 #​435

3.3.3

  • [Host.RabbitMq] Wildcard support in routing key #​432

3.3.2

  • [Host.RabbitMQ] Improve Validation and Default Exchange Handling #​428
  • [Host.RabbitMQ] Improved Connection Resiliency #​429
  • [Host] AutoStartConsumersEnabled not respected for child buses #​430

3.3.1

  • [Host.Redis] prevent RedisListCheckerConsumer from crashing on disconnect #​421 by @​cyril265
  • [Host] Correct interface checks for IMessageSerializerProvider #​424
  • [Host.AzureServiceBus] Create topic/queue dynamically when path param uses a non-default value #​423
  • [Host.AzureServiceBus][Host.AzureEventHub] Fix the batch publish chunking iterations #​426

Commits viewable in compare view.

Updated SlimMessageBus.Host.Serialization.SystemTextJson from 3.3.0 to 3.3.4.

Release notes

Sourced from SlimMessageBus.Host.Serialization.SystemTextJson's releases.

3.3.4

  • [Host.AmazonSQS] Upgrade AWS SQS to v4 #​435

3.3.3

  • [Host.RabbitMq] Wildcard support in routing key #​432

3.3.2

  • [Host.RabbitMQ] Improve Validation and Default Exchange Handling #​428
  • [Host.RabbitMQ] Improved Connection Resiliency #​429
  • [Host] AutoStartConsumersEnabled not respected for child buses #​430

3.3.1

  • [Host.Redis] prevent RedisListCheckerConsumer from crashing on disconnect #​421 by @​cyril265
  • [Host] Correct interface checks for IMessageSerializerProvider #​424
  • [Host.AzureServiceBus] Create topic/queue dynamically when path param uses a non-default value #​423
  • [Host.AzureServiceBus][Host.AzureEventHub] Fix the batch publish chunking iterations #​426

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Defra.TradeImportsDataApi.Api.Client from 0.32.0 to 0.33.0
Bumps Microsoft.AspNetCore.HeaderPropagation from 9.0.8 to 9.0.10
Bumps Microsoft.Extensions.Http.Resilience from 9.8.0 to 9.10.0
Bumps MongoDB.Driver from 3.4.3 to 3.5.0
Bumps MongoDB.Driver.Authentication.AWS from 3.4.3 to 3.5.0
Bumps Serilog.Enrichers.ClientInfo from 2.3.0 to 2.6.0
Bumps SlimMessageBus.Host.AmazonSQS from 3.3.0 to 3.3.4
Bumps SlimMessageBus.Host.AzureServiceBus from 3.3.0 to 3.3.4
Bumps SlimMessageBus.Host.Serialization.SystemTextJson from 3.3.0 to 3.3.4

---
updated-dependencies:
- dependency-name: Defra.TradeImportsDataApi.Api.Client
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: Microsoft.AspNetCore.HeaderPropagation
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 9.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: MongoDB.Driver
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: MongoDB.Driver.Authentication.AWS
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: Serilog.Enrichers.ClientInfo
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: SlimMessageBus.Host.AmazonSQS
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: SlimMessageBus.Host.AzureServiceBus
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: SlimMessageBus.Host.Serialization.SystemTextJson
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 24, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2025

Superseded by #271.

@dependabot dependabot bot closed this Oct 24, 2025
@dependabot dependabot bot deleted the dependabot/nuget/src/Processor/minor-436eb1e6c9 branch October 24, 2025 11:23
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.

1 participant