summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysdocumentation: on server, use FromIncomingContext for retrieving context ↵upstream-masterPurnesh Dixit
and `SetHeader`, `SetTrailer` to send metadata to client (#7238)
3 daysxds: unify xDS client creation APIs meant for testing (#7268)Easwar Swaminathan
6 daysinterop/xds: Interop client and server changes for CSM Observability (#7280)Zach Reyes
6 dayscmd/protoc-gen-go-grpc: update version for release (#7294)Arvind Bright
6 days*: update deps (#7282)Arvind Bright
6 dayssecurity: remove security/authorization module (#7281)Arvind Bright
6 daysgrpcrand: delete all of grpcrand and call the rand package directly (#7283)Arvind Bright
8 daysFix close in use certificate providers after double `Close()` method call on ↵Artem V. Navrotskiy
wrapper object (#7128)
8 daysringhash: fix normalizeWeights (#7156)Arvind Bright
8 daysstats: Various CSM Observability bug fixes (#7278)Zach Reyes
8 daysstats/opentelemetry: Add CSM Observability API (#7277)Zach Reyes
8 daysstats/opentelemetry: CSM Observability server side component changes (#7264)Zach Reyes
8 daystesting: remove skip for otel since we no longer support Go 1.20 (#7276)Doug Fawley
8 daysdeps: update dependencies for all modules (#7274)Arvind Bright
8 daysadvancedtls: add CipherSuites to Options (#7269)Matthew Stevenson
8 daysadvancedtls: use realistic ciphersuite in test (#7273)Roland Bracewell Shoemaker
Instead of 3DES, something which should basically never be used in production. Go is removing default support for 3DES is Go 1.24, requiring new modules to opt into support for this cipher.
9 days*: end support for Go v1.20 (#7250)Doug Fawley
9 daysexamples: add example to illustrate the use of file watcher interceptor (#7226)Kailun Li
authz: add example to illustrate the use of file watcher interceptor
13 daysclient: implement maxAttempts for retryPolicy (#7229)Ian Moore
14 daysstats/opentelemetry: CSM Observability client side component changes (#7256)Zach Reyes
2024-05-23test/kokoro: Add psm-csm build config (#7263)Sergii Tkachenko
2024-05-22advancedtls: populate verified chains when using custom buildVerifyFunc (#7181)Ramesh M
* populate verified chains when using custom buildVerifyFunc
2024-05-22grpc: Move Pick First Balancer to separate package (#7255)Zach Reyes
2024-05-22protoc-gen-go-grpc: copy service comment to interfaces (#7243)silves-xiang
2024-05-22test: fix flaky test ClientSendsAGoAway (#7224)Abhishek Ranjan
2024-05-22balancergroup: add a `ParseConfig` API and remove the `UpdateBuilder` API ↵Easwar Swaminathan
(#7232)
2024-05-22xds: change the DumpResources API to return proto message containing the ↵Easwar Swaminathan
resource dump (#7240)
2024-05-21credentials/tls: reject connections with ALPN disabled (#7184)Arjan Singh Bal
2024-05-21stats/opentelemetry: Add CSM Plugin Option (#7205)Zach Reyes
2024-05-21examples: update remaining uses of grpc.Dial to NewClient (#7248)Doug Fawley
2024-05-21grpc: Add perTargetDialOption type and global list (#7234)Zach Reyes
2024-05-20advancedTLS: unset a deprecated field after copying it (#7239)Gregory Cooke
2024-05-20documentation: fix typo in anti-patterns.md (#7237)Roger Ng
2024-05-16pickerwrapper: use atomic instead of locks (#7214)Doug Fawley
2024-05-13advancedTLS: Documentation (#7213)Gregory Cooke
Add documentation for advancedTLS package
2024-05-09Change version to 1.65.0-dev (#7220)Arvind Bright
2024-05-09advancedTLS: Add in deprecated name for transitionary period (#7221)Gregory Cooke
2024-05-09xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks ↵Brad Town
(#7216)
2024-05-09resolver/dns: Add docstring to SetMinResolutionInterval (#7217)Arvind Bright
2024-05-09codes: replace %q to %d in error string when invalid code is an integer (#7188)Purnesh Dixit
2024-05-08xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)Easwar Swaminathan
* xds: support LRS server config * switch to the new bootstrap package in internal/xds
2024-05-08advancedTLS: Rename get root certs related pieces (#7207)Gregory Cooke
2024-05-07codec: remove option to suppress setting supported compressors in headers ↵Doug Fawley
(#7203)
2024-05-07github: remove dependabot (#7208)Doug Fawley
2024-05-07client: add user-friendly error message of LB policy update timed out (#7206)boyce
2024-05-07peer: remove change detector test (#7204)Arvind Bright
2024-05-06peer and metadata: Implement the Stringer interface for Peer and Metadata ↵AnomalRoil
(#7137)
2024-05-06advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` ↵Gregory Cooke
(#7202) * rename to Options * added some documentation * typos
2024-05-06advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation ↵Gregory Cooke
settings (#7179) * swap to `DenyUndetermined` from `AllowUndetermined`
2024-05-06advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (#7173)Gregory Cooke
* rename `MinVersion` and `MaxVersion` to `MinTLSVersion` and `MaxTLSVersion`