Commit Graph

14 Commits

Author SHA1 Message Date
Joey Harrington 78631cdad8 Document grpc-js supported channel args in readme
This moves the list of supported channel arguments from PACKAGE_COMPARISON.md into the readme, and also adds a link to the package comparison doc.

resolves #1982, resolves #1983
2022-01-04 16:39:20 -08:00
Michael Lumish e4b69a8ee1 grpc-js: Add support for grpc.max_reconnect_backoff_ms channel arg 2020-10-28 13:27:44 -07:00
Richard Willis f7a749da09 grpc-js: Add support for grpc.enable_http_proxy channel option 2020-06-01 21:22:02 +01:00
Michael Lumish 3044a5a4d9 Document newly supported channel args 2020-04-09 16:26:21 -07:00
murgatroid99 b3bef54f3c Update PACKAGE-COMPARISON doc to cover features added in grpc-js 0.7 2020-02-28 15:41:18 -08:00
murgatroid99 54c9e51bcb grpc-js: Add more channel args 2019-11-21 10:41:09 -08:00
murgatroid99 781b13573f Add round robin load balancer implementation 2019-10-03 15:17:07 -07:00
Michael Lumish 9c274034d0
Merge pull request #796 from murgatroid99/metadata_options
Add metadata options
2019-06-03 10:48:23 -07:00
cjihrig 7ca94b569d
grpc-js: require non-experimental http2
This commit bumps the required semver range to versions of Node
that include a non-experimental http2 module.
2019-04-26 18:53:41 -04:00
murgatroid99 d4e1672071 JS: Add initial metadata options API compatibility 2019-03-20 15:16:52 -07:00
murgatroid99 89e47c84f7 Pure JS: Implement public Channel API 2018-08-22 18:06:01 -07:00
murgatroid99 ea8f4266bf Resolve some comments 2018-08-08 10:14:16 -07:00
murgatroid99 ea0ceae15e Add table of important non-feature properties 2018-08-07 15:20:20 -07:00
murgatroid99 4e2decd6ac Add package feature comparison document 2018-08-07 15:11:39 -07:00