getgauge / gauge-java

Java runner for Gauge
https://gauge.org
Apache License 2.0
91 stars 47 forks source link

Bump grpc-protobuf from 1.43.2 to 1.44.1 #671

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpc-protobuf from 1.43.2 to 1.44.1.

Release notes

Sourced from grpc-protobuf's releases.

v1.44.1

Bug Fixes

  • xds: fix the validation code to accept new-style CertificateProviderPluginInstance wherever used (#8901 fixes #8885)
  • binder: Fix a ServiceConnection leak (#8861 closes #8726)
  • android: fix for app coming to foreground (#8904 closes #8850)

v1.44.0

gRPC Java 1.44.0 Release Notes

Java 7 is no longer supported. This release uses Java 8 bytecode, except for grpc-context which remains on Java 7 bytecode. Users requiring Java 7 are encouraged to use the v1.41.x branch. See gRFC P5. Android support remains API level 19+. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or grpc-io@googlegroups.com.

Java 8 users pay note: per gRFC P5, gRPC may drop Java 8 support as soon as March this year. If this is expected to cause undue hardship or community issues, please contact us via a GitHub issue or grpc-io@googlegroups.com.

API Changes

  • Removed deprecated StreamInfo.transportAttrs (#8768)

Bug Fixes

  • core: fix a race condition when calling ManagedChannel#enterIdle() (#8761)
  • xds: rename ring_hash LB Policy to ring_hash_experimental to comply with gRPC A42: xDS Ring Hash LB Policy (#8776)

Behavior Changes

  • Binder: Enclose all operations in BinderTransport even when an exception was thrown. (#8733)*
  • Binder: Fix a bug that might cause memory leaks in binder. (#8728)

Dependencies

  • Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569. See the protobuf advisory
  • Bump GSON to 2.8.9 (#8759)
  • Bump Netty to 4.1.72.Final and tcnative to 2.0.46.Final (#8780)

Acknowledgement

  • groakley@
  • apolcyn@
  • beatrausch@
  • danielnorberg@
  • jdcormie@
Commits
  • ff4c976 Bump version to 1.44.1
  • ac04032 Update README etc to reference 1.44.1
  • 91ae107 android: fix for app coming to foreground
  • 8790f12 binder: Fix a ServiceConnection leak (#8861)
  • 81ac88a xds: fix the validation code to accept new-style CertificateProviderPluginIns...
  • 2564020 Bump version to 1.44.1-SNAPSHOT
  • da41d26 Bump version to 1.44.0
  • 575bb81 Update README etc to reference 1.44.0
  • 33c4cee Revert "1.44.0 release, version bump (#8862)" (#8863)
  • 301d82c 1.44.0 release, version bump (#8862)
  • 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[bot] commented 2 years ago

Superseded by #679.