Commit Graph

1275 Commits

Author SHA1 Message Date
Nazar Ilkiv 82b331d9e1 fix(grpc-js): fix jitter for client retries 2025-06-04 11:14:07 +03: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 024d5d8fdf grpc-js(-xds): Implement specified resolver and LB policy API changes 2025-03-20 16:14:54 -07:00
Michael Lumish b74de954cf grpc-js: ServerInterceptingCall: add getConnectionInfo method 2025-03-12 17:38:21 -07:00
Michael Lumish 78f194be6e grpc-js: Add getAuthContext call method 2025-03-10 16:40:37 -07:00
Michael Lumish 9691f0eb0e grpc-js: Update to 1.13.0 2025-03-03 15:58:43 -08:00
Michael Lumish 4132581c19 grpc-js: Update generated code with generator changes 2025-03-03 09:41:16 -08:00
Michael Lumish d58144dfff Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.12.x' into grpc-js_1.12_upmerge 2025-02-28 10:34:54 -08:00
Michael Lumish 5eded95069
Merge pull request #2909 from murgatroid99/grpc-js-xds_security_tests
grpc-js-xds: Implement and enable security interop tests
2025-02-27 15:37:10 -08:00
Michael Lumish 0ebb571bb7 Don't unregister the xds server's channelz ref when destroying the connection injector 2025-02-27 10:51:00 -08:00
Michael Lumish 6965250011 Handle secure context errors, fix server constructor argument handling 2025-02-26 16:24:29 -08:00
Michael Lumish 36c9a4fd40 Represent IPv6-mapped IPv4 addresses as IPv4 in channelz 2025-02-25 15:14:51 -08:00
Michael Lumish a9cfd7a533 Register listener as child properly 2025-02-25 10:35:18 -08:00
Michael Lumish 1e28a04330 Register xds listener with channelz 2025-02-24 15:12:31 -08:00
Michael Lumish 5cf1a876e5 Handle missing filter_chain_match differently, plus other fixes 2025-02-20 12:55:38 -08:00
Michael Lumish e883425ef3 Wait for secure connectors to be usable before TCP connect 2025-02-19 17:22:59 -08:00
Michael Lumish bdd0dc8499 Fix a bug that caused HTTP2 sessions to be considered connected early 2025-02-19 13:39:02 -08:00
Michael Lumish b44b14d831 Handle unauthorized TLS connections correctly 2025-02-14 13:06:08 -08:00
Michael Lumish bb6fff7ff5 Change connection handler to prependListener, add more trace logging 2025-02-13 10:55:12 -08:00
Michael Lumish 6e901c1511 Add more transport trace lines 2025-02-12 18:03:20 -08:00
Michael Lumish e55e596b29 grpc-js: Add test for custom error code 2025-02-12 16:15:22 -08:00
Michael Lumish 0e6bfcc1a7 Merge branch 'master' into grpc-js-xds_interop_server 2025-02-04 10:21:56 -08:00
Michael Lumish ca21e4ab1f grpc-js: Allow garbage collection of IDLE channels 2025-01-31 11:24:19 -08:00
Michael Lumish 9569f20fc6 grpc-js: Connect with https scheme when using TLS 2025-01-30 14:22:09 -08:00
Michael Lumish 23e6dd7d14 grpc-js: Ensure server sendMetadata interceptors are called 2025-01-29 10:35:55 -08:00
Michael Lumish a3d99e3554 grpc-js-xds: Implement xDS server 2025-01-22 14:53:19 -08:00
Michael Lumish 34b82cbf7f
Merge pull request #2876 from melkouri/malak.elkouri/fix-grpc-js-no-proxy-cidr-support
fix: support CIDR blocks in no_proxy env variable
2025-01-15 13:17:11 -08:00
Malak El Kouri 5e7cd85290 remove trace 2025-01-15 10:02:14 +01:00
Michael Lumish a5b6178d99 grpc-js: Always use RetryingCall, always call onCommitted 2025-01-14 18:09:58 -08:00
Michael Lumish bfd87a9bf6 grpc-js-xds: Reference clusters for ConfigSelector lifetime 2025-01-14 15:36:33 -08:00
Malak El Kouri 5f20dc91f0 fix case where serverHost is not an IP address + refactor 2025-01-10 10:39:20 +01:00
Malak El Kouri 2fa886109b define no_proxy cases in hostMatchesNoProxyList 2025-01-09 12:11:12 +01:00
Malak El Kouri ef510d9e9a refactor 2025-01-09 10:06:37 +01:00
Michael Lumish 5b0956a9df
Merge pull request #2864 from rickihastings/patch/configurable-http2-initial-window-size
feat(grpc-js): allow configurable http2 initial window size
2025-01-08 14:42:46 -08:00
Michael Lumish 7346a186e3
Merge pull request #2877 from grpc/@grpc/grpc-js@1.12.x
Merge grpc-js 1.12.x into master
2025-01-07 10:25:06 -08:00
Malak El Kouri ca07343b78 fix: support CIDR blocks in no_proxy env variable 2025-01-06 18:33:37 +01:00
Ricki Hastings c591c2a268 fix: update channel-options.ts 2025-01-02 08:57:44 +00:00
Ricki Hastings a0914c6cda fix: rename variable and use nullish coalesce 2025-01-02 08:56:53 +00:00
Michael Lumish 63d97170da grpc-js: Prioritize HTTP status errors over message decoding errors 2024-12-18 15:14:22 -05:00
Michael Lumish fad797fd92 Improve round robin error message 2024-12-10 15:27:49 -05:00
Michael Lumish 2a4cd42f82 grpc-js: Propagate error messages through LB policy tree 2024-12-10 14:20:55 -05:00
Michael Lumish 41f3fc096d Remove test that became invalid 2024-12-09 14:52:12 -05:00
Michael Lumish b84940ef0c grpc-js-xds: Add XdsChannelCredentials 2024-12-09 14:12:24 -05:00
Ricki Hastings d08318d8c1 fix: allow configurable http2 initial window size. fixes #2429 2024-12-06 11:48:31 +00:00
Michael Lumish 5e3b0fb8e0 grpc-js: Improve event sequencing when handling connection drops 2024-12-04 10:54:50 -05:00
Michael Lumish 848e00e54c grpc-js: Restore socket disconnect handling 2024-12-02 15:14:40 -05:00
Michael Lumish f154954854 grpc-js: Add security connector, rework connection establishment 2024-11-22 14:17:29 -08:00
Michael Lumish 86e62f2426 grpc-js: Pass channel args to LB policies with updates 2024-11-20 09:24:00 -08:00
Michael Lumish f621dc6c48
Merge pull request #2848 from murgatroid99/grpc-js_revert_lb_policy_creds_arg
Revert "grpc-js: Enable LB policies to override subchannel credentials"
2024-11-14 11:10:05 -08:00