Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps azure-core from 1.21.0 to 1.22.0.

Release notes

Sourced from azure-core's releases.

azure-core_1.22.0

1.22.0 (2021-11-05)

Features Added

  • Added ReferenceManager which is capable of performing Cleaner-like functionality by allowing a Runnable callback to be triggered when an object reference is eligible for garbage collection.
  • Added RequestOptions which allows for a chained set of operations to be applied to an HttpRequest before being sent through the HttpPipeline.
  • Added an ETag class which represents an HTTP ETag.
  • Added getJavaClass method to retrieve the representing instance of the TypeReference created.
  • Added support for HTTP method OPTIONS by adding an Options annotation.
  • Added a function to CoreUtils which merges two Contexts together.
  • Added a new feature flag AZURE_JACKSON_ADAPTER_USE_ACCESS_HELPER which indicates to JacksonAdapter to wrap serialization calls in AccessController.doPrivileged to prevent SecurityManager exceptions when JacksonAdapter has the prerequisite permissions.

Bugs Fixed

  • Fixed a bug where an initial length of 0 wasn't permitted when creating a ByteBuffer collector.
  • Fixed a bug where an exception type would be instantiated and never used in a hot path, reducing memory usage.
  • Fixed a bug where the content length of a serializable request body may return null when it is known (already serialized).

Other Changes

  • Improved performance of operations that merge or retrieve all values of Context.
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.21.0 to 1.22.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.21.0...azure-core_1.22.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 Nov 8, 2021
@baywet baywet merged commit b4ef0ce into dev Nov 8, 2021
@baywet baywet deleted the dependabot/gradle/com.azure-azure-core-1.22.0 branch November 8, 2021 11:12
@baywet baywet added this to the 2.0.10 milestone Nov 8, 2021
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