Michael Lumish
|
321b6603b0
|
grpc-js: Add Server#createConnectionInjector API
|
2024-02-22 16:52:56 -08:00 |
Michael Lumish
|
a1fde62101
|
grpc-js: Expand ServerCredentials API to support watchers
|
2024-02-09 14:33:13 -08:00 |
Michael Lumish
|
7c9a5e7147
|
Make extra trailer behavior consistent with old code
|
2024-01-31 10:41:01 -08:00 |
Michael Lumish
|
f52d1429fb
|
grpc-js: Implement server interceptors
|
2024-01-26 14:36:18 -08:00 |
Michael Lumish
|
3915f579f2
|
Merge 1.9.x into master
|
2024-01-17 14:28:31 -08:00 |
Michael Lumish
|
5be83dd878
|
Merge pull request #2643 from murgatroid99/grpc-js_idle_timer_fix
grpc-js: Fix and optimize IDLE timeouts
|
2024-01-16 15:13:30 -08:00 |
Michael Lumish
|
2b31f8c148
|
grpc-js: Shutdown transport if a state change occurs while connecting
|
2024-01-16 14:38:17 -08:00 |
Michael Lumish
|
6da0b49dbc
|
grpc-js: Fix and optimize IDLE timeouts
|
2024-01-16 14:18:05 -08:00 |
Chakhsu.Lau
|
3cdaebdd0c
|
fix: export type VerifyOptions
|
2024-01-04 21:19:02 +08:00 |
Michael Lumish
|
4dfd8c43d7
|
grpc-js: Fix call ref timer handling
|
2023-12-01 10:27:09 -05:00 |
Michael Lumish
|
6d4e08cfd4
|
grpc-js: pick_first: fix currentPick comparison in resetSubchannelList
|
2023-11-27 12:28:30 -05:00 |
Michael Lumish
|
85bc3c2e78
|
Merge pull request #2619 from murgatroid99/grpc-js_idle_loop_fix
grpc-js: Make pick_first use exitIdle
|
2023-11-16 11:30:14 -08:00 |
Michael Lumish
|
736d6df80b
|
grpc-js: Return the result from the UDS resolver only once
|
2023-11-16 10:19:26 -08:00 |
Michael Lumish
|
8843706ec7
|
grpc-js: Make pick_first use exitIdle
|
2023-11-16 10:15:48 -08:00 |
Michael Lumish
|
3a16187451
|
grpc-js: Implement server drain method
|
2023-11-14 14:37:13 -08:00 |
Michael Lumish
|
056738f2ed
|
Merge pull request #2611 from murgatroid99/grpc-js_goaway_null_data
grpc-js: Handle unset opaqueData in goaway event
|
2023-11-14 13:08:16 -08:00 |
Michael Lumish
|
66f972cb87
|
grpc-js: Implement unbind
|
2023-11-10 14:58:21 -08:00 |
Michael Lumish
|
bf2009a72f
|
grpc-js: Handle unset opaqueData in goaway event
|
2023-11-07 11:09:59 -08:00 |
Segev Finer
|
0854192dba
|
Review fixes
|
2023-10-31 01:43:33 +02:00 |
Segev Finer
|
1f148e9349
|
Fix missing port in proxy CONNECT when using the default HTTPS port
|
2023-10-31 01:43:33 +02:00 |
Michael Lumish
|
9050ea9dae
|
grpc-js: Don't repeat fixed resolver results
|
2023-10-30 09:42:29 -07:00 |
Michael Lumish
|
446f139b37
|
grpc-js: Cancel and don't start idle timer on shutdown
|
2023-10-27 10:14:58 -07:00 |
Michael Lumish
|
d465f839d4
|
Add pick_first requestReresolution tests
|
2023-10-19 16:20:04 -07:00 |
Michael Lumish
|
2f5ddc7137
|
grpc-js: pick_first: fix happy eyeballs and reresolution in sticky TF mode
|
2023-10-19 13:58:31 -07:00 |
Michael Lumish
|
779e970099
|
Merge pull request #2597 from murgatroid99/grpc-js_server_deprecate_start
grpc-js: Deprecate Server#start
|
2023-10-17 14:55:33 -07:00 |
Michael Lumish
|
ebc2c3e410
|
Merge pull request #2598 from murgatroid99/grpc-js_show_connectivity_errors
grpc-js: Propagate connectivity error information to request errors
|
2023-10-17 10:59:50 -07:00 |
Michael Lumish
|
3a9f4d2aa6
|
grpc-js: Propagate connectivity error information to request errors
|
2023-10-16 17:17:27 -07:00 |
Michael Lumish
|
0f8ebbdd17
|
grpc-js: Include library version and PID in all trace logs
|
2023-10-16 17:06:32 -07:00 |
Michael Lumish
|
976567395e
|
grpc-js: Deprecate Server#start
|
2023-10-16 15:16:58 -07:00 |
Anuraag Agrawal
|
abac01a9cf
|
chore(grpc-js): remove unused callcredentials parameter from insecure impl
|
2023-10-11 17:43:14 +09:00 |
Michael Lumish
|
065ac2fef6
|
Merge pull request #2590 from murgatroid99/grpc-js_server_shutdown_race
grpc-js: Handle race between bindAsync and (try|force)Shutdown
|
2023-10-02 10:34:38 -07:00 |
Michael Lumish
|
b33b8bc2bb
|
grpc-js: Handle race between bindAsync and (try|force)Shutdown
|
2023-09-29 11:17:23 -07:00 |
Rafael Santos
|
974b235a04
|
Update server-call.ts
Fix TS2345
|
2023-09-29 15:44:42 +01:00 |
Michael Lumish
|
ea6ba89ead
|
grpc-js: Bump version to 1.9.4
|
2023-09-26 16:35:13 -07:00 |
Michael Lumish
|
e6099d71f2
|
grpc-js: Unref backoff timer in subchannel
|
2023-09-26 15:17:55 -07:00 |
Michael Lumish
|
5be024f060
|
grpc-js: Delegate to child picker in ResolvingLoadBalancer#updateResolution
|
2023-09-18 17:32:29 -07:00 |
Michael Lumish
|
10c4bbdbe3
|
Add logging for DNS update delays due to rate limit or backoff
|
2023-09-13 10:18:30 -07:00 |
Michael Lumish
|
f1f8d1ba61
|
grpc-js: Make a few improvements to DNS resolving timing
|
2023-09-11 13:51:32 -07:00 |
Michael Lumish
|
4bff372df7
|
grpc-js: Remove logging in QueuePicker
|
2023-09-07 17:24:17 -07:00 |
Michael Lumish
|
3a43cba3a3
|
grpc-js-xds: Implement ring_hash LB policy
|
2023-09-07 17:14:39 -07:00 |
Michael Lumish
|
00e1ac46a8
|
grpc-js: Pass channel options to LoadBalancer constructors
|
2023-09-06 10:39:56 -07:00 |
Michael Lumish
|
092d1e96e2
|
Merge pull request #2561 from murgatroid99/grpc-js_pick_first_leaf
grpc-js: Make pick_first the universal leaf policy, plus related changes
|
2023-08-31 15:46:22 -07:00 |
Michael Lumish
|
e7e199c501
|
Merge pull request #2564 from murgatroid99/grpc-js_ping_first_equality_check_backport
grpc-js: Fix pick-first-load-balancer pick subchannel lost state listener (1.9.x)
|
2023-08-31 10:26:24 -07:00 |
Michael Lumish
|
2fe961d5b1
|
grpc-js: Bump to version 1.9.2
|
2023-08-31 09:37:34 -07:00 |
gusumuzhe
|
f5218edf82
|
fix: pick first load balancer call doPick infinite
|
2023-08-31 09:36:52 -07:00 |
Michael Lumish
|
83789c15db
|
grpc-js: Handle keepalive ping error
|
2023-08-31 09:35:24 -07:00 |
Michael Lumish
|
266af4c19f
|
Add pick_first tests
|
2023-08-30 15:16:25 -07:00 |
Michael Lumish
|
3ff8b674bb
|
Export HealthListener type in experimental
|
2023-08-30 14:57:52 -07:00 |
Michael Lumish
|
49b7c6af34
|
grpc-js: Make pick_first the universal leaf policy, switch to endpoint lists
|
2023-08-30 14:46:08 -07:00 |
gusumuzhe
|
613c9144d9
|
fix: pick first load balancer call doPick infinite
|
2023-08-29 17:39:38 +08:00 |