Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps azure-cosmos from 4.5.1 to 4.14.0.

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.14.0

4.14.0 (2025-10-13)

This version and all future versions will require Python 3.9+.

Features Added

  • Added ability to return a tuple of a DatabaseProxy/ContainerProxy with the associated database/container properties when creating or reading databases/containers through return_properties parameter. See PR 41742
  • Added a new preview feature API for Semantic Reranking. See PR 42991

Breaking Changes

  • Changed retry_write from bool to int to match other retryable options. See PR 43341.

Bugs Fixed

  • Fixed bug where exclusion list was not honored before falling back to global endpoint for multi-write region accounts. SeePR 43297

Other Changes

  • Removed dual endpoint tracking from the sdk. See PR 40451.
  • Reverted typehints to fix the mismatch issue. See PR 43124
  • Corrected type hints for ConsistencyPolicy in DatabaseAccount class. See PR 43150

azure-cosmos_4.14.0b4

4.14.0b4 (2025-09-11)

Bugs Fixed

  • Fixed bug where client provided session token was not respected when client-side session management was disabled. See PR 42965

azure-cosmos_4.14.0b3

4.14.0b3 (2025-09-09)

Features Added

  • Added read_items API to provide an efficient method for retrieving multiple items in a single request. See PR 42167.
  • Added ability to replace a container's indexing policy if a vector embedding policy was present. See PR 42810.

Bugs Fixed

  • Improved the resilience of Database Account Read metadata operation against short-lived network issues by increasing number of retries. See PR 42525.
  • Fixed bug where during health checks read regions were marked as unavailable for write operations. See PR 42525.
  • Fixed bug where containers named with spaces or special characters using session consistency would fall back to eventual consistency. See PR 42608
  • Fixed bug where excluded_locations was not being honored for some metadata calls. See PR 42266.
  • Fixed bug where Hybrid Search queries using parameters were not working. See PR 42787
  • Fixed partition scoping for per partition circuit breaker. See PR 42751
  • Fixed bug where partition_key set to None was not properly handled for some operations. See PR 42747

Other Changes

  • Added session token false progress merge logic. See 42393
  • Added a fallback mechanism to AAD scope override. See PR 42731.

azure-cosmos_4.14.0b2

4.14.0b2 (2025-08-12)

Features Added

... (truncated)

Commits

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 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)

Bumps [azure-cosmos](https://github.com/Azure/azure-sdk-for-python) from 4.5.1 to 4.14.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-cosmos_4.5.1...azure-cosmos_4.14.0)

---
updated-dependencies:
- dependency-name: azure-cosmos
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 14, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants