chore(deps): update dependency azure-core to v1.32.0 #12
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:
==1.29.5
->==1.32.0
Release Notes
Azure/azure-sdk-for-python (azure-core)
v1.32.0
Compare Source
1.32.0 (2024-10-31)
Features Added
BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
.Bugs Fixed
tracing_attributes
keyword argument wasn't being handled at the request/method level. #38164Other Changes
HttpLoggingPolicy
.v1.31.0
Compare Source
1.31.0 (2024-09-12)
Features Added
SupportsTokenInfo
andAsyncSupportsTokenInfo
, to offer more extensibility in supporting various token acquisition scenarios. #36565get_token_info
method that returns anAccessTokenInfo
object.TokenRequestOptions
class, which is aTypedDict
with optional parameters, that can be used to define options for token requests through theget_token_info
method. #36565AccessTokenInfo
class, which is returned byget_token_info
implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #36565BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
now first check if a credential has theget_token_info
method defined. If so, theget_token_info
method is used to acquire a token. Otherwise, theget_token
method is used. #36565refresh_on
attribute when determining if a new token request should be made.Other Changes
opentelemetry
is imported, then OpenTelemetry will be used to trace Azure SDK operations. #35050v1.30.2
Compare Source
1.30.2 (2024-06-06)
Features Added
DistributedTracingPolicy
will now set an attribute,http.request.resend_count
, on HTTP spans for resent requests to indicate the resend attempt number. #35069Bugs Fixed
Other Changes
error.type
attribute if an error status code is returned. #34619v1.30.1
Compare Source
1.30.1 (2024-02-29)
Other Changes
retry_after
header. #34203v1.30.0
Compare Source
1.30.0 (2024-02-01)
Features Added
azure.core.rest.HttpRequest
#33948files
with duplicate field namesazure.core.rest.HttpRequest
#34021v1.29.7
Compare Source
1.29.7 (2024-01-18)
Other Changes
anyio
. #33282v1.29.6
Compare Source
1.29.6 (2023-12-14)
Bugs Fixed
AsyncBearerTokenCredentialPolicy
to work properly withtrio
concurrency mechanisms. (#33307)Other Changes
anyio
>=3.0,<5.0requests
to 2.21.0.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.