Commit Graph

3844 Commits

Author SHA1 Message Date
Michael Lumish c106d05ac4 grpc-js: Make backoff timer reset apply to the currently running timer 2022-04-01 14:31:24 -07:00
Michael Lumish e58371033f grpc-js-xds: Don't stop backoff timers for ADS streams 2022-04-01 10:46:39 -07:00
Michael Lumish a9937038c7
Merge pull request #2075 from murgatroid99/v1.6.0
Update version to 1.6.0
2022-03-31 09:23:38 -07:00
Michael Lumish 76d03e7f47
Merge pull request #2073 from murgatroid99/grpc-js_write_error_handling
grpc-js: Avoid surfacing errors without gRPC error codes
2022-03-30 09:39:52 -07:00
Michael Lumish 9fcf1659b6 Update version to 1.6.0 2022-03-29 00:15:49 -07:00
murgatroid99 052af317a3 grpc-js: Avoid surfacing errors without gRPC error codes 2022-03-28 14:50:10 -07:00
Michael Lumish a6f3df70ae
Merge pull request #2071 from kskalski/master
Expose MetadataOptions interface in grpc-js.
2022-03-25 12:53:49 -07:00
Michael Lumish 86aa9b51f5
Merge pull request #2067 from murgatroid99/v1.5.x_upmerge
Merge 1.5.x into master
2022-03-25 12:53:31 -07:00
Kamil Skalski 8d7d3f3d23 Expose MetadataOptions interface in grpc-js. 2022-03-25 12:22:16 -05:00
Kamil Skalski 260aee93da Expose MetadataOptions interface in grpc-js. 2022-03-25 09:22:23 -05:00
Michael Lumish 6e804d741f Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.5.x' into v1.5.x_upmerge 2022-03-24 15:18:39 -07:00
Michael Lumish 99fb887810
Merge pull request #2069 from murgatroid99/grpc-js_server_channelz_enabled
grpc-js: Improve coverage of channelzEnabled checks in server code
2022-03-24 15:13:32 -07:00
Michael Lumish 680ff7cc08 grpc-js: Improve coverage of channelzEnabled checks in server code 2022-03-24 12:45:28 -07:00
Michael Lumish 312fb9b737 Merge remote-tracking branch 'upstream/@grpc/grpc-js@1.5.x' into v1.5.x_upmerge 2022-03-24 10:11:52 -07:00
Michael Lumish 7239c0e2a2
Merge pull request #2064 from murgatroid99/grpc-js-xds_outlier_detection
grpc-js-xds: Add outlier detection configuration handling
2022-03-22 14:23:27 -07:00
Michael Lumish b5b0703bcd grpc-js-xds: Add outlier detection configuration handling 2022-03-18 12:48:33 -07:00
Michael Lumish ec334f2f44
Merge pull request #2062 from murgatroid99/grpc-js_call_end_trace_change
grpc-js: Trace call end when actually ending the call
2022-03-16 12:58:29 -07:00
Michael Lumish 0dfe2eeb8b
Merge pull request #2063 from murgatroid99/grpc-js_session_destroyed_transparent_retry
grpc-js: Transparently retry session destroyed error
2022-03-16 12:58:20 -07:00
Michael Lumish 18286dab47
Merge pull request #2061 from murgatroid99/grpc-js_channel_stacktrace_trace
grpc-js: Add channel construction stacktrace traces
2022-03-16 12:46:21 -07:00
Michael Lumish 81e08e84df grpc-js: Transparently retry session destroyed error 2022-03-16 12:39:36 -07:00
Michael Lumish 39f027e284 grpc-js: Trace call end when actually ending the call 2022-03-16 11:34:55 -07:00
Michael Lumish 97584dcf31 grpc-js: Add channel construction stacktrace traces 2022-03-16 11:27:05 -07:00
Michael Lumish 0e332863f5
Merge pull request #2060 from murgatroid99/interop_client_auth_token_scope
Add credentials scope in oauth2_auth_token interop test
2022-03-15 13:26:47 -07:00
Michael Lumish 109020ef02 Add credentials scope in oauth2_auth_token interop test 2022-03-15 12:07:11 -07:00
Michael Lumish 157de1a0a9
Merge pull request #2058 from murgatroid99/grpc-js_outlier_detection
grpc-js: Add outlier detection LB policy
2022-03-14 12:51:07 -07:00
Michael Lumish d8e73f3b22
Merge pull request #2059 from murgatroid99/grpc-js_trace_more_ids
grpc-js: Consistently log subchannel and call IDs in traces
2022-03-14 12:48:03 -07:00
Michael Lumish 5a601b0f78 grpc-js: Consistently log subchannel and call IDs in traces 2022-03-14 11:55:38 -07:00
Michael Lumish c2e138c817
Merge pull request #2056 from dacioromero/never
grpc-js: Return never from functions that always throw
2022-03-07 14:16:11 -08:00
Michael Lumish 2062062a5c grpc-js: Add outlier detection LB policy 2022-03-07 13:05:24 -08:00
Dacio Romero a3ecb45132 grpc-js: Return never from functions that always throw 2022-03-01 14:48:25 -08:00
Michael Lumish fc686e3234
Merge pull request #2052 from murgatroid99/grpc-js_socket_disconnect
grpc-js: Transition subchannel to TRANSIENT_FAILURE when the socket closes
2022-02-24 11:00:51 -08:00
Michael Lumish 55087d21c4 grpc-js: Transition subchannel to TRANSIENT_FAILURE when the socket closes 2022-02-24 09:09:54 -08:00
Michael Lumish c96e7cfa2a
Merge pull request #2051 from murgatroid99/grpc-js_session_state_logging
grpc-js: Add session state logging at call start
2022-02-23 11:20:21 -08:00
Michael Lumish d51dfffcfe grpc-js: Add session state logging at call start 2022-02-23 09:50:11 -08:00
Michael Lumish 26b1c1ff32
Merge pull request #2043 from murgatroid99/grpc-js_1.5.5
grpc-js: Increase version to 1.5.5
2022-02-10 10:55:37 -08:00
Michael Lumish 5bb11e02a0 grpc-js: Increase version to 1.5.5 2022-02-10 10:12:36 -08:00
Michael Lumish d57df93200
Merge pull request #2041 from nimf/http2-flowctrl-tracing
HTTP/2 flow control tracing
2022-02-10 10:10:36 -08:00
Yuri Golobokov da66707d3b HTTP/2 flow control tracing
subchannel_flowctrl tracer, if enabled, logs local and remote window
sizes of subchannel's HTTP2 session to debug log on the start of every
call.
2022-02-09 14:58:26 -08:00
Michael Lumish faa79fe19e
Merge pull request #2040 from nimf/http2-settings-tracing
Add HTTP/2 settings frame tracing
2022-02-09 13:48:17 -08:00
Yuri Golobokov ae2a2ac7d0 Add HTTP/2 settings frame tracing.
This adds HTTP/2 settings frame information
to debug logs.
HTTP/2 settings frame contains important information like
max_concurrent_streams and initial_window_size useful for debugging
concurrency, latency, and throughput issues.
2022-02-08 21:52:29 -08:00
Yuri Golobokov 2334ca9dfa Add isTracerEnabled to logging 2022-02-08 21:51:26 -08:00
Michael Lumish 703971f692
Merge pull request #2037 from murgatroid99/grpc-js_dns_backoff_ip_reset
grpc-js: Fix `exitIdle` propagation and DNS IP result backoff
2022-01-31 14:30:04 -08:00
Michael Lumish f49ed62476 grpc-js: Increase version to 1.5.4 2022-01-31 13:55:07 -08:00
Michael Lumish ba70f7168b grpc-js: Fix exitIdle propagation and DNS IP result backoff 2022-01-31 13:54:40 -08:00
Michael Lumish 8d19d6ade4
Merge pull request #2029 from murgatroid99/grpc-js_local_pool_shutdown
grpc-js: Fix pick first shutdown reference handling
2022-01-20 10:42:45 -08:00
Michael Lumish 27bae2009d grpc-js: Increase version to 1.5.3 2022-01-20 09:36:44 -08:00
Michael Lumish 0a5a2321b4 grpc-js: Fix pick first shutdown reference handling 2022-01-20 09:31:09 -08:00
Michael Lumish 8f3d4fb8f5
Merge pull request #2027 from murgatroid99/grpc-js_server_secure_errors
grpc-js: Add secureConnection error handling in server
2022-01-19 10:17:30 -08:00
Michael Lumish 4b3c26382b Add subchannel interface 2022-01-18 12:53:10 -08:00
Michael Lumish b9deb5bc3c grpc-js: Increase version to 1.5.2 2022-01-18 12:35:35 -08:00