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

Update azure azure-sdk-for-net monorepo #87

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Core (source) 1.34.0 -> 1.44.1 age adoption passing confidence
Azure.Extensions.AspNetCore.Configuration.Secrets (source) 1.2.2 -> 1.3.2 age adoption passing confidence
Azure.Extensions.AspNetCore.DataProtection.Blobs (source) 1.3.2 -> 1.4.0 age adoption passing confidence
Azure.Extensions.AspNetCore.DataProtection.Keys (source) 1.2.2 -> 1.3.0 age adoption passing confidence
Azure.ResourceManager.KeyVault (source) 1.1.0 -> 1.3.0 age adoption passing confidence
Azure.Security.KeyVault.Keys (source) 4.5.0 -> 4.7.0 age adoption passing confidence
Azure.Security.KeyVault.Secrets (source) 4.5.0 -> 4.7.0 age adoption passing confidence
Azure.Storage.Blobs (source) 12.17.0 -> 12.23.0 age adoption passing confidence
Microsoft.Extensions.Azure (source) 1.6.3 -> 1.9.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Core)

v1.44.1

Compare Source

1.44.1 (2024-10-09)

Other Changes
  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix (#​46134).

v1.44.0

Compare Source

1.44.0 (2024-10-03)

Features Added
  • TokenRequestContext added the IsProofOfPossessionEnabled, ResourceRequestMethod, and ResourceRequestUri properties to support Proof of Possession tokens (45134).
  • AccessToken added the TokenType property to support distinguishing Bearer tokens from Proof of Possession (PoP) tokens (45134).
  • Moved implementation of Azure.AzureKeyCredential into System.ClientModel.ApiKeyCredential and made ApiKeyCredential the base type for AzureKeyCredential (#​46128).
  • BearerTokenAuthenticationPolicy now will attempt to handle Continuous Access Evaluation (CAE) challenges, if present, by default (#​46277).
Other Changes
  • Upgraded System.Memory.Data package dependency to 6.0.0 (#​46134).

v1.43.0

Compare Source

1.43.0 (2024-09-12)

Other Changes
  • Upgraded System.Text.Json package dependency to 6.0.9 (#​45416).
  • Added a new constructor on AzureEventSourceListener for callers that don't need the formatted message (#​45191).
  • Remove unused callback from HttpRequestMessage options in HttpClientTransport transport (#​45696).
  • Added RequiresUnreferencedCode and RequiresDynamicCode attributes to ToDynamicFromJson extension methods and DynamicData APIs to support AOT scenarios (#​45417).

v1.42.0

Compare Source

1.42.0 (2024-08-01)

Other Changes
  • Improved memory performance for Event Source formatting #​43947
  • Upgraded dependency on System.Text.Encodings.Web to 6.0.0
  • Upgraded dependency on Microsoft.Bcl.AsyncInterfaces to 6.0.0

v1.41.0

Compare Source

1.41.0 (2024-07-11)

Bugs Fixed
  • Fixed an issue that could result in BearerTokenAuthenticationPolicy fails to refresh a token, resulting in a OperationCanceledException (#​44882).
  • Fixed case where a GeoJSON string could not be deserialized when the BoundingBox JSON value ("bbox") was set explicitly to null (#​44835).

v1.40.0

Compare Source

1.40.0 (2024-06-06)

Features Added
  • Added RefreshOn property to AccessToken and updated BearerTokenAuthenticationPolicy to refresh long-lived credentials according to this value (#​43836).
Bugs Fixed
  • Fixed User-Agent telemetry so that it properly escapes operating system information if it contains non-ascii characters (#​44386).
  • Fixed case where Operation.Id was not being set for incomplete long-running operations (#​44098).
Other Changes
  • Improved memory performance for HTTP message sanitization (#​43818).
  • Added DynamicallyAccessedMembers attribute to type parameter in Operation<T>.Rehydrate method (#​44208).

v1.39.0

Compare Source

1.39.0 (2024-04-18)

Features Added
  • Add Operation.Rehydrate and Operation.Rehydrate<T> static methods to rehydrate a long-running operation.
Other Changes
  • RequestFailedException will not include the response content or headers in the message when the IsError property of the response is false.

v1.38.0

Compare Source

1.38.0 (2024-02-26)

Features Added
  • Add GetRehydrationToken to Operation for rehydration purpose.
Other Changes
  • Additional Azure data centers are now included in AzureLocation. The following were added:
    • China East 3
    • China North 3
    • Israel Central
    • Italy North
    • Poland Central
    • Sweden South

v1.37.0

Compare Source

1.37.0 (2024-01-11)

Bugs Fixed
  • Fixed exponential retry behavior so that delay milliseconds greater than Int32.MaxValue do not trigger an exception.
  • Fixed DelayStrategy behavior to no longer shift the delay to be used over by one attempt. Previously, the first delay would be what should have been used for the second, and the second was what should have been used for the third, etc. Note, this would only be observed when using DelayStrategy outside of a RetryPolicy or RetryOptions.
  • Do not add the error.type attribute twice when tracing is enabled.
  • Do not suppress nested activities when they occur in the context of Consumer/Server activities (e.g. BlobClient.Download is no longer suppressed under EventHubs.Process).
Other Changes
  • Remove targets for .NET Core 2.1 and .NET 5 since they are out of support. Azure.Core is no longer compatible with .NET Core 2.1 after removal of target. The remaining targets are unchanged.

v1.36.0

Compare Source

1.36.0 (2023-11-10)

Features Added
  • Added RequiresUnreferencedCode attribute to RequestContent.Create(object) overloads that use reflection to serialize the input object. This provides support for native AOT compilation when Azure.Core is used for diagnostics.
  • Use System.Text.Json source generation to deserialize the error response in RequestFailedException on net6.0 and above targets.
Breaking Changes
  • Updated tracing attributes names to conform to OpenTelemetry semantic conventions version 1.23.0.
  • Suppress client activity creation by Azure clients if it happens in scope of another activity created by an Azure client.
  • Changed how ActivitySource name is constructed for clients that use single-worded activity names (without dot). We now append provided activity name as is to the client namespace name. Previously, the provided activity name was omitted and the ActivitySource name matched the provided client namespace.
  • Distributed tracing with ActivitySource for HTTP and REST-based client libraries is declared stable. Experimental feature-flag is no longer required for most of the newly released libraries. Tracing for messaging libraries remains experimental.
  • Added nullable annotation to ResourceIdentifier.TryParse parameter input.

v1.35.0

Compare Source

1.35.0 (2023-09-07)

Features Added
  • Expand the set of supported DynamicData property types to included heterogeneous arrays of allowed types.
Breaking Changes
  • Added the nullability annotation to NullableResponse<T>.Value to indicate that it is a nullable type.

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from b0c65f2 to 97ef93c Compare November 9, 2022 18:51
@renovate renovate bot changed the title Update dependency Azure.Core to v1.26.0 Update azure azure-sdk-for-net monorepo Nov 9, 2022
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 97ef93c to d52ab11 Compare February 21, 2023 10:35
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from 2470ab9 to 594e724 Compare March 17, 2023 05:50
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 594e724 to 52390c5 Compare March 24, 2023 18:31
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 52390c5 to 0f484cc Compare April 17, 2023 10:30
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 0f484cc to cb0ca48 Compare May 28, 2023 10:09
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from cb0ca48 to c3e0130 Compare June 17, 2023 01:45
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from e2fc96a to 0043172 Compare July 12, 2023 20:03
@renovate renovate bot changed the title Update azure azure-sdk-for-net monorepo Update azure azure-sdk-for-net monorepo - autoclosed Aug 1, 2023
@renovate renovate bot closed this Aug 1, 2023
@renovate renovate bot deleted the renovate/azure-azure-sdk-for-net-monorepo branch August 1, 2023 20:40
@renovate renovate bot changed the title Update azure azure-sdk-for-net monorepo - autoclosed Update azure azure-sdk-for-net monorepo Aug 8, 2023
@renovate renovate bot reopened this Aug 8, 2023
@renovate renovate bot restored the renovate/azure-azure-sdk-for-net-monorepo branch August 8, 2023 19:19
@renovate renovate bot changed the title Update azure azure-sdk-for-net monorepo Update dependency Microsoft.Extensions.Azure to v1.7.0 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 0043172 to d737e1a Compare August 8, 2023 22:25
@renovate renovate bot changed the title Update dependency Microsoft.Extensions.Azure to v1.7.0 Update azure azure-sdk-for-net monorepo Aug 15, 2023
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from d737e1a to d1b8cc0 Compare August 15, 2023 15:45
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 3 times, most recently from b6338fb to a64ed96 Compare September 13, 2023 18:38
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from a64ed96 to 431f2f7 Compare October 10, 2023 00:38
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 431f2f7 to cb231a6 Compare October 18, 2023 21:50
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from cb231a6 to 55d389c Compare October 27, 2023 21:22
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 3 times, most recently from 7e7cff0 to 2af5b18 Compare November 10, 2023 22:03
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 4 times, most recently from 76e3155 to f6674f2 Compare April 19, 2024 22:50
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from f6674f2 to 923723c Compare April 29, 2024 03:52
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 3 times, most recently from ba04709 to e39b76e Compare May 14, 2024 03:48
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 3 times, most recently from 5391d08 to 8bc2af0 Compare June 13, 2024 20:51
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from 8fce5f5 to 88e9df7 Compare July 11, 2024 22:11
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 88e9df7 to a5db6e3 Compare July 16, 2024 21:07
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from a5db6e3 to 26d7873 Compare July 25, 2024 16:54
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 26d7873 to ffed8a3 Compare August 1, 2024 22:13
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from 138e339 to 829e6d9 Compare August 15, 2024 19:56
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from 238eceb to 8754ea3 Compare September 19, 2024 03:09
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 8754ea3 to 8adf849 Compare September 25, 2024 22:19
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 3 times, most recently from 049f446 to 79cfc05 Compare October 10, 2024 00:33
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch 2 times, most recently from e46c973 to 7ccc141 Compare October 15, 2024 20:56
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 7ccc141 to 423d69a Compare November 5, 2024 19:56
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 423d69a to 8b5d8a1 Compare November 12, 2024 20:20
@renovate renovate bot force-pushed the renovate/azure-azure-sdk-for-net-monorepo branch from 8b5d8a1 to eb36765 Compare November 27, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants