Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2025

Updated Microsoft.Azure.Cosmos from 3.53.1 to 3.54.1.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.54.1

3.54.0

3.54.0 - 2025-10-2

Note: FullTextScore query function now expects string value parameters (e.g., FullTextScore(c.text, 'swim','run')); preview array syntax is no longer supported.

Added

  • 5368 VectorDataType: Adds Support for Float16 Data Type
  • 5411 Hedging: Adds GA for adding hedging via RequestOptions
  • 5412 Hedging: Adds back diagnostics filed Response Region to hedging request diagnostics
  • 5386 Build: Removes System.Net.Http and System.Text.RegularExpressions package references

Fixed

  • 5409 Query: Fixes to not use passthrough context for collections with HPK
  • 5422 Diagnostics: Fixes race condition that can cause InvalidOperationException in CosmosOperationCancelledException.ToString()
  • 5427 PPAF: Fixes issue where setting RequestTimeout to 0 second will cause PPAF dynamic enablement to break

3.54.0-preview.2

3.54.0-preview.2 - 2025-10-7

Fixed

  • 5427 PPAF: Fixes issue where setting RequestTimeout to 0 second will cause PPAF dynamic enablement to break

3.54.0-preview.1

3.54.0-preview.1 - 2025-8-28

Added

  • 5364 TokenCredentialCache: Adds a fallback mechanism to AAD scope override.
  • 5361 Trace: Fixes thread safety issue in Trace class causing high CPU usage and InvalidOperationException

3.54.0-preview.0

3.54.0-preview.0 - 2025-8-13

Added

  • 5253 License: Adds new license expression
  • 5252 TokenCredentialCache: Adds an options to override AAD audience scope
  • 5308 Query: Adds Weighted RRF capability to LINQ
  • 5213 Query: Adds GetIndexMetrics LINQ extension method

Fixed

  • 5273 Query: Fixes non streaming order by queries to not be tagged as passthrough queries
  • 5291 GatewayStoreClient: Fixes stream consumption bug in GatewayStoreClient.CreateDocumentClientExceptionAsync
  • 5317 Query: Fixes HybridSearchQueryTests to account for backend changes in phrase search

3.53.2

3.53.2 - 2025-10-7

Fixed

  • 5427 PPAF: Fixes issue where setting RequestTimeout to 0 second will cause PPAF dynamic enablement to break

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker from 2.0.0 to 2.2.0.

Release notes

Sourced from Microsoft.Azure.Functions.Worker's releases.

2.1.0

What's Changed

  • Updates Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.1.0.
    • Adds drain mode feature.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

2.0.5

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.5

  • Address issue with design time build producing an error when project had not yet been built yet. (#​3081)

2.0.4

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ 2.0.4

  • Update Microsoft.Azure.WebJobs.Extensions.RabbitMQ to 2.0.4 (#​3019)

2.0.3

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.3

  • Addresses issue with dotnet build --no-incremental failing build (PR #​2763, Issue #​2601)
  • Addresses issue with setting OutDir msbuild property failing build (PR #​2763, Issue #​2125)
  • Write worker.config and functions.metadata only if contents have changed. (#​2999)
  • Updates the generated extension csproj to be net8.0 (from net6.0)
  • Setting _ToolingSuffix for V10.0 TargetFrameworkVersion. (#​2983)
  • Enhanced error message for missing Azure Functions Core Tools in the user's environment. (#​2976)

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.5

  • Update all generated classes to use GeneratedCodeAttribute. (#​2887)

2.0.2

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.2

  • Update inner build to use Microsoft.NET.Sdk.Functions/4.6.0 (#​2968)
  • Updates the generated extension csproj to be net8.0 (from net6.0)

2.0.1

What's Changed

Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.1

  • [Bug Fix] Update ContextReference to no longer use a given invocation's cancellation token (#​2894)
    • This bug fix should fix the Request has finished and HttpContext disposed exceptions

Commits viewable in compare view.

Updated Microsoft.Azure.Functions.Worker.Sdk from 2.0.5 to 2.0.6.

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

2.0.6

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 2.0.6

  • Build no longer generates functions.metadata if source-generated metadata provider is enabled. (#​2974)
  • Fixing dotnet run to work on Windows when core tools is installed from NPM (#​3127)
  • Microsoft.Azure.Functions.Worker.Sdk.Generators bumped to 1.3.6.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.6

  • Fix bug that results in duplicate properties recorded for a binding (#​3227)

Commits viewable in compare view.

Updated Microsoft.Data.Sqlite from 9.0.9 to 9.0.10.

Release notes

Sourced from Microsoft.Data.Sqlite's releases.

9.0.10

Release

What's Changed

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

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.UserSecrets from 9.0.9 to 9.0.10.

Release notes

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

9.0.10

Release

What's Changed

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

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated Newtonsoft.Json from 13.0.3 to 13.0.4.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.4

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

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.

No release notes found for this version range.

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 Microsoft.Azure.Cosmos from 3.53.1 to 3.54.1
Bumps Microsoft.Azure.Functions.Worker from 2.0.0 to 2.2.0
Bumps Microsoft.Azure.Functions.Worker.Sdk from 2.0.5 to 2.0.6
Bumps Microsoft.Data.Sqlite from 9.0.9 to 9.0.10
Bumps Microsoft.Extensions.Configuration.UserSecrets from 9.0.9 to 9.0.10
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
Bumps Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps xunit.runner.visualstudio from 3.1.4 to 3.1.5

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.54.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: api
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: Microsoft.Data.Sqlite
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: api
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: api
...

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 Nov 8, 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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant