From b3bef54f3c7014b7d69096380d3e2ffd88d7a408 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 28 Feb 2020 15:41:18 -0800 Subject: [PATCH] Update PACKAGE-COMPARISON doc to cover features added in grpc-js 0.7 --- PACKAGE-COMPARISON.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PACKAGE-COMPARISON.md b/PACKAGE-COMPARISON.md index c741474b3..7c852ae47 100644 --- a/PACKAGE-COMPARISON.md +++ b/PACKAGE-COMPARISON.md @@ -12,9 +12,9 @@ Automatic Reconnection | :heavy_check_mark: | :heavy_check_mark: Per-message Compression | :heavy_check_mark: | only for response messages Channel State | :heavy_check_mark: | :heavy_check_mark: JWT Access and Service Account Credentials | provided by the [Google Auth Library](https://www.npmjs.com/package/google-auth-library) | provided by the [Google Auth Library](https://www.npmjs.com/package/google-auth-library) -Interceptors | :heavy_check_mark: | :x: +Interceptors | :heavy_check_mark: | :heavy_check_mark: Connection Keepalives | :heavy_check_mark: | :heavy_check_mark: -HTTP Connect Support | :heavy_check_mark: | :x: +HTTP Connect Support | :heavy_check_mark: | :heavy_check_mark: Retries | :heavy_check_mark: | :x: Stats/tracing/monitoring | :heavy_check_mark: | :x: Load Balancing | :heavy_check_mark: | Pick first and round robin