Skip to content

Commit f6dd4aa

Browse files
authored
Merge pull request #2531 from murgatroid99/v1.9.0_update
grpc-js/grpc-js-xds: Update to 1.9.0, and update READMEs
2 parents 14b11f6 + 49b629f commit f6dd4aa

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

packages/grpc-js-xds/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @grpc/grpc-js xDS plugin
22

3-
This package provides support for the `xds://` URL scheme to the `@grpc/grpc-js` library. The latest version of this package is compatible with `@grpc/grpc-js` version 1.2.x.
3+
This package provides support for the `xds://` URL scheme to the `@grpc/grpc-js` library. The latest version of this package is compatible with `@grpc/grpc-js` version 1.9.x.
44

55
## Installation
66

@@ -29,4 +29,6 @@ const client = new MyServiceClient('xds:///example.com:123');
2929
- [xDS Client-Side Fault Injection](https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md)
3030
- [Client Status Discovery Service](https://github.com/grpc/proposal/blob/master/A40-csds-support.md)
3131
- [Outlier Detection](https://github.com/grpc/proposal/blob/master/A50-xds-outlier-detection.md)
32-
- [xDS Retry Support](https://github.com/grpc/proposal/blob/master/A44-xds-retry.md)
32+
- [xDS Retry Support](https://github.com/grpc/proposal/blob/master/A44-xds-retry.md)
33+
- [xDS Aggregate and Logical DNS Clusters](https://github.com/grpc/proposal/blob/master/A37-xds-aggregate-and-logical-dns-clusters.md)'
34+
- [xDS Federation](https://github.com/grpc/proposal/blob/master/A47-xds-federation.md) (Currently experimental, enabled by environment variable `GRPC_EXPERIMENTAL_XDS_FEDERATION`)

packages/grpc-js-xds/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js-xds",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -49,7 +49,7 @@
4949
"vscode-uri": "^3.0.7"
5050
},
5151
"peerDependencies": {
52-
"@grpc/grpc-js": "~1.8.0"
52+
"@grpc/grpc-js": "~1.9.0"
5353
},
5454
"engines": {
5555
"node": ">=10.10.0"

packages/grpc-js/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Many channel arguments supported in `grpc` are not supported in `@grpc/grpc-js`.
6565
- `grpc.service_config_disable_resolution`
6666
- `grpc.client_idle_timeout_ms`
6767
- `grpc-node.max_session_memory`
68+
- `grpc-node.tls_enable_trace`
6869
- `channelOverride`
6970
- `channelFactoryOverride`
7071

packages/grpc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "1.8.21",
3+
"version": "1.9.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)