Skip to content
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

feat: update grpc-js to 1.9 #184

Merged
merged 1 commit into from
Aug 5, 2023
Merged

feat: update grpc-js to 1.9 #184

merged 1 commit into from
Aug 5, 2023

Conversation

cprice404
Copy link
Collaborator

This includes the following changes from usptream:

  • Implement channel idle timeout and the channel option grpc.client_idle_timeout_ms (#2471)

  • Implement gRFC A62: pick_first: sticky TRANSIENT_FAILURE and address order randomization (#2511)

  • Fix premature leaving of context due to improper Http2ServerCallStream handling (#2501 contributed by @CedricKassen)

  • Add channel option grpc-node.tls_enable_trace to enable Node TLS tracing (#2507)

  • Cancel deadline timer on server when call is cancelled (#2508)

  • Added grpc.experimental.createResolver

  • Fix propagation of UNIMPLEMENTED error messages (#2528)

  • Fix a crash when the channel option grpc.keepalive_permit_without_calls is set (#2519)

  • Update keepalive behavior to more correctly handle short calls and long periods of inactivity (#2513)

  • Fix reporting of call stacks in unary request errors (#2503)

  • Fix reporting of proxy info in channelz socket responses (#2503)

This includes the following changes [from usptream](https://github.com/grpc/grpc-node/releases):

* Implement channel idle timeout and the channel option grpc.client_idle_timeout_ms (#2471)
* Implement gRFC A62: pick_first: sticky TRANSIENT_FAILURE and address order randomization (#2511)
* Fix premature leaving of context due to improper Http2ServerCallStream handling (#2501 contributed by @CedricKassen)
* Add channel option grpc-node.tls_enable_trace to enable Node TLS tracing (#2507)
* Cancel deadline timer on server when call is cancelled (#2508)

* Added grpc.experimental.createResolver

* Fix propagation of UNIMPLEMENTED error messages (#2528)
* Fix a crash when the channel option grpc.keepalive_permit_without_calls is set (#2519)
* Update keepalive behavior to more correctly handle short calls and long periods of inactivity (#2513)
* Fix reporting of call stacks in unary request errors (#2503)
*  Fix reporting of proxy info in channelz socket responses (#2503)
@cprice404 cprice404 merged commit e2ddf3f into main Aug 5, 2023
7 checks passed
@cprice404 cprice404 deleted the update-grpc-js-to-1.9 branch August 5, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant