gRPC Java 1.73.0 Release Notes <https://github.com/grpc/grpc-java/releases/tag/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 <https://github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md#xdsclient> (#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 <https://github.com/grpc/proposal/blob/master/A89-backend-service-metric-label.md> implementation, which is enabled when requesting the new label Documentation - api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (84bd01454) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/cc6f2f47-f2cc-492d-9be7-d21b027f5b41n%40googlegroups.com.
