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(deps): update dependency com_github_grpc_grpc to v1.37.0 #6357

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
com_github_grpc_grpc http_archive minor v1.35.0 -> v1.37.0

Release Notes

grpc/grpc

v1.37.0

Compare Source

This is release 1.37.0 (gilded) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Bump up minimum supported clang to 4.0. (#​25443)
  • Use URI form of address for channelz listen node. (#​25785)
  • Implementation CSDS (xDS Config Dump). (#​25038)
  • Don't assume that c-ares won't retry failed writes in grpc_core::GrpcPolledFdWindows::SendVUDP. (#​25726)
  • Fix an infinite read loop with SRV record resolution on windows. (#​25672)
  • xDS status notifier. (#​25321)
  • Remove CAS loops in global subchannel pool and simplify subchannel refcounting. (#​25485)
  • Add missing security field to channelz Socket. (#​25593)
  • Disable check_call_host when server_verification_option is not GRPC_TLS_SERVER_VERIFICATION. (#​25577)

C++

  • Remove fault injection environmental variable guard. (#​25792)
  • Implement C++ Admin Interface API. (#​25753)
  • cmake: Reflect minor version change in SONAME for C++ and C#. (#​25617)
  • xDS Client-Side Fault Injection. (#​24354)

C#

  • [C#] Add buildTransitive directory to NuGet package. (#​25385)
  • Reduce Grpc.Core nuget size by generating separate .so with/without debug symbols for grpc_csharp_ext. (#​25729)
  • make Grpc C# work on aarch64 linux. (#​25717)
  • Add support for additional protoc arguments in Grpc.Tools. (#​25374)
  • C#: Use explicit native extension loading whenever possible. (#​25490)

Python

  • use boringssl asm optimizations in aarch64 wheel source build. (#​25453)
  • Clarify Guarantees about grpc.Future Interface. (#​25383)
  • Use crosscompilation to build python armv7 wheels. (#​25704)
  • [Aio] Add time_remaining method to ServicerContext. (#​25719)
  • Standardize all environment variable boolean configuration in python's setup.py. (#​25444)
  • Crosscompile python aarch64 wheels with dockcross. (#​25418)
  • Fix Signal Safety Issue. (#​25394)

Ruby

  • Cherry-pick PR #​25429 "Add ruby 3.0 support for mac binary packages" to 1.37.x. (#​25869)
  • Include GRPC::GenericService from root namespace. (#​25153)
  • Ruby: support for PSM security. (#​25330)

v1.36.4

Compare Source

This is release 1.36.4 (gummybear) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Backport "Fix an infinite read loop with SRV record resolution on windows" to 1.36.x. (#​25690)

v1.36.3

Compare Source

This is release 1.36.3 (gummybear) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

v1.36.2

Compare Source

This is release 1.36.2 (gummybear) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

v1.36.1

Compare Source

This is release 1.36.1 (gummybear) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • back-port: add env var protection for google-c2p resolver. (#​25569)

v1.36.0

Compare Source

This is release 1.36.0 (gummybear) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Remove unnecessary internal pollset set in c-ares DNS resolver. (#​25296)
  • Fix implicit declaration error in zlib + macOS. (#​24979)
  • Support Default Root Certs in Tls Credentials. (#​25018)

C++

  • Move third party identity C++ api out of experimental namespace. (#​25379)
  • refactor!: change error_details functions to templates. (#​25196)
  • Support ServerContext for callback API. (#​25175)

C#

  • [Backport][c#] Use explicit native extension loading whenever possible. (#​25506)

PHP

  • PHP: support for PSM security. (#​25303)
  • PHP: fixed segfault on reused call object. (#​25245)
  • PHP: fixed phpunit 8 warnings. (#​25019)

Python

  • Implement Python Client and Server xDS Creds. (#​25365)

Ruby


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team as a code owner April 24, 2021 12:53
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2021
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 24, 2021
@coryan
Copy link
Contributor

coryan commented Apr 24, 2021

/gcbrun

@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 0213d345d4640178bf25176e1d55815f8fc24198

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Apr 24, 2021

Codecov Report

Merging #6357 (d7a1d39) into master (7cbb934) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6357      +/-   ##
==========================================
+ Coverage   95.99%   96.01%   +0.01%     
==========================================
  Files        1173     1173              
  Lines      104325   104301      -24     
==========================================
- Hits       100143   100140       -3     
+ Misses       4182     4161      -21     
Impacted Files Coverage Δ
google/cloud/spanner/internal/spanner_stub.cc 76.34% <0.00%> (-1.08%) ⬇️
...cloud/storage/oauth2/service_account_credentials.h 94.11% <0.00%> (-0.48%) ⬇️
google/cloud/storage/internal/object_streambuf.cc 96.52% <0.00%> (-0.02%) ⬇️
google/cloud/storage/client.h 100.00% <0.00%> (ø)
google/cloud/storage/lifecycle_rule.cc 100.00% <0.00%> (ø)
...cloud/storage/oauth2/authorized_user_credentials.h 100.00% <0.00%> (ø)
...d/storage/internal/curl_resumable_upload_session.h 100.00% <0.00%> (ø)
google/cloud/spanner/samples/samples.cc 82.01% <0.00%> (+0.09%) ⬆️
google/cloud/spanner/internal/connection_impl.cc 93.89% <0.00%> (+0.17%) ⬆️
google/cloud/storage/parallel_upload.cc 99.24% <0.00%> (+0.37%) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7cbb934...d7a1d39. Read the comment docs.

@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 0213d34 to 0fc1eb0 Compare April 24, 2021 18:50
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2021
@coryan
Copy link
Contributor

coryan commented Apr 24, 2021

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from 0fc1eb0 to eecca22 Compare April 24, 2021 21:54
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2021
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 0fc1eb0066b7391a46e505d04a416327d4978130

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@renovate-bot renovate-bot force-pushed the renovate/com_github_grpc_grpc-1.x branch from eecca22 to 9bbc432 Compare April 29, 2021 20:38
@trusted-contributions-gcf
Copy link

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 29, 2021
@coryan
Copy link
Contributor

coryan commented Apr 29, 2021

/gcbrun

@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 9bbc432241b30477b99660a750ee88daa12a9e8e

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@trusted-contributions-gcf
Copy link

/gcbrun

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 29, 2021
@coryan
Copy link
Contributor

coryan commented Apr 29, 2021

/gcbrun

@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: d7a1d39b79e0509d9075a79e44ff9c61b2a3b943

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@coryan coryan merged commit f590077 into googleapis:master Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants