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

chore(deps): update dependency azure-core to v1.32.0 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
azure-core (source) ==1.29.5 -> ==1.32.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-python (azure-core)

v1.32.0

Compare Source

1.32.0 (2024-10-31)

Features Added
  • Added a default implementation to handle token challenges in BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy.
Bugs Fixed
  • Fixed an issue where the tracing_attributes keyword argument wasn't being handled at the request/method level. #​38164
Other Changes
  • Log "x-vss-e2eid" and "x-msedge-ref" headers in HttpLoggingPolicy.

v1.31.0

Compare Source

1.31.0 (2024-09-12)

Features Added
  • Added azure.core.AzureClouds enum to represent the different Azure clouds.
  • Added two new credential protocol classes, SupportsTokenInfo and AsyncSupportsTokenInfo, to offer more extensibility in supporting various token acquisition scenarios. #​36565
    • Each new protocol class defines a get_token_info method that returns an AccessTokenInfo object.
  • Added a new TokenRequestOptions class, which is a TypedDict with optional parameters, that can be used to define options for token requests through the get_token_info method. #​36565
  • Added a new AccessTokenInfo class, which is returned by get_token_info implementations. This class contains the token, its expiration time, and optional additional information like when a token should be refreshed. #​36565
  • BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy now first check if a credential has the get_token_info method defined. If so, the get_token_info method is used to acquire a token. Otherwise, the get_token method is used. #​36565
    • These policies now also check the refresh_on attribute when determining if a new token request should be made.
Other Changes
  • The Azure Core OpenTelemetry tracing plugin will now be the preferred tracing plugin over the OpenCensus plugin. If both plugins are installed and opentelemetry is imported, then OpenTelemetry will be used to trace Azure SDK operations. #​35050

v1.30.2

Compare Source

1.30.2 (2024-06-06)

Features Added
  • Tracing: DistributedTracingPolicy will now set an attribute, http.request.resend_count, on HTTP spans for resent requests to indicate the resend attempt number. #​35069
Bugs Fixed
  • Raise correct exception if transport is used while already closed #​35559
Other Changes
  • HTTP tracing spans will now include an error.type attribute if an error status code is returned. #​34619
  • Minimum required Python version is now 3.8

v1.30.1

Compare Source

1.30.1 (2024-02-29)

Other Changes
  • Accept float for retry_after header. #​34203

v1.30.0

Compare Source

1.30.0 (2024-02-01)

Features Added
  • Support tuple input for file values to azure.core.rest.HttpRequest #​33948
  • Support tuple input to files with duplicate field names azure.core.rest.HttpRequest #​34021

v1.29.7

Compare Source

1.29.7 (2024-01-18)

Other Changes

v1.29.6

Compare Source

1.29.6 (2023-12-14)

Bugs Fixed
  • Adjusted AsyncBearerTokenCredentialPolicy to work properly with trio concurrency mechanisms. (#​33307)
Other Changes
  • Added dependency on anyio >=3.0,<5.0
  • Bumped minimum dependency on requests 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 17, 2023
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from cc97b30 to 836b1ca Compare January 18, 2024 20:35
@renovate renovate bot requested a review from a team as a code owner January 18, 2024 20:35
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.29.6 chore(deps): update dependency azure-core to v1.29.7 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from 836b1ca to 95c9382 Compare February 2, 2024 05:14
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.29.7 chore(deps): update dependency azure-core to v1.30.0 Feb 2, 2024
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from 95c9382 to 2eb9424 Compare March 1, 2024 06:00
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.30.0 chore(deps): update dependency azure-core to v1.30.1 Mar 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.30.1 chore(deps): update dependency azure-core to v1.30.2 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from 2eb9424 to ef8a61b Compare June 7, 2024 05:39
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from ef8a61b to ee5b9c0 Compare September 13, 2024 17:53
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.30.2 chore(deps): update dependency azure-core to v1.31.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/azure-core-1.x branch from ee5b9c0 to 80075ec Compare November 1, 2024 08:53
@renovate renovate bot changed the title chore(deps): update dependency azure-core to v1.31.0 chore(deps): update dependency azure-core to v1.32.0 Nov 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants