tensorflow_template_application
tensorflow_template_application copied to clipboard
Bump grpc-protobuf from 1.0.0 to 1.53.0 in /java_predict_client
Bumps grpc-protobuf from 1.0.0 to 1.53.0.
Release notes
Sourced from grpc-protobuf's releases.
v1.53.0
New Features
- googleapis: Allow user set c2p bootstrap config (#9856)
- xds: Add contain and stringMatcher in
RouteConfiguration(#9845)- core: Add
grpc-previous-rpc-attemptsto the initial response metadata (#9686)- servlet: Implement gRPC server as a Servlet (#8596)
- authz: Implement static authorization server interceptor (#8934)
Examples
- servlet: Add servlet example (#8596)
Bug Fixes
- xds: Update xds error handling logic. Specifically:
- core: Delay retriable stream master listener close until all sub streams are closed. This fixes the call executor lifecycle and prevents potential
RejectedExecutionException. (#9754)- core: Free unused
MessageProducerinRetriableStream(#9853), fixing a Netty buffer memory leak for cancelled RPCs- api: Fail with
NullPointerExceptionwhen a Metadata.Marshaller returns null bytes (#9781). This would previously cause aNullPointerExceptionlater during the RPC. Now the return value of the Marshaller is checked immediately, to help find the broken MarshallerBehavior Changes
- xds: Disallow duplicate addresses in the RingHashLB. (#9776)
- xds: EDS weight sums are allowed up to max unsigned int (was max signed int) (#9765)
- xds: Drop xds v2 support (#9760)
Dependencies
- JUnit upgraded to 4.13.2
- bazel: Dropped support for Bazel 4. We track the two most recent major versions of Bazel, Bazel 5 and 6. Bazel 4 may still work, but we are no longer testing it
- bazel: Include Tomcat annotations dependency for
@Generatedas used by autovalue (#9762). Necessary for building xds and rls on Java 9+- bazel: Export deps from Maven Central-specific stand-in targets (#9780). Some Maven Central artifacts are a combination of multiple Bazel targets, like grpc-core is composed of //core:inprocess, //core:internal, //core:util, //api. There is a “//core:core_maven” target used by maven_install that uses the other targets. Previously the target used
runtime_depsto discourage their use by Bazel users, but that could cause compilation failures from lack of hjars. These targets now useexportsAcknowledgement
@cpovirk@niloc132@stephenh@olderwei@pandaapo@panxuefengv1.52.1
Bug Fixes
- xds: Fix an internal bug in xds resource subscription that might cause xds stream not accepting response update for that resource type entirely. (#9810)
v1.52.0
gRPC Java 1.52.0 Release Notes
grpc-xds starting with 1.51.0 had a regression where resources might stop receiving updates. The trigger could happen hours or days after the binary had started. xDS users should avoid this release and use 1.50.x until patch releases with the fix are available. grpc/grpc-java#9809
API Changes
... (truncated)
Commits
4ca6de0Bump version to 1.53.02a1bb12Update README etc to reference 1.53.0b1b2424rls:Fix throttling in route lookup (b/262779100) (#9874) (#9879)501ca8fxds: Update logic so that an error being reported when stream is closed gets ...b0635fagoogleapis: Allow user set c2p bootstrap config (#9856)b289519xds: fixed RouteConfiguration not supporting contain and stringMatcher (#9845)706646fservlet: Implement gRPC server as a Servlet (#8596)44847bfUpgrade JUnit to 4.13.25a2c94bcore: Free unused MessageProducer in RetriableStream9de989bokhttp: Avoid DNS lookup in test- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.