Michael Lumish
745a451e4c
grpc-js: Increase state change deadline in server idle tests
2024-07-09 11:03:15 -07:00
gkampitakis
f0afe6946f
add tests for test-resolver with alternative resolver
2024-07-09 17:43:51 +01:00
Michael Lumish
a5fac6f056
grpc-js: pick-first: Fix short circuit READY subchannel handling
2024-07-08 15:08:30 -07:00
gkampitakis
717725caf1
chore: update environment.md doc
2024-07-05 14:15:40 +01:00
Michael Lumish
e804ad65b6
grpc-js: Bump to 1.10.11
2024-07-03 15:37:40 -07:00
Michael Lumish
c1815e09e2
grpc-js: Fix pick_first reconnecting without active calls
2024-07-03 15:36:38 -07:00
gkampitakis
c9fc8b2e0c
fix import node:dns promises
2024-07-03 18:29:01 +01:00
Michael Lumish
da54e75638
Merge pull request #2783 from murgatroid99/grpc-js-xds_server2
...
grpc-js-xds: Implement xDS Server
2024-07-03 09:20:36 -07:00
George Kampitakis
cb58fbc5b0
fix: use GRPC_NODE_USE_ALTERNATIVE_RESOLVER for enabling new alternative resolver
2024-07-02 09:35:45 +01:00
Michael Lumish
f2dcb21a77
Merge branch 'master' into grpc-js-xds_server2
2024-07-01 11:19:12 -07:00
Michael Lumish
bac66ad291
grpc-js-xds: Implement xDS Server
2024-07-01 10:45:44 -07:00
Michael Lumish
d83355ba1c
Merge pull request #2782 from matthewbinshtok/binshtok/fix-validate-retry-config-error-msg
...
[grpc-js] Fix error messages in `serviceConfig` validation
2024-06-27 09:48:15 -07:00
gkampitakis
7f27b32245
resolve both ipv4 and ipv6
2024-06-27 13:32:40 +01:00
Matthew Binshtok
d6925d9141
fix tests
2024-06-26 14:17:03 -04:00
Michael Lumish
1faf6ced97
Merge pull request #2780 from aranjans/patch-1
...
xds_k8s_lb test: Increase the timeout
2024-06-26 10:03:08 -07:00
Matthew Binshtok
fc5bee791d
fix error msgs in service config validation
2024-06-26 10:15:30 -04:00
Abhishek Ranjan
65d8ef1b69
xds_k8s_lb test: Increase the timeout
...
Increased the timeout from 3hrs to 6hrs.
2024-06-26 12:17:28 +05:30
Michael Lumish
1e31c0f47f
Merge pull request #2770 from subhraOffGit/master
...
[vote]Added Active maintainers into MAINTAINERS.md.
2024-06-24 15:15:36 -07:00
Michael Lumish
f3aa040df3
Fix typo
2024-06-24 14:50:59 -07:00
Michael Lumish
c9342572aa
Merge pull request #2778 from murgatroid99/grpc-js_1.10.10
...
grpc-js: Bump to 1.10.10
2024-06-24 14:09:55 -07:00
Michael Lumish
3c55b5b7b5
Merge pull request #2777 from murgatroid99/grpc-js_1.10_backports
...
Backport #2746 and #2761 to 1.10.x
2024-06-24 10:59:09 -07:00
Michael Lumish
97c4cdac48
Merge pull request #2779 from murgatroid99/grpc-js_max_send_message_size_fix
...
grpc-js: Re-add client-side max send message size checking
2024-06-24 10:35:08 -07:00
Michael Lumish
42844cffd2
grpc-js: Re-add client-side max send message size checking
2024-06-20 13:15:12 -07:00
George Kampitakis
6278da6aec
support selecting resolver via env
2024-06-19 09:45:40 +01:00
George Kampitakis
c3d073b0cc
update per comments
2024-06-19 09:45:26 +01:00
Michael Lumish
cbab4e51cd
grpc-js: Bump to 1.10.10
2024-06-18 15:42:59 -07:00
Brendan Myers
5ae5514454
fix: add decoding for url encoded user credentials
2024-06-18 15:38:59 -07:00
James Watkins-Harvey
e759029532
HTTP CONNECT: handle early server packets
2024-06-18 15:38:45 -07:00
Michael Lumish
c447875796
Merge pull request #2761 from brendan-myers/url-encoding
...
fix: add decoding for url encoded user credentials
2024-06-18 15:36:48 -07:00
Michael Lumish
d90ca240fc
Merge pull request #2746 from mjameswh/http-connect-proxy-early-server-packet
...
HTTP CONNECT: handle early server packets
2024-06-18 15:36:28 -07:00
Michael Lumish
5c0226d0db
Merge pull request #2760 from davidfiala/@grpc/grpc-js@1.10.x
...
Keepalive bugfixes and unify timers strategies between client and server
2024-06-18 15:27:11 -07:00
Michael Lumish
52fe8e94e7
Merge pull request #2772 from murgatroid99/grpc-js_cardinality_error_hang
...
grpc-js: Fix client hang when receiving extra messages for a unary response
2024-06-18 15:25:59 -07:00
George Kampitakis
e2a93d188a
fix: support authority overrides in the DNS resolver
2024-06-18 18:41:47 +01:00
Michael Lumish
674f4e351a
Merge pull request from GHSA-7v5v-9h63-cj86
...
grpc-js: Avoid buffering significantly more than max_receive_message_size per received message
2024-06-10 10:33:47 -07:00
Michael Lumish
7ecaa2d2dc
grpc-js: Bump to 1.10.9
2024-06-07 10:52:50 -07:00
David Fiala
98cd87f751
ensure that client keepalive timers are always cleared when they trigger. this is a necessary change to fit with having removed keepaliveDisabled boolean. manually inspected test logs for both server.ts and transport.ts to verify both types of keepalives are operating correctly.
2024-06-06 22:57:13 -07:00
Michael Lumish
e64d816d7d
grpc-js: Avoid buffering significantly more than max_receive_message_size per received message (1.10.x)
2024-06-06 15:00:23 -07:00
David Fiala
3c5ab229b1
per discussion, avoid tracking keepalive disabled state and instead depend on whether the session is destroyed
2024-06-05 19:01:02 -07:00
Michael Lumish
7719e37c83
grpc-js: Fix client hang when receiving extra messages for a unary response
2024-06-05 17:55:56 -07:00
subhraOffGit
6957c6c4ec
[vote]Added Active maintainers into MAINTAINERS.md.
...
[vote] Added sergiitk, gnossen, temawi into grpc/node active maintainers list. Removed @jtattermusch, @nicolasnoble, @srini100 from active maintainers list and moved them to emeritus. Added @nimf to emeritus
Please comment as "Agree" if you agree to the change, if not please comment as "Disagree". Your comment will be counted as a vote.
The PR needs to stay open for 14 days, I.e. till 15th June 2024 as per governance guidelines
2024-06-01 20:28:10 +05:30
David Fiala
c2da436a8e
remove keepaliveDisabled from server.ts. rename keepaliveTimer.
2024-05-29 15:09:55 -07:00
David Fiala
a77d94f7c6
Based on grpc/grpc-node#2139 I wrapped http2session.ping in a try-catch block again
2024-05-29 10:37:40 -07:00
Brendan Myers
8e2dc274a3
fix: add decoding for url encoded user credentials
2024-05-29 19:24:48 +10:00
David Fiala
d325b5fff3
hoist in second location
2024-05-28 22:46:48 -07:00
David Fiala
bed5e85af9
resolve hoisting
2024-05-28 22:43:51 -07:00
David Fiala
19cdc1233c
another missing trace message for parity
2024-05-28 22:37:24 -07:00
David Fiala
7883164137
return imports back to original order
2024-05-28 22:35:40 -07:00
David Fiala
577b4b4748
add keepalive server trace back in to match channelz vs non-channelz trace behavior
2024-05-28 22:32:09 -07:00
David Fiala
d799a7a5bd
unify server and client keepalive matching comments and discussion on first round of review from https://github.com/grpc/grpc-node/pull/2760
2024-05-28 22:26:25 -07:00
David Fiala
334f0dcdb5
remove comment
2024-05-28 14:58:59 -07:00