Michael Lumish
|
114c87cba5
|
Merge pull request #2394 from murgatroid99/grpc-js_transport_leak
grpc-js: Unregister socket from channelz when closing transport
|
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
|
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
|
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
|
2023-03-07 14:24:14 -08:00 |
|
Michael Lumish
|
c525025f06
|
grpc-js: Trace before call to LB policy picker
|
2023-03-06 15:10:29 -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
|
1f14d1c138
|
grpc-js: Stop leaking freed message buffer placeholder objects
|
2023-02-23 17:49:03 -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
|
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
|
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
|
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
|
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
|
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 |
|
Michael Lumish
|
6d98dc5bbf
|
grpc-js: Hold a reference to transport in SubchannelCall
|
2023-01-25 10:01:45 -08:00 |
|
Michael Lumish
|
ba405cf35e
|
grpc-js: Clear deadline timer when call ends
|
2023-01-23 11:36:24 -08:00 |
|
Michael Lumish
|
7a6fa275fe
|
grpc-js-xds: weighted clusters: stop checking total_weight, check weight sum <= uint32 max
|
2023-01-18 10:55:28 -08:00 |
|
Michael Lumish
|
d441aa687d
|
Merge pull request #2323 from sergiitk/xds-interop-fix-buildscript-suites
xds interop: Fix buildscripts not continuing on a failed test suite
|
2023-01-17 16:20:20 -08:00 |
|
Michael Lumish
|
7eaebaf1ed
|
grpc-js: Undo changes to stream tracking
|
2023-01-12 10:00:28 -08:00 |
|
Michael Lumish
|
fade30bd0a
|
grpc-js: Make call and stream tracking more consistent
|
2023-01-12 09:47:19 -08:00 |
|
Michael Lumish
|
b342001b38
|
grpc-js: Reference session in transport when there are active calls
|
2023-01-12 09:24:21 -08:00 |
|
Michael Lumish
|
b3b6310f04
|
grpc-js: Don't end calls when receiving GOAWAY
|
2023-01-10 15:24:22 -08:00 |
|
Michael Lumish
|
2d37686a1a
|
grpc-js: Ensure ordering between status and final message
|
2023-01-09 10:24:17 -08:00 |
|
Michael Lumish
|
b72e1fc665
|
Merge pull request #2310 from grpc/reduce-gce-xds-interop-tests
grpc-js-xds: Reduce GCE xDS interop tests to ping_pong and circuit_breaking
|
2023-01-06 14:53:11 -08:00 |
|
Michael Lumish
|
a4d409db00
|
Merge pull request #2308 from murgatroid99/grpc-js_transport_refactor
grpc-js: Refactor `Transport` and `SubchannelConnector` out of `Subchannel`
|
2023-01-05 13:35:04 -08:00 |
|
Michael Lumish
|
df8b8976dc
|
grpc-js: Refactor Transport and SubchannelConnector out of Subchannel
|
2023-01-03 16:45:07 -08:00 |
|
Michael Lumish
|
d2bd71348a
|
Merge pull request #2307 from murgatroid99/grpc-js_1.8.1
grpc-js: Bump to version 1.8.1
|
2023-01-03 14:09:40 -08:00 |
|
Michael Lumish
|
5006c14d72
|
grpc-js: Bump to version 1.8.1
|
2023-01-03 13:43:55 -08:00 |
|
Michael Lumish
|
08cc571d1e
|
Merge pull request #2277 from kleinsch/add_service_config_disable_resolution
grpc-js: Add support for grpc.service_config_disable_resolution
|
2023-01-03 13:17:34 -08:00 |
|
Michael Lumish
|
fbfa73cdc8
|
Merge pull request #2305 from murgatroid99/grpc-js_trailers_only_default_headers
grpc-js: Add HTTP status and content type headers to trailers-only responses
|
2023-01-03 12:49:09 -08:00 |
|
Michael Lumish
|
c62d41623b
|
grpc-js: Discard buffer tracker entry when RetryingCall ends
|
2023-01-03 09:53:00 -08:00 |
|
Michael Lumish
|
a1b9464de8
|
grpc-js: Add HTTP status and content type headers to trailers-only responses
|
2023-01-03 09:36:56 -08:00 |
|
Nick Kleinschmidt
|
677c009385
|
grpc-js: Add support for grpc.service_config_disable_resolution
|
2022-12-17 15:19:32 -07:00 |
|
Michael Lumish
|
c9f8f93a74
|
Merge pull request #2286 from murgatroid99/grpc-js_1.8.x_updates
grpc-js: Prepare for 1.8.0 release
|
2022-12-07 07:27:52 -08:00 |
|
Michael Lumish
|
b735abf544
|
grpc-tools: Bump to version 1.12.3
|
2022-12-05 15:44:24 -05:00 |
|
Michael Lumish
|
11aa7226d8
|
grpc-tools: Build for an older Mac version (attempt 2)
|
2022-12-05 15:29:14 -05:00 |
|
Michael Lumish
|
45adf24cf0
|
grpc-tools: Build for older Mac version
|
2022-12-05 13:46:55 -05:00 |
|
Michael Lumish
|
2ddd628747
|
Use BSD tar-specific options on Mac
|
2022-12-05 11:25:04 -05:00 |
|