Skip to content

Commit 2ee8911

Browse files
committed
grpc-js: Bump packages to 1.11.0, and update documentation
1 parent e13d5e7 commit 2ee8911

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

packages/grpc-js-xds/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ const client = new MyServiceClient('xds:///example.com:123');
3535
- [xDS Custom Load Balancer Configuration](https://github.com/grpc/proposal/blob/master/A52-xds-custom-lb-policies.md) (Custom load balancer registration not currently supported)
3636
- [xDS Ring Hash LB Policy](https://github.com/grpc/proposal/blob/master/A42-xds-ring-hash-lb-policy.md)
3737
- [`pick_first` via xDS](https://github.com/grpc/proposal/blob/master/A62-pick-first.md#pick_first-via-xds-1) (Currently experimental, enabled by environment variable `GRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG`)
38+
- [xDS-Enabled Servers](https://github.com/grpc/proposal/blob/master/A36-xds-for-servers.md)

packages/grpc-js-xds/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js-xds",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -52,7 +52,7 @@
5252
"xxhash-wasm": "^1.0.2"
5353
},
5454
"peerDependencies": {
55-
"@grpc/grpc-js": "~1.10.0"
55+
"@grpc/grpc-js": "~1.11.0"
5656
},
5757
"engines": {
5858
"node": ">=10.10.0"

packages/grpc-js/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Many channel arguments supported in `grpc` are not supported in `@grpc/grpc-js`.
6969
- `grpc.client_idle_timeout_ms`
7070
- `grpc-node.max_session_memory`
7171
- `grpc-node.tls_enable_trace`
72+
- `grpc-node.retry_max_attempts_limit`
7273
- `channelOverride`
7374
- `channelFactoryOverride`
7475

packages/grpc-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "1.10.11",
3+
"version": "1.11.0",
44
"description": "gRPC Library for Node - pure JS implementation",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js",

0 commit comments

Comments
 (0)