grpc-apm-spring-boot-starter
grpc-apm-spring-boot-starter copied to clipboard
Bump grpc-testing from 1.37.0 to 1.53.0
Bumps grpc-testing from 1.37.0 to 1.53.0.
Release notes
Sourced from grpc-testing's releases.
v1.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
- Fix CallOptions to be properly
@Immutable(#9689)- binder: Promote out of experimental status (#9669). Much of the API is now stable
New Features
- xds: Support localities in multiple priorities (#9683)
- xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true (#9731)
Examples
- Add examples for name resolver and load balancer (#9700)
- Swap to ChannelCredentials/ServerCredentials API, as it is preferred
Bug Fixes
- xds:Fix ConcurrentModificationException in PriorityLoadBalancer (#9728)
- ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE (#9651)
- okhttp: Add missing server support for TLS ClientAuth (#9711)
- binder: Ensure the security interceptor is always closest to the actual transport (#9716)
- bazel: Include
@Generateddep for autovalue. This fixes builds of xds and rls using Java 9+- xds: Nack xds response when weighted cluster total weight sums zero (#9738)
- core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. (#9626)
Behavior Changes
- binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". (#9486)
- xds: Limit ring hash max size to 4K instead of 8M (#9709).
RingHashOptions.setRingSizeCap()can increase the limit- binder: Set default idle timeout to 60 seconds, and add
BinderChannelBuilder.strictLifecycleManagement()which disables idle timeout and prevents it from being changed (#9486). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.- bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator (#9742). This changes no behavior today, but improves future compatibility with newer versions of Bazel
- xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. (#9724)
Dependencies
Acknowledgement
@RapperCL@Smityz@pandaapov1.51.3
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. (grpc/grpc-java#9811)
... (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)