Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Bump com.azure:azure-core from 1.39.0 to 1.46.0 in /plugins/repository-azure #232

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps com.azure:azure-core from 1.39.0 to 1.46.0.

Release notes

Sourced from com.azure:azure-core's releases.

azure-core_1.46.0

1.46.0 (2024-02-02)

Features Added

  • Added SyncPoller.getFinalResult(Duration) to get the final result of a long-running operation with a timeout period. Allows for a single call rather than calling both SyncPoller.waitForCompletion(Duration) and SyncPoller.getFinalResult().
  • Serialization model types now implement JsonSerializable. (#37046)
  • Added CoreUtils.durationToStringWithDays, exposing how serialization of Duration is done. (#37763)
  • Prevent requests that won't retry from being buffered. (#37871)
  • Added BinaryData.writeTo(OutputStream), BinaryData.writeTo(WriteableByteChannel), and BinaryData.writeToAsync(AsynchronousByteChannel) to allow writing the content of BinaryData to an OutputStream, WriteableByteChannel, or AsynchronousByteChannel respectively. (#38271)
  • Added RetryOptions.shouldRetryCondition, RetryStrategy.shouldRetryCondition and RequestRetryCondition to allow RetryOptions to determine which HTTP responses and exceptions can be retried. (#38585)
  • Added CoreUtils.addShutdownHookSafely to add a shutdown hook with possible usage of AccessController to add it in a privileged manner. (#38580)

Breaking Changes

  • SyncPoller.waitForCompletion(Duration) now throws an exception if the polling operation doesn't complete or reach the status within the give duration.

Bugs Fixed

  • Fixed RetryPolicy usage of calculated delay. (#37788)

Other Changes

  • HttpLoggingPolicy uses better defaults for allowed headers and query parameters to log. (#37686)
  • Performance improvements in LoggingEventBuilder. (#37967)
  • Performance improvements to HTTP header logging. (#38492)
  • Reduce redacted header logging. (#38501)

Dependency Updates

  • Upgraded Reactor Core from 3.4.33 to 3.4.34.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.39.0 to 1.46.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.39.0...azure-core_1.46.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from kartg as a code owner February 5, 2024 01:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2024

The following labels could not be found: dependabot.

Copy link
Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #239.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.46.0 branch March 4, 2024 01:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants