Skip to content

Commit a993703

Browse files
authored
Merge pull request #2075 from murgatroid99/v1.6.0
Update version to 1.6.0
2 parents 76d03e7 + 9fcf165 commit a993703

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/grpc-js-xds/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ const client = new MyServiceClient('xds:///example.com:123');
2727
- [xDS Timeouts](https://github.com/grpc/proposal/blob/master/A31-xds-timeout-support-and-config-selector.md)
2828
- [xDS Circuit Breaking](https://github.com/grpc/proposal/blob/master/A32-xds-circuit-breaking.md)
2929
- [xDS Client-Side Fault Injection](https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md)
30-
- [Client Status Discovery Service](https://github.com/grpc/proposal/blob/master/A40-csds-support.md)
30+
- [Client Status Discovery Service](https://github.com/grpc/proposal/blob/master/A40-csds-support.md)
31+
- [Outlier Detection](https://github.com/grpc/proposal/blob/master/A50-xds-outlier-detection.md) (experimental, disabled by default, enabled by setting the environment variable `GRPC_EXPERIMENTAL_ENABLE_OUTLIER_DETECTION=true`)

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.5.2",
3+
"version": "1.6.0",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {
@@ -47,7 +47,7 @@
4747
"re2-wasm": "^1.0.1"
4848
},
4949
"peerDependencies": {
50-
"@grpc/grpc-js": "~1.5.0"
50+
"@grpc/grpc-js": "~1.6.0"
5151
},
5252
"engines": {
5353
"node": ">=10.10.0"

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.5.10",
3+
"version": "1.6.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)