Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.azure:azure-core from 1.45.1 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner February 5, 2024 08:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 5, 2024
@baywet baywet enabled auto-merge February 5, 2024 08:22
@andrueastman
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.azure-azure-core-1.46.0 branch 2 times, most recently from c76aab2 to 37f3c9c Compare February 5, 2024 11:46
Bumps [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.45.1 to 1.46.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.45.1...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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.azure-azure-core-1.46.0 branch from 37f3c9c to fa7982b Compare February 5, 2024 11:48
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@baywet baywet merged commit 3f6c075 into dev Feb 5, 2024
@baywet baywet deleted the dependabot/maven/com.azure-azure-core-1.46.0 branch February 5, 2024 11:51
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants