Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps Microsoft.Azure.Cosmos and Microsoft.Bcl.AsyncInterfaces. These dependencies needed to be updated together.
Updates Microsoft.Azure.Cosmos from 3.46.1 to 3.48.0

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.48.0

3.48.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method

3.48.0-preview.2

3.48.0-preview.2 - 2025-2-28

Fixed

  • 5030 Binary Encoding: Fixes Serialization Gaps on Newtonsoft Reader/Writer for Transactional Batch API.

3.48.0-preview.1

3.48.0-preview.1 - 2025-2-14

Added

  • 5013 Resiliency: Fixes a bug in the feature for "Faster detection of broken Transport connections".

Set Environment variable AZURE_COSMOS_AGGRESSIVE_TIMEOUT_DETECTION_ENABLED to "True" to enable the above feature. Fixed an issue where connections weren't marked as "unhealthy" under sustained failures, delaying recovery. Now, unhealthy connections trigger prompt reconnection, ensuring continuous client operations.

3.48.0-preview.0

3.48.0-preview.0 - 2025-2-7

Added

  • 4706 Hedging: Adds support for writes on multi region accounts

3.47.2

3.47.2 - 2025-2-28

Fixed

  • 5030 Binary Encoding: Fixes Serialization Gaps on Newtonsoft Reader/Writer for Transactional Batch API.

3.47.1

3.47.1 - 2025-2-14

Added

  • 5013 Resiliency: Fixes a bug in the feature for "Faster detection of broken Transport connections".

Set Environment variable AZURE_COSMOS_AGGRESSIVE_TIMEOUT_DETECTION_ENABLED to "True" to enable the above feature. Fixed an issue where connections weren't marked as "unhealthy" under sustained failures, delaying recovery. Now, unhealthy connections trigger prompt reconnection, ensuring continuous client operations.

3.47.0

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.48.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method

3.48.0-preview.2 - 2025-2-28

3.47.2 - 2025-2-28

Fixed

  • 5030 Binary Encoding: Fixes Serialization Gaps on Newtonsoft Reader/Writer for Transactional Batch API.

3.48.0-preview.1 - 2025-2-14

3.47.1 - 2025-2-14

Added

  • 5013 Resiliency: Fixes a bug in the feature for "Faster detection of broken Transport connections".

Set Environment variable AZURE_COSMOS_AGGRESSIVE_TIMEOUT_DETECTION_ENABLED to "True" to enable the above feature. Fixed an issue where connections weren't marked as "unhealthy" under sustained failures, delaying recovery. Now, unhealthy connections trigger prompt reconnection, ensuring continuous client operations.

3.48.0-preview.0 - 2025-1-30

Added

3.47.0 - 2025-2-07

Added

  • 4682 OpenTelemetry Metrics: Adds support to collect Operation level metrics
  • 4857 Query: Adds LINQ support for Multi-key Group By translation
  • 4872 Open Telemetry : Adds implementation for network level Metrics
  • 4925 Open Telemetry: Adds option to opt-in optional dimensions
  • 4966 Hedging: Adds reads CrossRegionalHedging to GA SDK release
  • 4994 Query: Adds Computed Properties to Public Interface

This also includes a Direct Package version update to 3.37.9 in PR #4990

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.

... (truncated)

Commits
  • 4e81ed6 [INTERNAL] AsyncCache: Adds Parameter to Enable Exception Handling Using `Cos...
  • 2745311 3.48.0: Adds changlog updates and version bump (#5065)
  • 466708a Query: Adds support for weighted RRF in hybrid search (#5064)
  • 149f686 [Internal] Circuit Breaker: Adds Code to Implement Per Partition Circuit Brea...
  • fed8be3 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition doe...
  • 3fd0862 Scripts: Adds Stream APIs for CRUD Operations (#4978)
  • 5e1dd0c AddressRefresh: Fixes behavior of AddressRefresh calls so they preform cross ...
  • 0f13fcf [Internal] Binary Encoding: Fixes serializer for non-point operations. (#5058)
  • 8696b8e [Internal]: Fixes NullRef in TransportHandler when client is concurrently dis...
  • 93358ac NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory ...
  • Additional commits viewable in compare view

Updates Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 6.0.0

Commits
  • 4822e3c Update dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...
  • bf20df1 [release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...
  • de75159 [release/6.0] Create a parent CMake project for building app bundles on CI (#...
  • 8da5835 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)
  • 6f41165 [release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...
  • c86a857 [release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...
  • 80ed1bd [release/6.0] Don't special case "Experimental" projects (#60643)
  • 263945a [release/6.0] Fix stable builds for some transport packages (#60635)
  • 034f191 Update mac installers location string (#60500)
  • 7907830 [release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...
  • Additional 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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2025

Reviewers

The following teams could not be added as reviewers: botframework-sdk. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

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

@dependabot dependabot bot added the dependencies Tags a change in dependencies label Mar 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2025 17:28
Bumps [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) and [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Microsoft.Azure.Cosmos` from 3.46.1 to 3.48.0
- [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases)
- [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md)
- [Commits](Azure/azure-cosmos-dotnet-v3@3.46.1...3.48.0)

Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/main/multi-0c7c4460fd branch from 3fc95a0 to 5853476 Compare March 29, 2025 01:22
@tracyboehrer
Copy link
Member

Put this into #163

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/src/main/multi-0c7c4460fd branch March 29, 2025 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Tags a change in dependencies ML: Packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants