Commit Graph

4999 Commits

Author SHA1 Message Date
Arvind Bright 8f056f4040
Change version to 1.64.2-dev (#7385) 2024-07-03 13:30:39 -07:00
Arvind Bright 4d833de0e0
Change version to 1.64.1 (#7381) 2024-07-02 15:21:21 -07:00
Arvind Bright e9193a4298
*: update deps (#7375) 2024-07-01 10:28:18 -07:00
Doug Fawley ab292411dd
metadata: remove String method (#7374) 2024-07-01 10:10:53 -07:00
Arvind Bright 355b9a557b
Change version to 1.64.1-dev (#7219) 2024-05-14 16:09:29 -07:00
Arvind Bright fa274d7790
Change version to 1.64.0 (#7218) 2024-05-14 15:54:43 -07:00
Brad Town 6b413c8351
xds: Surround two `Infof` calls that use `pretty.ToJSON` with `V(2)` checks (#7216) 2024-05-09 12:44:18 -07:00
Arvind Bright 2dbbcefef2
resolver/dns: Add docstring to SetMinResolutionInterval (#7217) 2024-05-09 11:48:43 -07:00
Purnesh Dixit 070d9c793a
codes: replace %q to %d in error string when invalid code is an integer (#7188) 2024-05-09 09:11:37 -07:00
Easwar Swaminathan 5d24ee2bd1
xds: store server config for LRS server in xdsresource.ClusterUpdate (#7191)
* xds: support LRS server config

* switch to the new bootstrap package in internal/xds
2024-05-08 09:35:42 -07:00
Gregory Cooke c76f686c51
advancedTLS: Rename get root certs related pieces (#7207) 2024-05-08 07:59:33 -07:00
Doug Fawley f591e3b82f
codec: remove option to suppress setting supported compressors in headers (#7203) 2024-05-07 13:12:19 -07:00
Doug Fawley b4f7947184
github: remove dependabot (#7208) 2024-05-07 11:30:30 -07:00
boyce 0561c78c9d
client: add user-friendly error message of LB policy update timed out (#7206) 2024-05-07 11:10:31 -07:00
Arvind Bright 9d9c1fbd60
peer: remove change detector test (#7204) 2024-05-07 09:55:25 -07:00
AnomalRoil 9d9a96f94b
peer and metadata: Implement the Stringer interface for Peer and Metadata (#7137) 2024-05-06 16:50:01 -04:00
Gregory Cooke 911d5499f7
advancedTLS: Combine `ClientOptions` and `ServerOptions` to just `Options` (#7202)
* rename to Options

* added some documentation

* typos
2024-05-06 16:46:59 -04:00
Gregory Cooke 4879d51a59
advancedTLS: Swap to DenyUndetermined from AllowUndetermined in revocation settings (#7179)
* swap to `DenyUndetermined` from `AllowUndetermined`
2024-05-06 13:40:28 -04:00
Gregory Cooke befc29de93
advancedTLS: Rename {Min/Max}Version to {Min/Max}TLSVersion (#7173)
* rename `MinVersion` and `MaxVersion` to `MinTLSVersion` and `MaxTLSVersion`
2024-05-06 12:59:03 -04:00
Sergii Tkachenko f2d6421186
test/kokoro: simplify PSM Interop Kokoro buildscripts (#7171) 2024-05-03 19:13:26 -07:00
Zach Reyes 9199290ff8
xds: Move bootstrap config to internal/xds (#7182) 2024-05-03 16:51:11 -04:00
Arvind Bright f167ad675d
test: fix possible leaked goroutine in TestDetailedConnectionCloseErrorPropagatesToRpcError (#7183) 2024-05-03 11:02:22 -07:00
Aaron Gable bb9882e6ae
Add an optional implementation of streams using generics (#7057) 2024-05-03 10:51:39 -07:00
Doug Fawley a87e923c4b
channelz: fix missing Target on SubChannel type (#7189) 2024-05-03 10:50:09 -07:00
hakusai22 273fe145d0
*: fix typos (#7178) 2024-05-02 16:54:22 -07:00
Brad Town c7c8aa8f53
xds/internal: Replace calls to `Debugf` with `V(2)` checks and `Infof` (#7180) 2024-05-02 16:45:39 -07:00
Abhishek Ranjan 796c61536a
grpc: update clientStreamAttempt context with transport context (#7096) 2024-05-02 10:30:00 -07:00
Antoine Tollenaere e4a6ce3a54
Add atollena to MAINTAINERS.md (#7126) 2024-05-01 07:53:28 -07:00
Gregory Cooke b433b9467d
advancedtls: Rename RevocationConfig (#7151) 2024-04-30 11:00:35 -07:00
Gregory Cooke 5ab1c1ad93
advancedtls: Add notes about required vs. optional for FileWatcherOptions (#7165) 2024-04-30 09:44:07 -07:00
Zach Reyes 1e8b9b7fc6
stats/opentelemetry: Add OpenTelemetry instrumentation component (#7166) 2024-04-25 19:26:38 -04:00
Arjan Singh Bal dd953fdc5f
examples: fix the quickstart link in the routeguide example (#7162) 2024-04-25 10:12:07 -07:00
Arjan Singh Bal 750e1de2a5
examples: improve grammar in the interceptor example (#7163) 2024-04-25 08:39:02 -07:00
Arjan Singh Bal 4e8f9d4a1e
advancedtls: fix docstring for VerificationResults (#7168) 2024-04-24 07:41:14 -07:00
alingse 5a24fc1808
xds/internal/xdsclient/xdsresource: Preallocate VirtualHost slice correctly (#7157) 2024-04-23 12:05:15 -07:00
Arvind Bright cb9c22d501
vet: run staticcheck for all sub modules (#7155) 2024-04-23 11:47:30 -07:00
Gregory Cooke d75b5e2f5e
advancedtls: Rename custom verification function APIs (#7140)
* Rename custom verification function APIs
2024-04-23 14:20:28 -04:00
Brad Town 34de5cf483
stats/opencensus: Handle PickerUpdated to avoid "Received unexpected stats" error (#7153) 2024-04-22 16:23:08 -04:00
loselarry 34c76758b1
chore: fix function names in comment (#7117)
Signed-off-by: loselarry <bikangning@yeah.net>
2024-04-19 13:48:36 -07:00
Gregory Cooke 5fe2e74bf4
advancedtls: Rename VType (#7149)
* renamed VType to VerificationType and add deprecation note
2024-04-19 14:02:42 -04:00
Elisha Silas 09e6fddbcd
Update docs and examples and tests to use NewClient instead of Dial (#7068)
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
2024-04-19 10:55:23 -07:00
Arvind Bright 9cf408ec48
*: fix regenerate.sh (#7139) 2024-04-18 11:02:57 -07:00
Doug Fawley 5e0fa765ba
transport: make nextID accessed inside t.mu only (#7148) 2024-04-18 10:18:20 -07:00
Doug Fawley 54e0a1365b
transport: misc cleanups (#7147) 2024-04-18 10:10:47 -07:00
Marco Ferrer 81d3f06aab
xds/internal/xdsclient/xdslbregistry: remove unused call to type url (#7130) 2024-04-17 20:52:21 -04:00
Abhishek Ranjan f268126950
Send GOAWAY to server on Client Transport Shutdown (#7015) 2024-04-17 14:20:12 -07:00
Zach Reyes 431436d66b
examples: Add custom load balancer example (#6691) 2024-04-17 13:04:30 -04:00
Gregory Cooke fc8da03081
advancedtls: unexport parts of API not meant to be public (#7118) 2024-04-17 08:32:56 -07:00
Brad Town 006e2bad13
client: Drop two calls to `pretty.ToJSON` and move code outside of lock (#7132) 2024-04-17 07:26:52 -07:00
Arvind Bright a2f8e612d7
cmd/protoc-gen-go-grpc: reuse route_guide_grpc.pb.go as golden file (#7134) 2024-04-16 16:56:07 -07:00