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

Bump com.azure:azure-core from 1.31.0 to 1.36.0 in /plugins/repository-azure #114

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps com.azure:azure-core from 1.31.0 to 1.36.0.

Release notes

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

azure-core_1.36.0

1.36.0 (2023-02-01)

Features Added

  • Added explicit support for text-based serialization, this is done by adding SerializerEncoding.TEXT. Previously, text was being implicitly supported by using SerializerEncoding.JSON but there were edge cases when a String wasn't a JSON string (string vs "string"). (#32277)
  • Added BinaryData.fromListByteBuffer(List<ByteBuffer>) to support additional ways to create BinaryData. (#32932)
  • Added TracingOptions to make tracing configurable. (#32573)
  • Added support for links, start timestamp, W3C trace-context propagation, and numerical attributes in tracing.
  • Tracing plugins are no longer required to implement AfterRetryPolicyProvider as tracing is now handled by InstrumentationPolicy using the provided Tracer implementation.

Breaking Changes

  • Deprecated messaging-specific methods in tracing abstractions.

Bugs Fixed

  • Fixed a bug where PollingStrategy.getResult would guard getting results for POST-based on containing a Location header which isn't guaranteed to exist. If the header doesn't exist the body of the last polling operation is used as the final result. (#32815)
  • Fixed a bug where HEAD-based requests were checking for a body before deserializing. HEAD requests shouldn't have a body or if they do it should be ignored. (#32833)

Other Changes

  • Exceptions when deserializing error HTTP responses now include the deserialization exception as the causal exception in addition to logging it.
  • ExpandableStringEnum now uses MethodHandle instead of Constructor to create subtype instances when using fromString(String, Class<T>).
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 [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.31.0 to 1.36.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.31.0...azure-core_1.36.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 added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2023

The following labels could not be found: dependabot.

@github-actions
Copy link

github-actions bot commented Feb 6, 2023

Gradle Check (Jenkins) Run Completed with:

  • RESULT: null ❌
  • URL:
  • CommitID: f5e28f7

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 7, 2023

Superseded by #125.

@dependabot dependabot bot closed this Mar 7, 2023
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/com.azure-azure-core-1.36.0 branch March 7, 2023 00:04
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