Skip to content

Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java#1884

Merged
RyanSkraba merged 1 commit intomasterfrom
dependabot/maven/lang/java/grpc.version-1.49.1
Sep 26, 2022
Merged

Bump grpc.version from 1.49.0 to 1.49.1 in /lang/java#1884
RyanSkraba merged 1 commit intomasterfrom
dependabot/maven/lang/java/grpc.version-1.49.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2022

Bumps grpc.version from 1.49.0 to 1.49.1.
Updates grpc-core from 1.49.0 to 1.49.1

Release notes

Sourced from grpc-core's releases.

v1.49.1

Bug Fixes

  • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#9537)
  • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#9524)

Behavior Changes

Commits
  • eb32ed1 Bump version to 1.49.1
  • c1e9c2b Update README etc to reference 1.49.1
  • 8b9acff core: outlier detection max ejection logic update (#9492) (#9552)
  • 0707aac core: outlier detection to min host request volume (#9490) (#9551)
  • 0e4e716 core: Update outlier detection max ejection logic. (#9489) (#9550)
  • e55bf31 xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting when ...
  • d0848ef [core,api,auth: Choose executor based on need for thread affinity (#9504) (#9...
  • 46eb94d xDS interop: enable pod log collection in the buildscripts (#9495) (#9512)
  • cf10676 Bump version to 1.49.1-SNAPSHOT
  • See full diff in compare view

Updates grpc-stub from 1.49.0 to 1.49.1

Release notes

Sourced from grpc-stub's releases.

v1.49.1

Bug Fixes

  • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#9537)
  • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#9524)

Behavior Changes

Commits
  • eb32ed1 Bump version to 1.49.1
  • c1e9c2b Update README etc to reference 1.49.1
  • 8b9acff core: outlier detection max ejection logic update (#9492) (#9552)
  • 0707aac core: outlier detection to min host request volume (#9490) (#9551)
  • 0e4e716 core: Update outlier detection max ejection logic. (#9489) (#9550)
  • e55bf31 xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting when ...
  • d0848ef [core,api,auth: Choose executor based on need for thread affinity (#9504) (#9...
  • 46eb94d xDS interop: enable pod log collection in the buildscripts (#9495) (#9512)
  • cf10676 Bump version to 1.49.1-SNAPSHOT
  • See full diff in compare view

Updates grpc-netty from 1.49.0 to 1.49.1

Release notes

Sourced from grpc-netty's releases.

v1.49.1

Bug Fixes

  • xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#9537)
  • auth: Fix AppEngine failing while retrieving access token when instantiating a blocking stub using AppEngineCredentials (#9524)

Behavior Changes

Commits
  • eb32ed1 Bump version to 1.49.1
  • c1e9c2b Update README etc to reference 1.49.1
  • 8b9acff core: outlier detection max ejection logic update (#9492) (#9552)
  • 0707aac core: outlier detection to min host request volume (#9490) (#9551)
  • 0e4e716 core: Update outlier detection max ejection logic. (#9489) (#9550)
  • e55bf31 xds: ringhash policy in TRANSIENT_FAILURE should not attempt connecting when ...
  • d0848ef [core,api,auth: Choose executor based on need for thread affinity (#9504) (#9...
  • 46eb94d xDS interop: enable pod log collection in the buildscripts (#9495) (#9512)
  • cf10676 Bump version to 1.49.1-SNAPSHOT
  • See full diff 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.49.0 to 1.49.1.

Updates `grpc-core` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

Updates `grpc-stub` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

Updates `grpc-netty` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Java Pull Requests for Java binding labels Sep 25, 2022
@github-actions github-actions bot added the build label Sep 25, 2022
@RyanSkraba RyanSkraba merged commit 4c5eabc into master Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/lang/java/grpc.version-1.49.1 branch September 26, 2022 08:33
RyanSkraba pushed a commit that referenced this pull request Sep 26, 2022
Bumps `grpc.version` from 1.49.0 to 1.49.1.

Updates `grpc-core` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

Updates `grpc-stub` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

Updates `grpc-netty` from 1.49.0 to 1.49.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build dependencies Pull requests that update a dependency file Java Pull Requests for Java binding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant