Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump azure-cosmos from 4.7.0 to 4.9.0 #1505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps azure-cosmos from 4.7.0 to 4.9.0.

Release notes

Sourced from azure-cosmos's releases.

azure-cosmos_4.9.0

4.9.0 (2024-11-18)

Features Added

  • Added full text policy and full text indexing policy. See PR 37891.
  • Added support for full text search and hybrid search queries. See PR 38275.

azure-cosmos_4.8.0

4.8.0 (2024-11-12)

This version and all future versions will support Python 3.13.

Features Added

  • Added response headers directly to SDK item point operation responses. See PR 35791.
  • SDK will now retry all ServiceRequestErrors (failing outgoing requests) before failing. Default number of retries is 3. See PR 36514.
  • Added Retry Policy for Container Recreate in the Python SDK. See PR 36043
  • Added option to disable write payload on writes. See PR 37365
  • Added get feed ranges API. See PR 37687
  • Added feed range support in query_items_change_feed. See PR 37687
  • Added provisional helper APIs for managing session tokens. See PR 36971
  • Added ability to get feed range for a partition key. See PR 36971

Breaking Changes

  • Item-level point operations will now return CosmosDict and CosmosList response types. Responses will still be able to be used directly as previously, but will now have access to their response headers without need for a response hook. See PR 35791. For more information on this, see our README section here.

Bugs Fixed

  • Consolidated Container Properties Cache to be in the Client to cache partition key definition and container rid to avoid unnecessary container reads. See PR 35731.
  • Fixed bug with client hangs when running into WriteForbidden exceptions. See PR 36514.
  • Added retry handling logic for DatabaseAccountNotFound exceptions. See PR 36514.
  • Fixed SDK regex validation that would not allow for item ids to be longer than 255 characters. See PR 36569.
  • Fixed issue where 'NoneType' object has no attribute error was raised when a session retry happened during a query. See PR 37578.
  • Fixed issue where passing subpartition partition key values as a tuple in a query would raise an error. See PR 38136
  • Batch requests will now be properly considered as Write operation. See PR 38365.

Other Changes

  • Getting offer thoughput when it has not been defined in a container will now give a 404/10004 instead of just a 404. See PR 36043
  • Incomplete Partition Key Extractions in documents for Subpartitioning now gives 400/1001 instead of just a 400. See PR 36043
  • SDK will now make database account calls every 5 minutes to refresh location cache. See PR 36514.
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.7.0 to 4.9.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.7.0...azure-cosmos_4.9.0)

---
updated-dependencies:
- dependency-name: azure-cosmos
  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 Nov 22, 2024
Copy link

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL310991570% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
301 0 💤 0 ❌ 0 🔥 1m 0s ⏱️

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