File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ const client = new MyServiceClient('xds:///example.com:123');
21
21
22
22
## Supported Features
23
23
24
- - [ xDS-Based Global Load Balancing] ( https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md )
24
+ - [ xDS-Based Global Load Balancing] ( https://github.com/grpc/proposal/blob/master/A27-xds-global-load-balancing.md )
25
+ - [ xDS traffic splitting and routing] ( https://github.com/grpc/proposal/blob/master/A28-xds-traffic-splitting-and-routing.md )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/grpc-js-xds" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features." ,
5
5
"main" : " build/src/index.js" ,
6
6
"scripts" : {
47
47
"re2-wasm" : " ^1.0.1"
48
48
},
49
49
"peerDependencies" : {
50
- "@grpc/grpc-js" : " ~1.2.10 "
50
+ "@grpc/grpc-js" : " ~1.3.0 "
51
51
},
52
52
"engines" : {
53
53
"node" : " >=10.10.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/grpc-js" ,
3
- "version" : " 1.2.12 " ,
3
+ "version" : " 1.3.0 " ,
4
4
"description" : " gRPC Library for Node - pure JS implementation" ,
5
5
"homepage" : " https://grpc.io/" ,
6
6
"repository" : " https://github.com/grpc/grpc-node/tree/master/packages/grpc-js" ,
You can’t perform that action at this time.
0 commit comments