aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
24 hoursStart 1.65.0 development cycle (#11143)upstream-masterTerry Wilson
24 hoursrls: Add the target label to RLS counter metrics (#11142)upstream-v1.64.xTerry Wilson
25 hoursxds: include the target label to WRR metrics (#11141)Terry Wilson
29 hoursrls: add counter metrics (#11138)Terry Wilson
31 hoursPlumb target to load balancerEric Anderson
2 daysapi: Return a noop MetricRecorder from Helper by defaultEric Anderson
3 daysPlumb optional labels from LB to ClientStreamTracerEric Anderson
6 dayscore,xds: Metrics recording in WRR LB (#11129)Terry Wilson
6 daysAdd MetricRecorder implementation (#11128)Vindhya Ningegowda
7 daysrls: Fix time handling in CachingRlsLbClientEric Anderson
7 daysrls: Document RefCountedChildPolicyWrapperFactory as non-threadsafeEric Anderson
7 daysopentelemetry: Remove delayed attempt recordingEric Anderson
8 daysAdd `StatusProto.toStatusException` overload to accept `Throwable` (#11083)rtadepalli
8 daysnetty: Allow deframer errors to close stream with a status codeRyan P. Brewster
9 daysUpgrade OpenTelemetry to 1.36.0Eric Anderson
10 daysreorder bazel rule parameters to satisfy CheckBzlFormat (#11118)Larry Safran
10 daysnetty: Release SendGrpcFrameCommand when stream is missing (#11116)Benjamin Peterson
10 dayscronet: Update to StandardCharsets and assertNotNull API'sAshok Varma
10 dayscronet: Update to Java-8 API's and tighten the scopesAshok Varma
10 dayscronet: @javadoc update android permission MODIFY_NETWORK_ACCOUNTING (depreca...Ashok Varma
10 dayscronet: Update Cronet to latest release + Move to Stable Cronet APIs.Ashok Varma
10 daysutil: Remove deactivation and GracefulSwitchLb from MultiChildLbEric Anderson
10 daysxds: Directly manage deactivation in cluster managerEric Anderson
10 daysxds: Swap RingHashLb to use lazy child, instead of deactivationEric Anderson
14 dayscompiler: add option `@generated=omit` (#11086)Alex Panchenko
2024-04-18minor: remove the unnecessary final,static (#11098)Laglangyue
2024-04-17Add `load()` statements for the Bazel builtin top-level java symbols (#11105)hvadehra
2024-04-17Add MetricRecorder and MetricSink interface (#11109)Vindhya Ningegowda
2024-04-16netty: Handle write queue promise failures (#11016)Sergii Tkachenko
2024-04-12Add Metric Instrument Registry (#11103)Vindhya Ningegowda
2024-04-08buildscripts: Migrate PSM Interop to Artifact Registry (#11079)Sergii Tkachenko
2024-04-05Update README etc to reference 1.63.0 (#11076)yifeizhuang
2024-04-04bazel: Verify Maven deps in bzlmod and WORKSPACE matchEric Anderson
2024-04-04bazel: Fix formatting with buildifierEric Anderson
2024-04-04bazel: Add support for bzlmod (#11046)Keith Smiley
2024-04-03MAINTAINERS.md: Add Kannan (#11057)Sergii Tkachenko
2024-04-03rls: Synchronization fixes in CachingRlsLbClientEric Anderson
2024-04-01examples: support retry policy example for bazel buildRostislav
2024-04-01OkHttpServer: support maxConcurrentCallsPerConnection (Fixes #11062). (#11063)François JACQUES
2024-04-01StatusException/StatusRuntimeException hide stack trace in a simpler way (#11...Alex Panchenko
2024-03-29README.md: Mention the netty-shaded "transport"Eric Anderson
2024-03-29okhttp: Remove finished stream even if a pending stream was startedFrançois JACQUES
2024-03-28Use empty string instead of null for endpoint identification algorithm to dis...Kannan J
2024-03-28bazel: Use the `artifact` macro for loading maven depsDavid Burns
2024-03-28core: Remove useless ExperimentalApi annotation from pick firstLarry Safran
2024-03-27core: Improve clarity of RpcProgress meaningsEric Anderson
2024-03-27Specify a locale for upper/lower case conversionsEric Anderson
2024-03-27Make setOnReadyThreshold() a noop method instead of abstract. (#11044)Ran
2024-03-27core: Transition to CONNECTING immediately when exiting idleKannan J
2024-03-25servlet: Check log fine level before hex string conversion. Fixes #11031.hypnoce