Releases: huaweicloud/spring-cloud-huawei
Releases · huaweicloud/spring-cloud-huawei
Spring Cloud Huawei 1.11.10-2023.0.x
🐞 Bug Fixes
- [#1387] fixed cross engine authentication failed at dual-az servicecomb engine problem (#1392) by @chengyouling in #1394
- fixed dual-AZ engine disk abnormal scenario registration center intermittently delete instance problem by @chengyouling
🔨 Dependency Upgrades And Other Changed
- [#1383] add log address info for auto discovery by @chengyouling in #1384
- [#1390] upgrade spring boot version to 3.3.5 by @chengyouling in #1396
Full Changelog: 1.11.9-2023.0.x...1.11.10-2023.0.x
Spring Cloud Huawei 1.11.10-2022.0.x
🐞 Bug Fixes
- [#1387] fixed cross engine authentication failed at dual-az servicecomb engine problem (#1392) by @chengyouling in #1395
- fixed dual-AZ engine disk abnormal scenario registration center intermittently delete instance problem by @chengyouling
🔨 Dependency Upgrades And Other Changed
- [#1383] add log address info for auto discovery (#1384) by @chengyouling in #1385
Full Changelog: 1.11.9-2022.0.x...1.11.10-2022.0.x
Spring Cloud Huawei 1.11.10-2021.0.x
🐞 Bug Fixes
- [#1387] fixed cross engine authentication failed at dual-az servicecomb engine problem by @chengyouling in #1392
- fixed dual-AZ engine disk abnormal scenario registration center intermittently delete instance problem by @chengyouling
🔨 Dependency Upgrades And Other Changed
- [#1383] add log address info for auto discovery (#1384) by @chengyouling in #1386
Full Changelog: 1.11.9-2021.0.x...1.11.10-2021.0.x
Spring Cloud Huawei 1.11.9-2023.0.x
⚠️ Important Changed
- router instance choose support emptyProtection switch settings.
servicecomb:
routeRule:
Provider: |
- precedence: 2
emptyProtection: true
match:
headers:
region:
exact: 'providerRegion'
caseInsensitive: false
type:
regex: gray_[a-z]+
caseInsensitive: true
route:
- weight: 20
tags:
version: 1.0.0
- weight: 80
tags:
version: 2.0.0
- nacos support dual-engine registration and discovery.
- support automatic gray release of servicestage for nacos scenarios
🐞 Bug Fixes
- [#1293] fixed nacos registry instance ip is null by @chengyouling in #1294
- [#1319] fixed nacos configuration item cannot be listened when master/standby server is unavailable by @chengyouling in #1320
- [#1327] fixed double register consumer can not discovery only register standby nacos server microservice problem (#1328) by @chengyouling in #1346
- Fix exclude pattern initialization in InvocationMetrics by @shoothzj in #1362
⭐ New Features
- [#1284] support nacos service metadata by @provenceee in #1285
- [#1278] nacos config center support disaster recovery scenario by @chengyouling in #1289
- [#1279] nacos register center support disaster recovery scenario by @chengyouling in #1291
- [#1302] adding health check for service discovery in dual-registration redundancy scenarios by @chengyouling in #1303
- [#1290] support to loads the default router configuration by @chengyouling in #1305
- [#1350] change load router configs by dataId prefix and add switch control it default load (#1351) by @chengyouling in #1357
- [#1354] add switch control default load security configs from nacos config center by @chengyouling in #1359
- [#1363] support default load the route header context configuration by @chengyouling in #1364
- [#1365] add router config to config-center can not be load when consumer service already started by @chengyouling in #1366
- [#1368] add flag control graceful invalid call service-center api by @chengyouling in #1369
- [#1321] add logger request server serviceName/ip/port by @chengyouling in #1322
🔨 Dependency Upgrades And Other Changed
- [#1313] update home page info by @chengyouling in #1314
- [#1306] format spring-cloud-huawei-nacos codes by @chengyouling in #1311
- [#1315] upgrade spring-boot/spring-cloud/servicecomb version by @chengyouling in #1316
- [#1326] upgrade httpclient5 version to 5.3.1 by @chengyouling in #1329
- [#1326] upgrade commons-io version to 2.16.1 by @chengyouling in #1330
- [#1326] upgrade jasypt version to 3.0.5 by @chengyouling in #1332
- [#1326] upgrade guava version to 33.2.1-jre by @chengyouling in #1331
- [#1326] upgrade springdoc version to 2.6.0 by @chengyouling in #1333
- [#1326] upgrade jackson version to 2.17.2 by @chengyouling in #1335
- [#1352] update service metadata error when instance info not write to Database (#1353) by @chengyouling in #1355
- [#1326] upgrade spring-boot、spring-cloud、chassis vesion by @chengyouling in #1376
- [#1313] update home page info by @chengyouling in #1382
Full Changelog: 1.11.8-2023.0.x...1.11.9-2023.0.x
Spring Cloud Huawei 1.11.9-2021.0.x
Important Changed
- router instance choose support emptyProtection switch settings.
servicecomb:
routeRule:
Provider: |
- precedence: 2
emptyProtection: true
match:
headers:
region:
exact: 'providerRegion'
caseInsensitive: false
type:
regex: gray_[a-z]+
caseInsensitive: true
route:
- weight: 20
tags:
version: 1.0.0
- weight: 80
tags:
version: 2.0.0
- nacos support dual-engine registration and discovery.
- support automatic gray release of servicestage for nacos scenarios
What's Changed
- [#1293] fixed nacos registry instance ip is null (#1294) by @chengyouling in #1296
- [#1278] nacos config center support disaster recovery scenario (#1289) by @chengyouling in #1300
- [#1287] fixed swagger scan @scope("request") annotation controller problem by @chengyouling in #1297
- [#1279] nacos register center support disaster recovery scenario (#1291) by @chengyouling in #1301
- [#1290] support to loads the default router configuration (#1305) by @chengyouling in #1310
- [#1302] adding health check for service discovery in dual-registration redundancy scenarios (#1303) by @chengyouling in #1309
- [#1306] format spring-cloud-huawei-nacos codes by @chengyouling in #1312
- [#1315] upgrade servicecomb version by @chengyouling in #1318
- [#1319] fixed nacos configuration item cannot be listened when master/standby server is unavailable (#1320) by @chengyouling in #1325
- [#1326] upgrade httpclient version to 4.5.13 by @chengyouling in #1334
- [#1326] upgrade commons-io version to 2.16.1 by @chengyouling in #1337
- [#1326] upgrade jasypt version to 3.0.5 by @chengyouling in #1343
- [#1326] upgrade jackson version to 2.17.2 by @chengyouling in #1344
- [#1326] upgrade guava version to 33.2.1-jre by @chengyouling in #1342
- [#1327] fixed double register consumer can not discovery only register standby nacos server microservice problem by @chengyouling in #1328
- [#1352] update service metadata error when instance info not write to Database by @chengyouling in #1353
- [#1350] change load router configs by dataId prefix and add switch control it default load by @chengyouling in #1351
- [#1354] add switch control default load security configs from nacos config center (#1359) by @chengyouling in #1361
- [#1368] add flag control graceful invalid call service-center api (#1369) by @chengyouling in #1375
- [#1365] add router config to config-center can not be load when consumer service already started (#1366) by @chengyouling in #1373
- [#1363] support default load the route header context configuration (#1364) by @chengyouling in #1371
- [#1321] add logger request server serviceName/ip/port (#1322) by @chengyouling in #1380
- [#1326] upgrade chassis version by @chengyouling in #1378
Full Changelog: 1.11.8-2021.0.x...1.11.9-2021.0.x
Spring Cloud Huawei 1.11.9-2022.0.x
Important Changed
- router instance choose support emptyProtection switch settings.
servicecomb:
routeRule:
Provider: |
- precedence: 2
emptyProtection: true
match:
headers:
region:
exact: 'providerRegion'
caseInsensitive: false
type:
regex: gray_[a-z]+
caseInsensitive: true
route:
- weight: 20
tags:
version: 1.0.0
- weight: 80
tags:
version: 2.0.0
- nacos support dual-engine registration and discovery.
- support automatic gray release of servicestage for nacos scenarios
What's Changed
- [#1293] fixed nacos registry instance ip is null (#1294) by @chengyouling in #1295
- [#1278] nacos config center support disaster recovery scenario (#1289) by @chengyouling in #1298
- [#1279] nacos register center support disaster recovery scenario (#1291) by @chengyouling in #1304
- [#1302] adding health check for service discovery in dual-registration redundancy scenarios (#1303) by @chengyouling in #1307
- [#1290] support to loads the default router configuration (#1305) by @chengyouling in #1308
- [#1315] upgrade spring-boot/spring-cloud/servicecomb version by @chengyouling in #1317
- [#1319] fixed nacos configuration item cannot be listened when master/standby server is unavailable (#1320) by @chengyouling in #1324
- [#1326] upgrade jasypt version to 3.0.5 by @chengyouling in #1339
- [#1326] upgrade guava version to 33.2.1-jre (#1331) by @chengyouling in #1338
- [#1326] upgrade httpclient5 version to 5.3.1 (#1329) by @chengyouling in #1336
- [#1326] upgrade springdoc version to 2.6.0 by @chengyouling in #1345
- [#1326] upgrade jackson version to 2.17.2 by @chengyouling in #1340
- [#1326] upgrade commons-io version to 2.16.1 (#1330) by @chengyouling in #1341
- [#1327] fixed double register consumer can not discovery only register standby nacos server microservice problem (#1328) by @chengyouling in #1347
- [#1352] update service metadata error when instance info not write to Database (#1353) by @chengyouling in #1356
- [#1350] change load router configs by dataId prefix and add switch control it default load (#1351) by @chengyouling in #1358
- [#1354] add switch control default load security configs from nacos config center (#1359) by @chengyouling in #1360
- [#1368] add flag control graceful invalid call service-center api (#1369) by @chengyouling in #1374
- [#1365] add router config to config-center can not be load when consumer service already started (#1366) by @chengyouling in #1372
- [#1363] support default load the route header context configuration (#1364) by @chengyouling in #1370
- [#1326] upgrade chassis version by @chengyouling in #1377
- [#1321] add logger request server serviceName/ip/port (#1322) by @chengyouling in #1379
Full Changelog: 1.11.8-2022.0.x...1.11.9-2022.0.x
Spring Cloud Huawei 1.11.8-2023.0.x
What's Changed
- [#1267] update introduction to homepage version relationships by @chengyouling in #1268
- [#1263] api authentication add includePath and excludePath for auth by @chengyouling in #1266
- [#1264] change actuator health to DOWN when service graceful down by @chengyouling in #1265
- [#1280] config-center firstpull config support retry 3 times by @chengyouling in #1282
Full Changelog: 1.11.7-2023.0.x...1.11.8-2023.0.x
Spring Cloud Huawei 1.11.8-2022.0.x
What's Changed
- [#1264] change actuator health to DOWN when service graceful down (#1265) by @chengyouling in #1270
- [#1263] api authentication add includePath and excludePath for auth (#1266) by @chengyouling in #1269
- [#1280] config-center firstpull config support retry 3 times by @chengyouling in #1283
Full Changelog: 1.11.7-2022.0.x...1.11.8-2022.0.x
Spring Cloud Huawei 1.11.8-2021.0.x
What's Changed
- [#1264] change actuator health to DOWN when service graceful down (#1265) by @chengyouling in #1271
- [#1263] api authentication add includePath and excludePath for auth by @chengyouling in #1272
- [#1280] config-center firstpull config support retry 3 times by @chengyouling in #1281
Full Changelog: 1.11.7-2021.0.x...1.11.8-2021.0.x
Spring Cloud Huawei 1.11.7-2023.0.x
What's Changed
- [#1211] update introduction to homepage version relationships by @chengyouling in #1212
- [#1214] update hessian2 version to 2.7.23 by @chengyouling in #1215
- [#1191] add weightedResponseTime loadbalancer by @chengyouling in #1204
- [#1222] update CSE Developer Guide links by @chengyouling in #1223
- [#1224] add default settings for feign connect timeout and read timeout by @chengyouling in #1225
- [#1228] upgrade servicecomb version to 2.8.15 by @chengyouling in #1229
- [#1240] upgrade nacos client version to 2.3.0 by @chengyouling in #1241
- [#1233] fixed NacosAdaptersBootstrapConfiguration.class load exception when spring.cloud.nacos.config.enabled=false by @chengyouling in #1235
- [#1238] add healthCheck for isolation instances by @chengyouling in #1239
- [#1246] adjust using nacosClient to achieve nacos discovery/registry by @chengyouling in #1247
- [#1250] fixed if open BlackWhite/Security governance, it will print UNAUTHORIZED logs when interface throws exception by @chengyouling in #1251
- [#1255] upgrade cloud/boot/servicecomb version by @chengyouling in #1256
- [#1259] add NacosRegistryHealth bean loading in the spring configuration file by @chengyouling in #1260
Full Changelog: 1.11.6-2023.0.x...1.11.7-2023.0.x