Michael Lumish
|
4fcd9c2527
|
Merge pull request #2433 from murgatroid99/grpc-js-xds_watcher_validation_errors
grpc-js-xds: Fix handling of resource validation errors
@grpc/grpc-js-xds@1.8.2
|
2023-04-24 16:45:53 -07:00 |
|
Michael Lumish
|
edeeda6424
|
Add trailing newline in packages/grpc-js-xds/test/test-nack.ts
Co-authored-by: Sergii Tkachenko <hi@sergii.org>
|
2023-04-24 16:22:49 -07:00 |
|
Michael Lumish
|
dfccd687f0
|
Address review comments
|
2023-04-24 16:21:12 -07:00 |
|
Michael Lumish
|
9271984b8e
|
Merge pull request #2423 from murgatroid99/grpc-js_waitForReady_fix_fix
grpc-js: Fix a couple of errors from a previous PR
|
2023-04-24 16:08:20 -07:00 |
|
Michael Lumish
|
48ef1ed202
|
grpc-js-xds: Bump version to 1.8.2
|
2023-04-20 14:35:39 -07:00 |
|
Michael Lumish
|
856559cce1
|
grpc-js-xds: Fix handling of resource validation errors
|
2023-04-20 14:34:06 -07:00 |
|
Michael Lumish
|
9dec365082
|
Merge pull request #2424 from murgatroid99/grpc-js_circuit_breaking_qps_1.8.x
PSM Interop: experiment with qps affect on circuit_breaking (1.8.x)
|
2023-04-13 12:31:19 -07:00 |
|
Sergii Tkachenko
|
2cb6ef86d4
|
PSM Interop: experiment with qps affect on circuit_breaking
ref b/232859415
|
2023-04-13 11:00:37 -07:00 |
|
Michael Lumish
|
3709998012
|
grpc-js: Fix a couple of errors from a previous PR
|
2023-04-13 09:25:38 -07:00 |
|
Michael Lumish
|
29c31a148a
|
Merge pull request #2422 from murgatroid99/v1.8.14_bump
grpc-js: Bump version to 1.8.14
@grpc/grpc-js@1.8.14
|
2023-04-12 15:43:58 -07:00 |
|
Michael Lumish
|
6bc85716cd
|
grpc-js: Bump version to 1.8.14
|
2023-04-12 14:46:27 -07:00 |
|
Michael Lumish
|
e94b8c5ea1
|
Merge pull request #2421 from murgatroid99/grpc-js_waitForReady_fix
grpc-js: Fix connectivity state change event sequencing
|
2023-04-12 14:36:37 -07:00 |
|
Michael Lumish
|
43d42dcf3f
|
grpc-js: Fix connectivity state change event sequencing
|
2023-04-11 14:50:41 -07:00 |
|
Michael Lumish
|
0c8616c1e7
|
Merge pull request #2405 from murgatroid99/grpc-js-xds_node_18_1.8.x
grpc-js-xds: Use Debian and Node 18 in interop Dockerfile (1.8.x)
|
2023-04-03 13:58:03 -07:00 |
|
Michael Lumish
|
7840a108d3
|
grpc-js-xds: Use Debian and Node 18 in interop Dockerfile (1.8.x)
|
2023-04-03 09:54:38 -07:00 |
|
Michael Lumish
|
114c87cba5
|
Merge pull request #2394 from murgatroid99/grpc-js_transport_leak
grpc-js: Unregister socket from channelz when closing transport
@grpc/grpc-js-xds@1.8.1
@grpc/grpc-js@1.8.13
|
2023-03-23 10:53:57 -07:00 |
|
Michael Lumish
|
ad719ccb94
|
Merge pull request #2391 from murgatroid99/grpc-js-xds_node_client_version
grpc-js-xds: Populate Node message field user_agent_version
|
2023-03-23 10:53:49 -07:00 |
|
Michael Lumish
|
4fa8af3969
|
Merge pull request #2392 from murgatroid99/grpc-js-xds_tests_1.8.x
grpc-js-xds: Add a framework for running xDS end-to-end tests (1.8.x)
|
2023-03-22 11:14:14 -07:00 |
|
Michael Lumish
|
6b7c99bb12
|
Merge pull request #2395 from murgatroid99/grpc-js-xds_weighted_target_simple_1.8.x
grpc-js-xds: Use simpler search algorithm in weighted target picker
|
2023-03-20 09:54:15 -07:00 |
|
Michael Lumish
|
e5e6731917
|
grpc-js-xds: Use simpler search algorithm in weighted target picker
|
2023-03-10 14:12:58 -08:00 |
|
Michael Lumish
|
3fbdf0d337
|
grpc-js: Bump version to 1.8.13
|
2023-03-10 14:05:39 -08:00 |
|
Michael Lumish
|
056dc8e56e
|
grpc-js: Unregister socket from channelz when closing transport
|
2023-03-10 13:58:02 -08:00 |
|
Michael Lumish
|
e32bbc7aac
|
grpc-js-xds: Allow tests to set bootstrap info in channel args
|
2023-03-10 11:47:23 -08:00 |
|
Michael Lumish
|
6bc6b8665b
|
grpc-js-xds: Add unit test framework
|
2023-03-10 11:47:13 -08:00 |
|
Michael Lumish
|
481f704c77
|
grpc-js-xds: Populate Node message field user_agent_version
|
2023-03-09 16:37:04 -08:00 |
|
Michael Lumish
|
9264d582c9
|
Merge pull request #2387 from murgatroid99/grpc-js_trace_receive_message
grpc-js: Add more logging to trace handling of received messages
|
2023-03-07 15:37:48 -08:00 |
|
Michael Lumish
|
79161816e6
|
grpc-js: Add more logging to trace handling of received messages
|
2023-03-07 15:09:19 -08:00 |
|
Michael Lumish
|
7aba0004e6
|
Merge pull request #2380 from murgatroid99/grpc-js_pick_first_fix2
grpc-js: Fix address equality check in pick-first
@grpc/grpc-js@1.8.12
|
2023-03-07 14:24:14 -08:00 |
|
Michael Lumish
|
e66909d8e4
|
Merge pull request #2383 from murgatroid99/grpc-js_pick_start_log
grpc-js: Trace before call to LB policy picker
|
2023-03-07 10:39:45 -08:00 |
|
Michael Lumish
|
c525025f06
|
grpc-js: Trace before call to LB policy picker
|
2023-03-06 15:10:29 -08:00 |
|
Michael Lumish
|
8a22f5f2a4
|
Merge pull request #2381 from murgatroid99/grpc-js_backport_server_async_fix
grpc-js: add await/async on method that return promise (v1.8.x)
|
2023-03-06 13:42:19 -08:00 |
|
Ulrich Van Den Hekke
|
c23c67cd4f
|
grpc-js: add await/async on method that return promise
add await/async on method that return promise to ensure that the order of message (and of the end of stream) are preserved
|
2023-03-06 10:15:52 -08:00 |
|
Michael Lumish
|
0726fdf290
|
grpc-js: Fix address equality check in pick-first
|
2023-03-06 10:11:46 -08:00 |
|
Michael Lumish
|
07288b326e
|
Merge pull request #2372 from murgatroid99/grpc-js_retry_buffer_free
grpc-js: Stop leaking freed message buffer placeholder objects
@grpc/grpc-js@1.8.11
|
2023-02-24 10:00:05 -08:00 |
|
Michael Lumish
|
1f14d1c138
|
grpc-js: Stop leaking freed message buffer placeholder objects
|
2023-02-23 17:49:03 -08:00 |
|
Michael Lumish
|
6614ebbc45
|
Merge pull request #2369 from murgatroid99/grpc-js_pick_first_fix
grpc-js: Fix bugs in pick first LB policy and channel subchannel wrapper
@grpc/grpc-js@1.8.10
|
2023-02-21 16:20:56 -08:00 |
|
Michael Lumish
|
6862af2350
|
grpc-js: Fix bugs in pick first LB policy and channel subchannel wrapper
|
2023-02-21 15:26:09 -08:00 |
|
Michael Lumish
|
72b99a1413
|
Merge pull request #2363 from murgatroid99/grpc-js_channel_keepalive_throttling
grpc-js: Propagate keepalive throttling throughout channel
@grpc/grpc-js@1.8.9
|
2023-02-15 15:44:48 -08:00 |
|
Michael Lumish
|
2ed8e71ba1
|
grpc-js: Propagate keepalive throttling throughout channel
|
2023-02-14 13:47:50 -08:00 |
|
Michael Lumish
|
ba08267516
|
Merge pull request #2352 from murgatroid99/grpc-js_deadline_refinement
grpc-js: Improve timeout handling and deadline logging
|
2023-02-09 17:24:03 -08:00 |
|
Michael Lumish
|
37eb5ed2fa
|
grpc-js: Improve timeout handling and deadline logging
|
2023-02-09 10:18:24 -08:00 |
|
Michael Lumish
|
7ab5368a6e
|
Merge pull request #2349 from murgatroid99/grpc-js_retry_commit_fix
grpc-js: Fix `commitCallWithMostMessages` trying to commit completed attempts
@grpc/grpc-js@1.8.8
|
2023-02-08 10:40:55 -08:00 |
|
Michael Lumish
|
2b7f296680
|
Merge pull request #2351 from murgatroid99/grpc-js_export_interceptor_types
grpc-js: Export `InterceptingListener` and `NextCall` types
|
2023-02-08 10:40:25 -08:00 |
|
Michael Lumish
|
9bf74d9d59
|
Merge pull request #2350 from murgatroid99/grpc-js_retry_clean_status
grpc-js: Remove `progress` field in status from retrying call
|
2023-02-08 10:40:16 -08:00 |
|
Michael Lumish
|
18c803e6dd
|
grpc-js: Export InterceptingListener and NextCall types
|
2023-02-08 09:55:32 -08:00 |
|
Michael Lumish
|
3596c4f655
|
grpc-js: Remove progress field in status from retrying call
|
2023-02-07 14:52:20 -08:00 |
|
Michael Lumish
|
cf090c7f50
|
grpc-js: Fix commitCallWithMostMessages trying to commit completed attempts
|
2023-02-07 14:35:35 -08:00 |
|
Michael Lumish
|
cea545dd77
|
Merge pull request #2337 from murgatroid99/grpc-js_transport_fix_active_call_tracking
grpc-js: Fix tracking of active calls in transport
@grpc/grpc-js@1.8.7
|
2023-01-25 14:28:45 -08:00 |
|
Michael Lumish
|
3efdc7b58c
|
grpc-js: Bump version to 1.8.7
|
2023-01-25 11:56:09 -08:00 |
|
Michael Lumish
|
0d177a818f
|
grpc-js: Fix tracking of active calls in transport
|
2023-01-25 11:52:24 -08:00 |
|