Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2022

Bumps grpc.version from 1.37.0 to 1.44.0.
Updates grpc-core from 1.37.0 to 1.44.0

Release notes

Sourced from grpc-core's releases.

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

Acknowledgement

  • groakley@
  • apolcyn@
  • beatrausch@
  • danielnorberg@
  • jdcormie@

v1.43.2

Dependencies

v1.43.1

Bug Fixes

  • core: fix a race condition when calling ManagedChannel#enterIdle() (#8761)

Dependencies

  • Bump GSON to 2.8.9 (#8764)

v1.43.0

API Changes

  • alts: Make GoogleDefaultChannelCredentials take a CallCredentials (#8548)
  • binder: Support BinderChannelBuilder.forTarget (#8633)
  • inprocess: Add support for anonymous in-process servers (#8589)

Bug Fixes

  • census: fixed a bug which in rare cases, a NullPointerException may be thrown by recordFinishedAttempt(). Users not enabling grpc-census are not impacted by this bug (#8706)

... (truncated)

Commits
  • 74b054b Bump version to 1.44.0
  • 8c59376 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)
  • 318fef8 xds: Handle negative random numbers in c2p resolver
  • fcf2caf xds: implement least_request load balancing policy (#8739)
  • 13248fb Drop Java 7 support
  • f7e6d69 rls: fix child lb leak when client channel is shutdown (#8750)
  • 69671e1 interop-testing: Fix script rewrite for Gradle 7.2
  • 56e9321 android-interop-testing: add the linter error message ignore annotation in th...
  • Additional commits viewable in compare view

Updates grpc-stub from 1.37.0 to 1.44.0

Release notes

Sourced from grpc-stub's releases.

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

Acknowledgement

  • groakley@
  • apolcyn@
  • beatrausch@
  • danielnorberg@
  • jdcormie@

v1.43.2

Dependencies

v1.43.1

Bug Fixes

  • core: fix a race condition when calling ManagedChannel#enterIdle() (#8761)

Dependencies

  • Bump GSON to 2.8.9 (#8764)

v1.43.0

API Changes

  • alts: Make GoogleDefaultChannelCredentials take a CallCredentials (#8548)
  • binder: Support BinderChannelBuilder.forTarget (#8633)
  • inprocess: Add support for anonymous in-process servers (#8589)

Bug Fixes

  • census: fixed a bug which in rare cases, a NullPointerException may be thrown by recordFinishedAttempt(). Users not enabling grpc-census are not impacted by this bug (#8706)

... (truncated)

Commits
  • 74b054b Bump version to 1.44.0
  • 8c59376 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)
  • 318fef8 xds: Handle negative random numbers in c2p resolver
  • fcf2caf xds: implement least_request load balancing policy (#8739)
  • 13248fb Drop Java 7 support
  • f7e6d69 rls: fix child lb leak when client channel is shutdown (#8750)
  • 69671e1 interop-testing: Fix script rewrite for Gradle 7.2
  • 56e9321 android-interop-testing: add the linter error message ignore annotation in th...
  • Additional commits viewable in compare view

Updates grpc-netty from 1.37.0 to 1.44.0

Release notes

Sourced from grpc-netty's releases.

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

Acknowledgement

  • groakley@
  • apolcyn@
  • beatrausch@
  • danielnorberg@
  • jdcormie@

v1.43.2

Dependencies

v1.43.1

Bug Fixes

  • core: fix a race condition when calling ManagedChannel#enterIdle() (#8761)

Dependencies

  • Bump GSON to 2.8.9 (#8764)

v1.43.0

API Changes

  • alts: Make GoogleDefaultChannelCredentials take a CallCredentials (#8548)
  • binder: Support BinderChannelBuilder.forTarget (#8633)
  • inprocess: Add support for anonymous in-process servers (#8589)

Bug Fixes

  • census: fixed a bug which in rare cases, a NullPointerException may be thrown by recordFinishedAttempt(). Users not enabling grpc-census are not impacted by this bug (#8706)

... (truncated)

Commits
  • 74b054b Bump version to 1.44.0
  • 8c59376 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)
  • 318fef8 xds: Handle negative random numbers in c2p resolver
  • fcf2caf xds: implement least_request load balancing policy (#8739)
  • 13248fb Drop Java 7 support
  • f7e6d69 rls: fix child lb leak when client channel is shutdown (#8750)
  • 69671e1 interop-testing: Fix script rewrite for Gradle 7.2
  • 56e9321 android-interop-testing: add the linter error message ignore annotation in th...
  • Additional commits viewable in compare view

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 `grpc.version` from 1.37.0 to 1.44.0.

Updates `grpc-core` from 1.37.0 to 1.44.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.44.0)

Updates `grpc-stub` from 1.37.0 to 1.44.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.44.0)

Updates `grpc-netty` from 1.37.0 to 1.44.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.37.0...v1.44.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:development
  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 Jan 30, 2022
@github-actions github-actions bot added the build label Jan 30, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 20, 2022

Superseded by #180.

@dependabot dependabot bot closed this Mar 20, 2022
@dependabot dependabot bot deleted the dependabot/maven/lang/java/grpc.version-1.44.0 branch March 20, 2022 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

build dependencies Pull requests that update a dependency file java Pull requests that update Java code

Development

Successfully merging this pull request may close these issues.

0 participants