Skip to content

Bump version.io.grpc from 1.73.0 to 1.74.0#157

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/version.io.grpc-1.74.0
Closed

Bump version.io.grpc from 1.73.0 to 1.74.0#157
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/version.io.grpc-1.74.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 28, 2025

Bumps version.io.grpc from 1.72.0 to 1.74.0.
Updates io.grpc:protoc-gen-grpc-java from 1.72.0 to 1.74.0

Release notes

Sourced from io.grpc:protoc-gen-grpc-java's releases.

V1.73.0

API Changes

xds: Enable least request by default (#12062) core: Delete the long-deprecated GRPC_PROXY_EXP env variable (#11988) (908f9f19c). This was experimental and has been warning when used since v1.8.0. Use the Java-standard -Dhttps.proxyHost and -Dhttps.proxyPort instead api: Remove deprecated SubchannelPicker.requestConnection() (f79ab2f16). This API was replaced by LoadBalancer.requestConnection() in v1.22.0

Bug Fixes

config: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) (d4c46a7f1) xds: XdsDepManager should ignore updates after shutdown (25199e9df). This fixes a source of java.lang.NullPointerException: Cannot invoke "io.grpc.xds.XdsDependencyManager$RdsUpdateSupplier.getRdsUpdate()" because "routeSource" is null regression introduced in v1.72.0

Improvements

xds: listener type validation (#11933) (c8d1e6e39) xds: add the missing xds.authority metric defined in gRFC A78 (#12018) (6cd007d0d)

New Features

xds: float LRU cache across interceptors (#11992) (7a08fdb7f) xds: propagate audience from cluster resource in gcp auth filter. This completes the gRFC A83, implementation of GCP Authentication Filter. (#11972) (84c7713b2) opentelemetry: Implement grpc.lb.backend_service optional label (961945379). This completes the gRFC A89 implementation, which is enabled when requesting the new label

Documentation

api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (84bd01454)

Commits
  • 9d2c895 Bump version to 1.74.0
  • b58900e Update README etc to reference 1.74.0
  • 15c7573 netty: Associate netty stream eagerly to avoid client hang
  • b04c673 Guarantee missing stream promise delivery
  • 1df2a33 LBs should avoid calling LBs after lb.shutdown()
  • a5eaa66 xds: Implement equals in RingHashConfig
  • 393f02b Revert "xds: Convert CdsLb to XdsDepManager"
  • 69b8cf5 Revert "xds: Support tracking non-xds resources in XdsDepManager"
  • 98e4252 Revert "xds: XdsNR should be subscribing to clusters with XdsDepManager"
  • 3b63af4 Revert "xds: Add logical dns cluster support to XdsDepManager"
  • Additional commits viewable in compare view

Updates io.grpc:grpc-netty-shaded from 1.72.0 to 1.74.0

Release notes

Sourced from io.grpc:grpc-netty-shaded's releases.

V1.73.0

API Changes

xds: Enable least request by default (#12062) core: Delete the long-deprecated GRPC_PROXY_EXP env variable (#11988) (908f9f19c). This was experimental and has been warning when used since v1.8.0. Use the Java-standard -Dhttps.proxyHost and -Dhttps.proxyPort instead api: Remove deprecated SubchannelPicker.requestConnection() (f79ab2f16). This API was replaced by LoadBalancer.requestConnection() in v1.22.0

Bug Fixes

config: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) (d4c46a7f1) xds: XdsDepManager should ignore updates after shutdown (25199e9df). This fixes a source of java.lang.NullPointerException: Cannot invoke "io.grpc.xds.XdsDependencyManager$RdsUpdateSupplier.getRdsUpdate()" because "routeSource" is null regression introduced in v1.72.0

Improvements

xds: listener type validation (#11933) (c8d1e6e39) xds: add the missing xds.authority metric defined in gRFC A78 (#12018) (6cd007d0d)

New Features

xds: float LRU cache across interceptors (#11992) (7a08fdb7f) xds: propagate audience from cluster resource in gcp auth filter. This completes the gRFC A83, implementation of GCP Authentication Filter. (#11972) (84c7713b2) opentelemetry: Implement grpc.lb.backend_service optional label (961945379). This completes the gRFC A89 implementation, which is enabled when requesting the new label

Documentation

api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (84bd01454)

Commits
  • 9d2c895 Bump version to 1.74.0
  • b58900e Update README etc to reference 1.74.0
  • 15c7573 netty: Associate netty stream eagerly to avoid client hang
  • b04c673 Guarantee missing stream promise delivery
  • 1df2a33 LBs should avoid calling LBs after lb.shutdown()
  • a5eaa66 xds: Implement equals in RingHashConfig
  • 393f02b Revert "xds: Convert CdsLb to XdsDepManager"
  • 69b8cf5 Revert "xds: Support tracking non-xds resources in XdsDepManager"
  • 98e4252 Revert "xds: XdsNR should be subscribing to clusters with XdsDepManager"
  • 3b63af4 Revert "xds: Add logical dns cluster support to XdsDepManager"
  • Additional commits viewable in compare view

Updates io.grpc:grpc-protobuf from 1.72.0 to 1.74.0

Release notes

Sourced from io.grpc:grpc-protobuf's releases.

V1.73.0

API Changes

xds: Enable least request by default (#12062) core: Delete the long-deprecated GRPC_PROXY_EXP env variable (#11988) (908f9f19c). This was experimental and has been warning when used since v1.8.0. Use the Java-standard -Dhttps.proxyHost and -Dhttps.proxyPort instead api: Remove deprecated SubchannelPicker.requestConnection() (f79ab2f16). This API was replaced by LoadBalancer.requestConnection() in v1.22.0

Bug Fixes

config: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) (d4c46a7f1) xds: XdsDepManager should ignore updates after shutdown (25199e9df). This fixes a source of java.lang.NullPointerException: Cannot invoke "io.grpc.xds.XdsDependencyManager$RdsUpdateSupplier.getRdsUpdate()" because "routeSource" is null regression introduced in v1.72.0

Improvements

xds: listener type validation (#11933) (c8d1e6e39) xds: add the missing xds.authority metric defined in gRFC A78 (#12018) (6cd007d0d)

New Features

xds: float LRU cache across interceptors (#11992) (7a08fdb7f) xds: propagate audience from cluster resource in gcp auth filter. This completes the gRFC A83, implementation of GCP Authentication Filter. (#11972) (84c7713b2) opentelemetry: Implement grpc.lb.backend_service optional label (961945379). This completes the gRFC A89 implementation, which is enabled when requesting the new label

Documentation

api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (84bd01454)

Commits
  • 9d2c895 Bump version to 1.74.0
  • b58900e Update README etc to reference 1.74.0
  • 15c7573 netty: Associate netty stream eagerly to avoid client hang
  • b04c673 Guarantee missing stream promise delivery
  • 1df2a33 LBs should avoid calling LBs after lb.shutdown()
  • a5eaa66 xds: Implement equals in RingHashConfig
  • 393f02b Revert "xds: Convert CdsLb to XdsDepManager"
  • 69b8cf5 Revert "xds: Support tracking non-xds resources in XdsDepManager"
  • 98e4252 Revert "xds: XdsNR should be subscribing to clusters with XdsDepManager"
  • 3b63af4 Revert "xds: Add logical dns cluster support to XdsDepManager"
  • Additional commits viewable in compare view

Updates io.grpc:grpc-stub from 1.72.0 to 1.74.0

Release notes

Sourced from io.grpc:grpc-stub's releases.

V1.73.0

API Changes

xds: Enable least request by default (#12062) core: Delete the long-deprecated GRPC_PROXY_EXP env variable (#11988) (908f9f19c). This was experimental and has been warning when used since v1.8.0. Use the Java-standard -Dhttps.proxyHost and -Dhttps.proxyPort instead api: Remove deprecated SubchannelPicker.requestConnection() (f79ab2f16). This API was replaced by LoadBalancer.requestConnection() in v1.22.0

Bug Fixes

config: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) (d4c46a7f1) xds: XdsDepManager should ignore updates after shutdown (25199e9df). This fixes a source of java.lang.NullPointerException: Cannot invoke "io.grpc.xds.XdsDependencyManager$RdsUpdateSupplier.getRdsUpdate()" because "routeSource" is null regression introduced in v1.72.0

Improvements

xds: listener type validation (#11933) (c8d1e6e39) xds: add the missing xds.authority metric defined in gRFC A78 (#12018) (6cd007d0d)

New Features

xds: float LRU cache across interceptors (#11992) (7a08fdb7f) xds: propagate audience from cluster resource in gcp auth filter. This completes the gRFC A83, implementation of GCP Authentication Filter. (#11972) (84c7713b2) opentelemetry: Implement grpc.lb.backend_service optional label (961945379). This completes the gRFC A89 implementation, which is enabled when requesting the new label

Documentation

api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (84bd01454)

Commits
  • 9d2c895 Bump version to 1.74.0
  • b58900e Update README etc to reference 1.74.0
  • 15c7573 netty: Associate netty stream eagerly to avoid client hang
  • b04c673 Guarantee missing stream promise delivery
  • 1df2a33 LBs should avoid calling LBs after lb.shutdown()
  • a5eaa66 xds: Implement equals in RingHashConfig
  • 393f02b Revert "xds: Convert CdsLb to XdsDepManager"
  • 69b8cf5 Revert "xds: Support tracking non-xds resources in XdsDepManager"
  • 98e4252 Revert "xds: XdsNR should be subscribing to clusters with XdsDepManager"
  • 3b63af4 Revert "xds: Add logical dns cluster support to XdsDepManager"
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 28, 2025
@dependabot dependabot Bot requested a review from jamezp as a code owner July 28, 2025 22:37
@ronsigal
Copy link
Copy Markdown
Contributor

io.grpc is updated to 1.73.0 in pull request #153.

@ronsigal ronsigal changed the title Bump version.io.grpc from 1.72.0 to 1.74.0 Bump version.io.grpc from 1.73.0 to 1.74.0 Aug 15, 2025
@ronsigal
Copy link
Copy Markdown
Contributor

Waiting for wildfly-grpc-feature-pack to upgrade to 1.74.0.

Bumps `version.io.grpc` from 1.72.0 to 1.74.0.

Updates `io.grpc:protoc-gen-grpc-java` from 1.72.0 to 1.74.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.72.0...v1.74.0)

Updates `io.grpc:grpc-netty-shaded` from 1.72.0 to 1.74.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.72.0...v1.74.0)

Updates `io.grpc:grpc-protobuf` from 1.72.0 to 1.74.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.72.0...v1.74.0)

Updates `io.grpc:grpc-stub` from 1.72.0 to 1.74.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.72.0...v1.74.0)

---
updated-dependencies:
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-version: 1.74.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-protobuf
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/version.io.grpc-1.74.0 branch from 68e8293 to 8f4d14e Compare August 19, 2025 20:32
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 22, 2025

Superseded by #163.

@dependabot dependabot Bot closed this Aug 22, 2025
@dependabot dependabot Bot deleted the dependabot/maven/version.io.grpc-1.74.0 branch August 22, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant