Michael Lumish
|
b9797cf489
|
grpc-js: Declare buffer type to avoid build error
|
2025-08-04 10:14:32 -07:00 |
|
Michael Lumish
|
760fc4252e
|
grpc-js-xds: Preserve resource type version and nonce when unsubscribing
|
2025-01-16 13:33:32 -08:00 |
|
Michael Lumish
|
b34ba40afa
|
grpc-js-xds: Update gts to be compatible with typescript version
|
2024-12-09 15:16:43 -05:00 |
|
Michael Lumish
|
adda74732d
|
grpc-js{,-xds}: Renew self-signed certificates used in tests
|
2024-12-02 12:19:47 -05:00 |
|
Michael Lumish
|
b5480496a0
|
grpc-js-xds: Update to TypeScript 5
|
2024-12-02 12:18:59 -05:00 |
|
Michael Lumish
|
436baa2c8d
|
grpc-js-xds: Update @types/node and update code for compatibility
|
2024-12-02 08:59:43 -08:00 |
|
Michael Lumish
|
c75e048948
|
grpc-js: Bump to 1.9.15
|
2024-06-07 10:54:20 -07:00 |
|
Michael Lumish
|
d5d62b4d94
|
grpc-js: Avoid buffering significantly more than max_receive_message_size per received message (1.9.x)
|
2024-06-07 10:11:06 -07:00 |
|
Michael Lumish
|
cf14020643
|
Merge pull request #2729 from sergiitk/psm-interop-common-prod-tests
PSM Interop: simplify Kokoro buildscripts
|
2024-05-06 15:27:37 -07:00 |
|
Michael Lumish
|
63763a4000
|
Merge pull request #2712 from sergiitk/psm-interop-pkg-dev
PSM Interop: Migrate to Artifact Registry
|
2024-04-08 18:04:46 -07: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 |
|
Michael Lumish
|
6e6f942f19
|
Merge pull request #2635 from XuanWang-Amos/psm-interop-shared-build
buildscripts: Use the Kokoro shared install lib from the new repo
|
2024-01-04 21:49:25 +00: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
|
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
|
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
|
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
|
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
|
7e53472048
|
Merge pull request #2586 from murgatroid99/grpc-js_round_robin_backoff_ref
grpc-js: Unref backoff timer in subchannel
|
2023-09-26 16:49:35 -07:00 |
|
Michael Lumish
|
ea6ba89ead
|
grpc-js: Bump version to 1.9.4
|
2023-09-26 16:35:13 -07:00 |
|
Michael Lumish
|
4c6869091e
|
grpc-js-xds: Don't call git commands in npm scripts
|
2023-09-26 16:06:03 -07:00 |
|
Michael Lumish
|
e6099d71f2
|
grpc-js: Unref backoff timer in subchannel
|
2023-09-26 15:17:55 -07:00 |
|
Michael Lumish
|
e1415fe7bc
|
grpc-js-xds: Force submodule update and code generation in prepare script
|
2023-09-25 10:30:10 -07:00 |
|
Michael Lumish
|
c8b9a45bc9
|
grpc-js-xds: Fix behavior when channel goes IDLE
|
2023-09-21 10:02:39 -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
|
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
|
a0e028f788
|
grpc-js-xds: Fix backoff timer reference when handling LRS stream messages
|
2023-08-22 11:19:23 -07:00 |
|
Michael Lumish
|
7ca0af6eec
|
Merge pull request #2550 from murgatroid99/grpc-js_service_config_parsing
grpc-js: Fix method config name handling in service configs
|
2023-08-21 17:22:44 -07:00 |
|
Michael Lumish
|
cd25bada71
|
Merge pull request #2552 from murgatroid99/grpc-js_deferred_write_callback
grpc-js: Defer actions in http2 stream write callback
|
2023-08-21 17:22:35 -07:00 |
|
Michael Lumish
|
8896bfe4c9
|
grpc-js: Defer actions in http2 stream write callback
|
2023-08-21 13:30:33 -07:00 |
|
Michael Lumish
|
f9af919393
|
grpc-js: Update dependency on @grpc/proto-loader
|
2023-08-21 13:17:11 -07:00 |
|