-
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 #2382
Closed
Closed
Merge v1.8.x into master #2382
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
grpc-js: Discard buffer tracker entry when RetryingCall ends
…ult_headers grpc-js: Add HTTP status and content type headers to trailers-only responses
…olution grpc-js: Add support for grpc.service_config_disable_resolution
grpc-js: Bump to version 1.8.1
grpc-js: Refactor `Transport` and `SubchannelConnector` out of `Subchannel`
grpc-js-xds: Reduce GCE xDS interop tests to ping_pong and circuit_breaking
…terop-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
…ct_fix grpc-js: Don't end calls when receiving GOAWAY
grpc-js: Reference session in transport when there are active calls
…ites xds interop: Fix buildscripts not continuing on a failed test suite
…uildscript-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
…_limit grpc-js-xds: weighted clusters: stop checking total_weight, check weight sum <= uint32 max
grpc-js: Clear deadline timer when call ends
…collection grpc-js: Hold a reference to transport in SubchannelCall
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
…ync_fix grpc-js: add await/async on method that return promise (v1.8.x)
gnossen
approved these changes
Mar 6, 2023
grpc-js: Trace before call to LB policy picker
grpc-js: Fix address equality check in pick-first
grpc-js: Add more logging to trace handling of received messages
…t_simple_1.8.x grpc-js-xds: Use simpler search algorithm in weighted target picker
gnossen
approved these changes
Mar 21, 2023
grpc-js-xds: Add a framework for running xDS end-to-end tests (1.8.x)
…rsion 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)
gnossen
approved these changes
Apr 3, 2023
This won't work because merge conflicts can't be resolved directly in the release branch. Doing the same thing in #2409 instead. |
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.
Quite a few bug fixes have accumulated in the branch.