Skip to content

Commit b517653

Browse files
authored
Merge pull request #2013 from murgatroid99/grpc-js_version_1.5.0
Update grpc-js and grpc-js-xds to version 1.5.0
2 parents ba3bd4b + ea1a266 commit b517653

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
@@ -26,4 +26,5 @@ const client = new MyServiceClient('xds:///example.com:123');
2626
- [xDS v3 API](https://github.com/grpc/proposal/blob/master/A30-xds-v3.md)
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)
29-
- [xDS Client-Side Fault Injection](https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md)
29+
- [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)

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.4.0",
3+
"version": "1.5.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.4.0"
50+
"@grpc/grpc-js": "~1.5.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.4.6",
3+
"version": "1.5.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)