Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps azure-core from 1.18.0 to 1.19.0.

Release notes

Sourced from azure-core's releases.

azure-core_1.19.0

1.19.0 (2021-08-06)

Feature Added

  • Added HttpRequestLogger, HttpResponseLogger, and correlating context classes to enable support for custom logging in HttpLoggingPolicy. (#16088)
  • Added new constructor overload to AzureSasCredential to enable passing a Function which encodes the SAS credential. (#23033)
  • Added a new constructor HttpHeaders(int initialCapacity) which allows configuration of the initial backing map capacity may allow short-circuiting scenarios where the map would need to be resized and copied in memory.
  • Added Maven profiles to enable the creation of an uber JAR with OS specific dependencies of netty-tcnative-boringssl-static instead of including all OS dependencies. (#21223)
  • Added support to @QueryParam to support "exploded" query parameters. (#21203)
  • Added support to create tracing spans with customizations. (#23159)

Fixed

  • Fixed a bug where Tracer.DIAGNOSTIC_ID_KEY's value was spelt incorrect.
  • Fixed a bug where loading system and Java proxies used java.net.useSystemProxies incorrectly. (#23151)
  • Fixed a bug with context propagation through EventHub and ServiceBus between Java and other languages.
  • Fixed a bug where classes annotated with @JsonFlatten would incorrectly split Map keys on . and flatten them. (#22591)
  • Fixed a bug where creating a ClientLogger would throw InvalidPathException when constructing a DefaultLogger with a name that contained illegal path characters on Windows.
  • Fixed a bug where FluxUtil.writeFile would attempt to write to ByteBuffers to the same location in file.

Dependency Updates

  • Upgraded Jackson from 2.12.3 to 2.12.4.
  • Upgraded Reactor from 3.4.6 to 3.4.8.
  • Upgraded SLF4J from 1.7.30 to 1.7.32.
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.18.0 to 1.19.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.18.0...azure-core_1.19.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 Aug 9, 2021
@baywet baywet added this to the 2.0.9 milestone Aug 9, 2021
@baywet baywet merged commit 59ec51a into dev Aug 9, 2021
@baywet baywet deleted the dependabot/gradle/com.azure-azure-core-1.19.0 branch August 9, 2021 12:01
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.

1 participant