File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/grpc-js-xds" ,
3
- "version" : " 1.8.0 " ,
3
+ "version" : " 1.8.1 " ,
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" : {
Original file line number Diff line number Diff line change @@ -342,11 +342,13 @@ export class XdsClient {
342
342
this . adsNode = {
343
343
...bootstrapInfo . node ,
344
344
user_agent_name : userAgentName ,
345
+ user_agent_version : clientVersion ,
345
346
client_features : [ 'envoy.lb.does_not_support_overprovisioning' ] ,
346
347
} ;
347
348
this . lrsNode = {
348
349
...bootstrapInfo . node ,
349
350
user_agent_name : userAgentName ,
351
+ user_agent_version : clientVersion ,
350
352
client_features : [ 'envoy.lrs.supports_send_all_clusters' ] ,
351
353
} ;
352
354
setCsdsClientNode ( this . adsNode ) ;
You can’t perform that action at this time.
0 commit comments