-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v1.8.x into master #2409
Merged
Merged
Merge v1.8.x into master #2409
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…eak_fix grpc-js: Discard buffer tracker entry when RetryingCall ends
…default_headers grpc-js: Add HTTP status and content type headers to trailers-only responses
…_resolution grpc-js: Add support for grpc.service_config_disable_resolution
grpc-js: Bump to version 1.8.1
…ctor grpc-js: Refactor `Transport` and `SubchannelConnector` out of `Subchannel`
grpc-js-xds: Reduce GCE xDS interop tests to ping_pong and circuit_breaking
…s-interop-tests grpc-js-xds: Reduce GCE xDS interop tests to ping_pong and circuit_breaking (@grpc/grpc-js@1.8.x backport)
grpc-js: Ensure ordering between status and final message
…onnect_fix grpc-js: Don't end calls when receiving GOAWAY
…ion_ref grpc-js: Reference session in transport when there are active calls
…t-suites xds interop: Fix buildscripts not continuing on a failed test suite
…ix-buildscript-suites xds interop: Fix buildscripts not continuing on a failed test suite (@grpc/grpc-js@1.8.x backport) Apparently there's a difference between bash 3 and bash 4. OSX comes with bash 3 out-of-box, so for whoever wrote this logic it "worked on my machine". The `((` construct returns a 0 exit code if the value is non-zero. Since the value starts at 0 and we do a post-increment, it will always fail the first time. Changing it to a pre-increment fixes the problem.
…ght sum <= uint32 max
…ight_limit grpc-js-xds: weighted clusters: stop checking total_weight, check weight sum <= uint32 max
grpc-js: Clear deadline timer when call ends
…age_collection grpc-js: Hold a reference to transport in SubchannelCall
…ive_throttling grpc-js: Propagate keepalive throttling throughout channel
grpc-js: Fix bugs in pick first LB policy and channel subchannel wrapper
grpc-js: Stop leaking freed message buffer placeholder objects
add await/async on method that return promise to ensure that the order of message (and of the end of stream) are preserved
…r_async_fix grpc-js: add await/async on method that return promise (v1.8.x)
grpc-js: Trace before call to LB policy picker
grpc-js: Fix address equality check in pick-first
…message grpc-js: Add more logging to trace handling of received messages
…arget_simple_1.8.x grpc-js-xds: Use simpler search algorithm in weighted target picker
grpc-js-xds: Add a framework for running xDS end-to-end tests (1.8.x)
…t_version grpc-js-xds: Populate Node message field user_agent_version
grpc-js: Unregister socket from channelz when closing transport
grpc-js-xds: Use Debian and Node 18 in interop Dockerfile (1.8.x)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Redoing #2382 to resolve merge conflicts.