getgauge / gauge-java

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

Bump grpc-netty-shaded from 1.43.2 to 1.45.0 #680

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpc-netty-shaded from 1.43.2 to 1.45.0.

Release notes

Sourced from grpc-netty-shaded's releases.

v1.45.0

gRPC Java 1.45.0 Release Notes

Bug Fixes

  • rls: fix child lb leak when client channel is shutdown (#8750)
  • rls: fix RLS lb policy name (#8867)
  • testing: fix GrpcCleanupRule issue when retrying tests (#8918)
  • xds: fix validation code to accept new-style CertificateProviderPluginInstance (#8892)
  • xds: fix a concurrency issue in CSDS ClientStatus responses (#8795)
  • bom: Include grpc-binder
  • binder: Fix a ServiceConnection leak (#8861)
  • binder: Increase fairness across streams when limited by flow control. This can dramatically reduce latency when channel is being used for high throughput (#8835)
  • android: fix for app coming to foreground (#8855)

Behavior Changes

  • Local-only transparent retry is (practically) unlimited now. Previously it was at most once per RPC.
  • xds: implement least_request load balancing policy (#8739)

Dependencies

  • Bump Error Prone Annotations to 2.10.0
  • Bump Guava to 31.0.1-android
  • Bump Google Auth Library to 1.4.0
  • Bump Auto Value to 1.9
  • netty: Include both x86 and Arm64 epoll as dependency for grpc-netty-shaded
  • testing: remove opencensus dependency from grpc-testing (#8833)

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)

... (truncated)

Commits
  • 8eff263 Bump version to 1.45.0
  • 27024b4 Update README etc to reference 1.45.0
  • b13d0c2 xds: BootstrapperImpl should not be public
  • d3a5925 googleapis: Move GoogleCloudToProdNameResolver from xds
  • 9a99ca4 xds: fix XdsNameResolver blindly propagates XdsClient errors (#8953) (#8964)
  • 75c7c6b xds: Do not failoverpriority when IDLE->CONNECTING
  • 421be66 xds: improve PriorityLoadBalancerTest
  • 1b1b284 xds: Squelch ADS reconnection error logs
  • b77bc6b observability: do not publish our artifact to maven just yet (#8938)
  • 6559ef8 Revert "stub: Have ClientCalls.ThreadlessExecutor reject Runnables after end ...
  • 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)
haroon-sheikh commented 2 years ago

This PR is no longer required. See https://github.com/getgauge/gauge-java/pull/690

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.