Update azure-sdk-for-python monorepo#283
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Plan Result (812: Core_Infrastructure - PlanAndApply) |
Plan Result (812: Managed_Identity_Infrastructure_sbox - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_dev - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_test - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_stg - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_ptlsbox - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_ithc - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_demo - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_ptl - PlanAndApply)
|
Plan Result (812: Managed_Identity_Infrastructure_prod - PlanAndApply)
|
d3af2a9 to
724cb4b
Compare
724cb4b to
6184de7
Compare
6184de7 to
e9d26ed
Compare
1701990 to
6aacdd7
Compare
698f9f0 to
e7ee4ee
Compare
d866f34 to
a55778e
Compare
b963345 to
e81978f
Compare
e81978f to
178332d
Compare
178332d to
82566ed
Compare
82566ed to
3c30abc
Compare
3c30abc to
e538f39
Compare
74eddaf to
728aff9
Compare
728aff9 to
6ec03a0
Compare
Plan Result (812: Managed_Identity_Infrastructure_sdsptl - PlanAndApply)
|
f4a5098 to
529b2e8
Compare
d8797ff to
1a2fcd5
Compare
1a2fcd5 to
e191e88
Compare
e191e88 to
ec45b47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.9.0→==4.16.1==1.23.0→==1.25.3==1.5.0→==1.6.0Release Notes
Azure/azure-sdk-for-python (azure-cosmos)
v4.16.1Compare Source
4.16.1 (2026-06-01)
Bugs Fixed
/pkrangeschange-feed refresh where some containers could fail to build a complete routing map. See PR 47245.v4.16.0Compare Source
4.16.0 (2026-05-29)
Features Added
embeddingSourcefield on entries invector_embedding_policy.vectorEmbeddings, which allows the service to generate vector embeddings from the specified item paths. Requires the embedding-generation service to be enabled on the account. See 46870aioextras to the package, allowing users to install async dependencies withpip install azure-cosmos[aio]. See PR 47143Breaking Changes
CosmosItemPaged.get_response_headers()andCosmosAsyncItemPaged.get_response_headers()now return a singleCaseInsensitiveDict(the latest page) instead ofList[CaseInsensitiveDict](introduced in 4.16.0b1);get_last_response_headers()has been removed. This avoids unbounded memory growth on large queries. Migration: code that previously accessedheaders[i]['x-ms-request-charge']should switch toheaders['x-ms-request-charge']for the latest page, or passresponse_hook=to the query method to receive per-page headers as they arrive. See PR 47172.Bugs Fixed
Content-LengthHTTP request header was computed from the character count of the request body instead of its UTF-8 byte count. See PR 47008AZURE_COSMOS_CHARSET_DECODER_ERROR_ACTION_ON_MALFORMED_INPUTtoREPLACEorIGNOREenables a permissive decode so reads, queries, and change-feed iteration can make progress past corrupt payloads. See PR 47008CosmosClientconstruction with AAD credentials would crash at startup if the semantic reranking inference endpoint environment variable was not set, even when semantic reranking was not being used. The inference service is now lazily initialized on first use. See PR 46243preferred_locationsandexcluded_locations(client-level and per-request) were not matched tolerantly for differences in case, whitespace, hyphens, and underscores. See PR 46937query_items(feed_range=...)where pagination could return incorrect results after a partition split caused the supplied feed range to overlap multiple physical partitions. See PR 47105SELECT VALUE AVG(...)queries spanning multiple physical partitions returned mathematically incorrect merged values from client-side aggregation. These queries now raiseValueError. See PR 47105ValueError("Ranges overlap")or anAssertionError("code bug: returned overlapping ranges ... is empty")from the partition key range cache could escape to the caller when the/pkrangesresponse contained a transiently inconsistent snapshot (overlap or gap). See PR 47091Other Changes
v4.15.0Compare Source
4.15.0 (2026-02-19)
Features Added
Bugs Fixed
force_refresh_on_startupwas set toNone, which could surface asAttributeError: 'NoneType' object has no attribute '_WritableLocations'during region discovery whendatabase_accountwasNone. See PR 44987Other Changes
availability_strategy_configintroduced in 4.15.0b1 toavailability_strategyfor both sync and async clients. See PR 45086.availability_strategyneeds to be set toFalsein order to disable availability strategy for that request, as opposed to setting it toNone. See PR 45141.v4.14.7Compare Source
4.14.7 (2026-05-18)
Bugs Fixed
SELECT VALUEaggregation classification across partitions: booleans are no longer treated as numeric aggregates, non-aggregate numeric projections are no longer merged, andMIN/MAXdetection is now correct. See PR 46692query_items(feed_range=...)where pagination could return incorrect results after a partition split caused the supplied feed range to overlap multiple physical partitions. See PR 46692v4.14.6Compare Source
4.14.6 (2026-02-02)
Bugs Fixed
AttributeError: 'NoneType' object has no attribute '_WritableLocations') during region discovery whendatabase_accountwasNone. See PR 44939v4.14.5Compare Source
4.14.5 (2026-01-15)
Bugs Fixed
v4.14.4Compare Source
4.14.4 (2026-01-12)
Bugs Fixed
v4.14.3Compare Source
4.14.3 (2025-12-08)
Bugs Fixed
query_itemswould cause unexpected errors. See PR 44098v4.14.2Compare Source
4.14.2 (2025-11-14)
Features Added
Bugs Fixed
parameters=Noneinquery_items. See PR 43681Other Changes
v4.14.1Compare Source
4.14.1 (2025-11-04)
Bugs Fixed
feed_rangeandcontinuationoptions would not work as expected. See PR 43700.v4.14.0Compare Source
4.14.0 (2025-10-13)
This version and all future versions will require Python 3.9+.
Features Added
return_propertiesparameter. See PR 41742Breaking Changes
retry_writefrombooltointto match other retryable options. See PR 43341.Bugs Fixed
Other Changes
ConsistencyPolicyinDatabaseAccountclass. See PR 43150Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.