Commit Graph

5120 Commits

Author SHA1 Message Date
Michael Lumish 7fda577ed0 grpc-js: Implement ORCA server-side per-call metrics 2025-07-18 09:42:48 -07:00
Michael Lumish b88d545a62 grpc-js-xds: Update xds submodule to match grpc/grpc 2025-07-16 15:46:29 -07:00
Michael Lumish 63a15e6200 grpc-js: Add a single-subchannel channel implementation 2025-07-10 11:28:12 -07:00
Michael Lumish d9c8ac3327
Merge pull request #2970 from murgatroid99/proto-loader_serialize_deserialize
proto-loader: Output functions to serialize and deserialize messages
2025-07-02 15:24:08 -07:00
Michael Lumish 31c8b710b3 grpc-js-xds: Regenerate interop and test files in prepare script 2025-07-02 11:37:29 -07:00
Michael Lumish 0df98cedbb grpc-js: Regenerate test files in prepare script 2025-07-02 11:09:16 -07:00
Michael Lumish 30e7287427 Update generated proto files with type changes 2025-07-01 15:43:52 -07:00
Michael Lumish 549d858c83 proto-loader: Output functions to serialize and deserialize messages 2025-07-01 14:57:39 -07:00
Michael Lumish 31b431ae60
Merge pull request #2973 from murgatroid99/proto_editions_update
Update generated proto files with editions change
2025-07-01 14:56:22 -07:00
Michael Lumish 5670eb243a Update generated proto files with editions change 2025-07-01 14:00:19 -07:00
Koen Rijpstra 0e09b9cd59 fix(http2): move WINDOW_UPDATE handling to remoteSettings event 2025-06-27 21:38:50 +02:00
Koen Rijpstra b69bcad1bb fix(http2): rename connection flow control window option to grpc-node.flow_control_window 2025-06-27 15:11:56 +02:00
Koen Rijpstra aeb7a5fd52 fix(http2): handle default initial window size correctly 2025-06-27 14:35:21 +02:00
Koen Rijpstra d872278606 fix(http2): bump connection window immediately after connect()
If the user sets `grpc-node.connection_flow_control_window` to a value
> 65 535 B, we now send a WINDOW_UPDATE (or setLocalWindowSize) right
after `http2.connect()` returns. This removes the 65 KB start-window
stall that caused large initial backlogs on high-throughput streams,
especially when an H2 proxy (e.g. HAProxy) sat between client and
server. Behaviour now matches Go/Rust gRPC; no API changes.
2025-06-27 14:09:01 +02:00
Michael Lumish 179dbfaecc
Merge pull request #2969 from murgatroid99/debugging_example
Add debugging example
2025-06-24 13:51:43 -07:00
Michael Lumish d22becc98e Add debugging example 2025-06-24 11:05:41 -07:00
Michael Lumish 987735920e
Merge pull request #2966 from murgatroid99/load_balancing_example
Add load balancing example
2025-06-17 10:36:36 -07:00
Michael Lumish 972bb23101 Add load balancing example 2025-06-16 15:36:50 -07:00
Michael Lumish 7548f413a5
Merge pull request #2965 from murgatroid99/grpc-js-xds_dns_no_special_case
grpc-js-xds: Combine endpoints for LOGICAL_DNS clusters
2025-06-13 14:28:56 -07:00
Michael Lumish 110a273a06 grpc-js-xds: Combine endpoints for LOGICAL_DNS clusters 2025-06-13 11:29:34 -07:00
Michael Lumish 7ab3da2431
Merge pull request #2963 from murgatroid99/proto-loader_update_golden
proto-loader: Update golden generated files with editions updates
2025-06-12 16:43:49 -07:00
Michael Lumish 5756fe7672 proto-loader: Update golden generated files with editions updates 2025-06-12 16:07:45 -07:00
Michael Lumish eef4b080f5
Merge pull request #2960 from ekscentrysytet/fix_retry_jitter
fix(grpc-js): fix jitter for client retries
2025-06-11 11:03:08 -07:00
Michael Lumish f8a801bcbe grpc-js-xds: Add psm-light test job config 2025-06-09 15:09:55 -07:00
Nazar Ilkiv 82b331d9e1 fix(grpc-js): fix jitter for client retries 2025-06-04 11:14:07 +03:00
MatiasManevi 50759b5d74 Add grpc health list endpoint 2025-05-17 09:40:43 -03:00
MatiasManevi a89238d957 Add generated files for list endpoint tests 2025-05-17 09:40:18 -03:00
MatiasManevi d6e43e9ac8 Add generated files for list endpoint 2025-05-17 09:39:49 -03:00
Michael Lumish 21d40b0247
Merge pull request #2951 from MatiasManevi/health_list_js
Add List method to Health service
2025-05-08 15:30:15 -07:00
MatiasManevi 1605b71a02 Add List method to Health service 2025-05-02 17:17:10 -03:00
Michael Lumish 0157776059
Merge pull request #2945 from murgatroid99/grpc-js-xds_rbac_filter
grpc-js-xds: Implement RBAC HTTP filter
2025-04-21 10:48:23 -07:00
Michael Lumish 537b32f116
Merge pull request #2946 from murgatroid99/proto-loader_root_file_extension
proto-loader: Apply targetFileExtension to root files
2025-04-18 13:59:49 -07:00
Michael Lumish 7905a76494 proto-loader: Apply targetFileExtension to root files 2025-04-18 11:14:06 -07:00
Michael Lumish c2b914d4fd
Merge pull request #2944 from murgatroid99/proto-loader_0.7.14
proto-loader: Bump to 0.7.14
2025-04-17 11:20:24 -07:00
Michael Lumish 38e00726f4 proto-loader: Bump to 0.7.14 2025-04-17 10:32:36 -07:00
Michael Lumish 9843648afb Include previously skipped changes, fix auth context with no peer cert 2025-04-17 10:04:48 -07:00
Michael Lumish 9b7402ffab grpc-js-xds: Implement RBAC HTTP filter 2025-04-16 14:08:31 -07:00
Michael Lumish af53efcb85
Merge pull request #2939 from murgatroid99/grpc-js-xds_rbac_engine
grpc-js-xds: Implement RBAC engine
2025-04-10 15:10:46 -07:00
Michael Lumish 2e39783b36 grpc-js-xds: Implement RBAC engine 2025-04-10 10:59:02 -07:00
Michael Lumish 6f81b4ef9b
Merge pull request #2935 from murgatroid99/grpc-js-xds_server_http_filters
grpc-js-xds: Add support for server http filters
2025-04-04 14:14:37 -07:00
Michael Lumish ff679ae473 grpc-js-xds: Add support for server http filters 2025-04-04 10:31:47 -07:00
Michael Lumish c4580fa80b
Merge pull request #2929 from murgatroid99/grpc-js-xds_dependency_manager_watcher_updates
grpc-js-xds: Implement updated xds dependency manager watcher API
2025-03-25 09:44:56 -07:00
Michael Lumish 4a0f4cf5c8 Merge branch 'master' into grpc-js-xds_dependency_manager_watcher_updates 2025-03-21 12:43:44 -07:00
Michael Lumish e6da4ad1d8
Merge pull request #2925 from murgatroid99/grpc-js_channel_spec_resolver_update
grpc-js(-xds): Implement specified resolver and LB policy API changes
2025-03-21 11:22:55 -07:00
Michael Lumish 024d5d8fdf grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
Michael Lumish 86aa0f2f8b
Merge pull request #2912 from tenkirin/feat/file-extension-options
feat(proto-loader-gen-types): add options for specifying file extensions
2025-03-17 10:15:08 -07:00
Michael Lumish 9e35cacfe5 grpc-js-xds: Implement updated xds dependency manager watcher API 2025-03-13 14:31:52 -07:00
Michael Lumish 7a735ce062
Merge pull request #2922 from murgatroid99/grpc-js_server_interceptor_connection_info
grpc-js: `ServerInterceptingCall`: add `getConnectionInfo` method
2025-03-13 11:19:28 -07:00
Michael Lumish b74de954cf grpc-js: ServerInterceptingCall: add getConnectionInfo method 2025-03-12 17:38:21 -07:00
Michael Lumish 4f0610338f
Merge pull request #2920 from murgatroid99/grpc-js_getAuthContext
grpc-js: Add getAuthContext call method
2025-03-11 09:14:24 -07:00