Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps com.azure:azure-core from 1.35.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.35.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.35.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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 2, 2023
@baywet baywet merged commit 8b8f2ad into dev Feb 2, 2023
@baywet baywet deleted the dependabot/gradle/android/com.azure-azure-core-1.36.0 branch February 2, 2023 11:21
@baywet baywet added this to the 2.0.17 milestone Mar 20, 2023
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.

2 participants