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

chore: bump azure-core from 1.38.0 to 1.39.0 in /examples/msal-java #933

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2023

Bumps azure-core from 1.38.0 to 1.39.0.

Release notes

Sourced from azure-core's releases.

azure-core_1.39.0

1.39.0 (2023-05-04)

Features Added

  • Added HttpHeaders.setAllHttpHeaders(HttpHeaders) to provide a way to efficiently combine two HttpHeaders.
  • Added CoreUtils.parseQueryParameters to efficient parse query parameters without array overhead found with String.split.

Breaking Changes

  • Deprecated String-based APIs on HttpHeaders, HttpRequest, HttpResponse, and RequestOptions. Use HttpHeaderName-based APIs instead as they provide better performance.

Bugs Fixed

  • Fixed an edge case when parsing query parameters without a value (key&key2=value2). (#34459)

Other Changes

  • Changed how handling supporting multiple versions of Jackson happens internally to reduce usage of reflection. (#34468)
  • Improved request and response body logging to reduce memory allocations.
Commits
  • b77c51e Prepare Core Libraries for May 2023 Release (#34784)
  • 8ca65cb fix acr npe when binarydata is not buffered (#34785)
  • 2487955 Update RestProxy to not buffer for streaming response (#34750)
  • 26e540d Include Long-Running Tests in Thread Dump (#34374)
  • 12bf4ba Increment package versions for paloaltonetworks releases (#34772)
  • cdd3daa [Messaging] Reduce allocation for Send by using RedableBuffer (#34591)
  • f079ad7 Add session idle timeout (#34700)
  • fde9319 Fix bug when setting table cell bounding box values (#34769)
  • 25bfa5c Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#34658)
  • c378b73 pass along the artifact name so we can override it later (#34767)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from aramase and enj as code owners May 5, 2023 20:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 5, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/examples/msal-java/com.azure-azure-core-1.39.0 branch from 6631639 to b50e52e Compare May 12, 2023 19:35
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2023

Codecov Report

Merging #933 (0fb63d6) into main (6aac89f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #933   +/-   ##
=======================================
  Coverage   53.71%   53.71%           
=======================================
  Files          36       36           
  Lines        2290     2290           
=======================================
  Hits         1230     1230           
  Misses       1014     1014           
  Partials       46       46           

Bumps [azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.38.0...azure-core_1.39.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 force-pushed the dependabot/maven/examples/msal-java/com.azure-azure-core-1.39.0 branch from b50e52e to 0fb63d6 Compare May 15, 2023 23:51
@aramase
Copy link
Member

aramase commented May 15, 2023

/azp run

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@aramase aramase merged commit 210a14e into main May 15, 2023
10 checks passed
@aramase aramase deleted the dependabot/maven/examples/msal-java/com.azure-azure-core-1.39.0 branch May 15, 2023 23:56
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.

None yet

2 participants