Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps Azure.Core from 1.25.0 to 1.27.0.

Release notes

Sourced from Azure.Core's releases.

Azure.Core_1.27.0

1.27.0 (2023-01-10)

Features Added

  • Made RedirectPolicy public to provide SetAllowAutoRedirect() method to library authors.
  • Added RetryPolicy property to ClientOptions to allow library authors to set a custom retry policy.
  • Added MessageProcessingContext type and ProcessingContext property to HttpMessage which contains information about the message as it traverses through the pipeline.
  • Added SetProperty and TryGetProperty overloads to HttpMessage to allow setting property values using a Type as the key.

Azure.Core_1.26.0

1.26.0 (2022-11-08)

Features Added

  • Introduced a new NullableResponse<T> type for scenarios where a service method may or may not return a value. One common example is Get*IfExists methods. Response<T> also now inherits from NullableResponse<T>.
  • Added TryParse method to the ResourceIdentifier type.
  • Added AppendQuery and AppendPath overloads to RequestUriBuilder.

Bugs Fixed

  • Fixed issue where fixed delay was applied when the RetryMode was set to Exponential when retrying a request that resulted in an exception.

Other Changes

  • Azure.Core now targets .NET 6 in addition to the existing targets.
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 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.Core](https://github.com/Azure/azure-sdk-for-net) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Core_1.25.0...Azure.Core_1.27.0)

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2023

Superseded by #28.

@dependabot dependabot bot closed this Feb 7, 2023
@dependabot dependabot bot deleted the dependabot/nuget/Azure.Core-1.27.0 branch February 7, 2023 09:08
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.

1 participant