Arvind Bright
e9193a4298
*: update deps ( #7375 )
2024-07-01 10:28:18 -07:00
Aaron Gable
bb9882e6ae
Add an optional implementation of streams using generics ( #7057 )
2024-05-03 10:51:39 -07: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
Arvind Bright
cb9c22d501
vet: run staticcheck for all sub modules ( #7155 )
2024-04-23 11:47:30 -07: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
Zach Reyes
431436d66b
examples: Add custom load balancer example ( #6691 )
2024-04-17 13:04:30 -04:00
Arvind Bright
a4afd4d995
deps: remove dependency of github.com/golang/protobuf from main module ( #7122 )
2024-04-11 14:35:00 -07:00
Doug Fawley
f1cf6bf0b7
*: update http2 dependency ( #7081 )
2024-04-03 11:30:53 -07:00
Zach Reyes
ba1bf9e7e0
deps: update dependencies for all modules ( #7061 )
2024-03-27 14:42:11 -04:00
etc
b78c0ebf1e
examples: Update features/encryption/README.md file ( #7045 )
2024-03-22 16:04:20 -04:00
Zach Reyes
eb5828bae7
protoc: Change protoc to include generated call option ( #6960 )
2024-03-21 17:34:19 -04:00
yeahyear
4f43d2e91d
chore: remove repetitive words ( #7036 )
2024-03-13 09:43:37 -07:00
Dmitry A. Shashkin
c31fce824d
Update github.com/golang/protobuf and google.golang.org/protobuf modules ( #7028 )
2024-03-07 13:51:16 -08:00
Doug Fawley
99ded5c490
examples: update deps of observability example to gcp/observabliity@v1.0.1 ( #7009 )
2024-02-28 14:02:27 -08:00
Gina Yeh
27c5d98b94
deps: update dependencies for all modules ( #7007 )
2024-02-28 11:15:27 -08:00
Matthieu MOREL
eb880d5882
replace github.com/cncf/udpa/go by github.com/cncf/xds/go ( #7001 )
2024-02-27 10:48:40 -08:00
heesu_choi
c63d9258db
examples: fix typo in url ( #6978 )
2024-02-16 13:08:38 -08:00
Clément Jean
02858ee506
deps: move from github.com/golang/protobuf to google.golang.org/protobuf/proto ( #6919 )
...
Co-authored-by: Arvind Bright <arvind.bright100@gmail.com>
Co-authored-by: Doug Fawley <dfawley@google.com>
2024-01-30 10:59:10 -08:00
Zach Reyes
5051eeae53
grpc: Update go mod ( #6939 )
2024-01-24 19:10:36 -05:00
Eyal Halpern Shalev
660c39467d
examples: Fixed the formatting in the Authentication README.md ( #6908 )
2024-01-10 10:26:36 -08:00
Arvind Bright
40c279a85d
deps: update dependencies for all modules ( #6795 )
2023-11-14 12:58:37 -08:00
Gina Yeh
afaf31aeeb
deps: update dependencies for all modules ( #6698 )
...
* deps: update dependencies for all modules
* deps: update more dependencies
2023-10-06 12:02:06 -07:00
Doug Fawley
c6264a9f90
examples: add an example of flow control behavior ( #6648 )
2023-09-27 08:03:41 -07:00
Doug Fawley
18059002a5
deps: update dependencies for all modules ( #6582 )
2023-08-29 13:46:27 -07:00
Doug Fawley
fbff2abb0f
*: update `interface{}` to `any` and `go.mod` version to `go 1.19` ( #6544 )
2023-08-14 09:04:46 -07:00
Doug Fawley
03d32b9c9d
orca: update example and interop to use StateListener ( #6529 )
2023-08-11 10:22:25 -07:00
Easwar Swaminathan
d7f45cdf9a
xds/server: create the xDS client when the xDS enabled gRPC server is created ( #6446 )
2023-07-20 17:29:12 -07:00
Easwar Swaminathan
d524b40946
multiple: update dependencies after 1.57 branch cut ( #6452 )
2023-07-18 14:09:46 -07:00
Matthew Stevenson
907bdaa1eb
alts: Read max number of concurrent ALTS handshakes from environment variable. ( #6267 )
...
* Read max number of concurrent ALTS handshakes from environment variable.
* Refactor to use new envconfig file.
* Remove impossible if condition in acquire().
* Use weighted semaphore.
* Add e2e test for concurrent ALTS handshakes.
* Separate into client and server semaphores.
* Use TryAcquire instead of Acquire.
* Attempt to fix go.sum error.
* Run go mod tidy compat=1.17.
* Update go.mod for examples subdirectory.
* Run go mod tidy -compat=1.17 on examples subdirectory.
* Update go.mod in subdirectories.
* Update go.mod in security/advancedtls/examples.
* Missed another go.mod update.
* Do not upgrade glog because it requires Golang 1.19.
* Fix glog version in examples/go.sum.
* More glog cleanup.
* Fix glog issue in gcp/observability/go.sum.
* Move ALTS env var into envconfig.go.
* Fix go.mod files.
* Revert go.sum files.
* Revert interop/observability/go.mod change.
* Run go mod tidy -compat=1.17 on examples/.
* Run gofmt.
* Add comment describing test init function.
2023-06-07 18:54:06 -07:00
Doug Fawley
7aeea8f496
orca: add application utilization and range checking ( #6357 )
2023-06-07 13:31:08 -07:00
Chris Smith
c9d3ea5673
deps: google.golang.org/genproto to latest in all modules ( #6319 )
2023-06-02 10:38:02 -07:00
Doug Fawley
6c2529bca8
xds: support pick_first custom load balancing policy (A62) ( #6314 )
2023-05-30 09:52:23 -07:00
Gregory Cooke
f19266cca4
xds: support built-in Stdout audit logger type ( #6298 )
...
This PR adds the functionality to parse and build the known StdoutLogger that we include as an implemented AuditLogger.
2023-05-25 13:24:45 -04:00
Doug Fawley
417d4b6895
examples: add error_handling example; move errors to error_details ( #6293 )
2023-05-17 14:57:56 -07:00
Doug Fawley
7d6134424a
examples: fix authz example to receive streaming error properly ( #6270 )
2023-05-11 09:24:03 -07:00
Doug Fawley
add90153d4
orca: allow a ServerMetricsProvider to be passed to the ORCA service and ServerOption ( #6223 )
2023-05-02 15:04:33 -07:00
Gregory Cooke
e853dbf004
authz: add conversion of json to RBAC Audit Logging config ( #6192 )
...
Add conversion of json to RBAC Audit Logging config
2023-04-26 15:05:18 -04:00
Arvind Bright
16651f60dd
go.mod: update all dependencies ( #6214 )
2023-04-18 17:02:56 -07:00
Zach Reyes
875c97a94d
examples/features/observability: use observability module v1.0.0 ( #6210 )
2023-04-18 14:13:24 -04:00
Zach Reyes
c2899dddf5
examples/features/observability: Point o11y example to latest gcp/observability module ( #6162 )
2023-03-30 20:46:44 -04:00
Easwar Swaminathan
415ccdf154
go.mod: update all dependencies after 1.54 branch cut ( #6132 )
2023-03-28 16:03:41 -07:00
Zach Reyes
c018273e53
examples: Add observability example ( #6149 )
2023-03-23 19:57:26 -04:00
Doug Fawley
a2ca46c484
examples: organize READMEs better ( #6121 )
2023-03-21 13:19:15 -07:00
Doug Fawley
16c3b7df7f
examples: add example for ORCA load reporting ( #6114 )
2023-03-14 14:01:16 -07:00
Easwar Swaminathan
22608213b8
go.mod: upgrade golang.org/x/net to address CVE-2022-41723 ( #6106 )
2023-03-09 16:30:30 -08:00
Doug Fawley
558e1b6f7f
examples/authz: add token package docstring ( #6095 )
2023-03-07 14:50:03 -08:00
Borja Lazaro Toralles
20141c2596
examples: add an example to illustrate authorization (authz) support ( #5920 )
2023-03-02 09:17:20 -08:00
Arvind Bright
8ba23be961
cmd/protoc-gen-go-grpc: bump -version to 1.3.0 for release ( #6064 )
2023-03-01 09:58:20 -08:00
Borja Lazaro Toralles
3151e834fa
cmd/protoc-gen-go-grpc: export consts for full method names ( #5886 )
2023-02-01 13:20:35 -08:00