Skip to content

Maven: Bump azure-core from 1.16.0 to 1.36.0 - #142

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.azure-azure-core-1.36.0
Closed

Maven: Bump azure-core from 1.16.0 to 1.36.0#142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/com.azure-azure-core-1.36.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps azure-core from 1.16.0 to 1.36.0.

Release notes

Sourced from 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>).

azure-messaging-eventhubs-checkpointstore-blob_1.17.0-beta.1

1.17.0-beta.1 (2023-01-31)

Other Changes

Dependency Updates

  • Update azure-messaging-eventhubs dependency to 5.16.0-beta.1.

azure-messaging-eventhubs-checkpointstore-blob_1.16.2

1.16.2 (2023-01-18)

Breaking Changes

  • Remove messaging.eventhubs.checkpoints counter and replace it with messaging.eventhubs.checkpoint.duration histogram that can be used to count checkpoint calls.

... (truncated)

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-java) from 1.16.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.16.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 Related to external dependencies label Feb 6, 2023
@dependabot @github

dependabot Bot commented on behalf of github Mar 7, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #149.

@dependabot dependabot Bot closed this Mar 7, 2023
@dependabot
dependabot Bot deleted the dependabot/maven/com.azure-azure-core-1.36.0 branch March 7, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to external dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants