Releases: huaweicloud/spring-cloud-huawei
Releases · huaweicloud/spring-cloud-huawei
Spring Cloud Huawei 1.11.7-2022.0.x
What's Changed
- [#1214] update hessian2 version to 2.7.23 by @chengyouling in #1216
- [#1191] add weightedResponseTime loadbalancer (#1204) by @chengyouling in #1219
- [#1224] add default settings for feign connect timeout and read timeout by @chengyouling in #1226
- [#1228] upgrade servicecomb version to 2.8.15, springboot to 3.1.9, cloud to 2022.0.5 by @chengyouling in #1230
- [#1233] fixed NacosAdaptersBootstrapConfiguration.class load exception when spring.cloud.nacos.config.enabled=false by @chengyouling in #1236
- [#1238] add healthCheck for isolation instances (#1239) by @chengyouling in #1242
- [#1240] upgrade nacos client version to 2.3.0 (#1241) by @chengyouling in #1245
- [#1246] adjust using nacosClient to achieve nacos discovery/registry (#1247) by @chengyouling in #1248
- [#1250] fixed if open BlackWhite/Security governance, it will print UNAUTHORIZED logs when interface throws exception (#1251) by @chengyouling in #1253
- [#1255] upgrade cloud/boot/servicecomb version by @chengyouling in #1257
- [#1259] add NacosRegistryHealth bean loading in the spring configuration file by @chengyouling in #1261
Full Changelog: 1.11.6-2022.0.x...1.11.7-2022.0.x
Spring Cloud Huawei 1.11.7-2021.0.x
What's Changed
- [#1214] update hessian2 version to 2.7.23 by @chengyouling in #1217
- [#1191] add weightedResponseTime loadbalancer (#1204) by @chengyouling in #1220
- [#1224] add default settings for feign connect timeout and read timeout by @chengyouling in #1227
- [#1228] upgrade servicecomb version to 2.8.15 by @chengyouling in #1231
- [#1233] fixed NacosAdaptersBootstrapConfiguration.class load exception when spring.cloud.nacos.config.enabled=false by @chengyouling in #1237
- [#1240] upgrade nacos client version to 2.3.0 by @chengyouling in #1244
- [#1238] add healthCheck for isolation instances (#1239) by @chengyouling in #1243
- [#1246] adjust using nacosClient to achieve nacos discovery/registry by @chengyouling in #1249
- [#1250] fixed if open BlackWhite/Security governance, it will print UNAUTHORIZED logs when interface throws exception (#1251) by @chengyouling in #1254
- [#1255] upgrade cloud/boot/servicecomb version by @chengyouling in #1258
- [#1259] add NacosRegistryHealth bean loading in the spring configuration file by @chengyouling in #1262
Full Changelog: 1.11.6-2021.0.x...1.11.7-2021.0.x
Spring Cloud Huawei 1.11.6-2023.0.x
Important Changed
- support fallback address to discovery when all instance is isolation.
spring:
cloud:
discovery:
client:
fallback:
enabled: true
instances:
serviceName:
host: "host"
port: 8080
instanceId: thirdParty01
What's Changed
- [#1169] update snakeyaml version to 2.2 by @chengyouling in #1170
- [#1167] update homepage version branch instructions by @chengyouling in #1168
- [#1169] update jackson version to 2.16.1 by @chengyouling in #1172
- [#1173] spring cloud gateway supports retry on same by @chengyouling in #1175
- [#1179] update homepage introduce by @chengyouling in #1180
- [#1182] update guava from 31.1-jre to 33.0.0-jre by @chengyouling in #1183
- [#1185] Router webmvc/webflux configuration loaded add conditional by @chengyouling in #1186
- [#1188] ReactiveLoadBalancerClientFilterExtend move from route to governance by @chengyouling in #1189
- [#1193] master branch version upgrade to 2023.0.x by @chengyouling in #1194
- [#1195] update spring-cloud version to 2023.0.0 and spring-boot version to 3.2.2 by @chengyouling in #1197
- [#1196] update license 2020-2022 to 2020-2024 by @chengyouling in #1200
- [#1207]support fallback address for isolation by @liubao68 in #1208
- [#1203] update spring-cloud-alibaba version to 2022.0.0.0 by @chengyouling in #1205
Full Changelog: 1.11.5-2022.0.x...1.11.6-2023.0.x
Spring Cloud Huawei 1.11.6-2022.0.x
Important Changed
- support fallback address to discovery when all instance is isolation.
spring:
cloud:
discovery:
client:
fallback:
enabled: true
instances:
serviceName:
host: "host"
port: 8080
instanceId: thirdParty01
What's Changed
- [#1161] fixed send RefreshEvent when configurations do not change by @chengyouling in #1163
- [#1169] update snakeyaml version to 2.2 by @chengyouling in #1170
- [#1167] update homepage version branch instructions by @chengyouling in #1168
- [#1169] update jackson version to 2.16.1 by @chengyouling in #1172
- [#1173] spring cloud gateway supports retry on same by @chengyouling in #1175
- [#1179] update homepage introduce by @chengyouling in #1180
- [#1182] update guava from 31.1-jre to 33.0.0-jre by @chengyouling in #1183
- [#1185] Router webmvc/webflux configuration loaded add conditional by @chengyouling in #1186
- [#1188] ReactiveLoadBalancerClientFilterExtend move from route to governance by @chengyouling in #1189
- [#1195] update spring-boot version to 3.1.8 by @chengyouling in #1198
- [#1196] update license 2020-2022 to 2020-2024 by @chengyouling in #1201
- [#1203] update spring-cloud-alibaba version to 2022.0.0.0 by @chengyouling in #1206
- [#1207]support fallback address for isolation (#1208) by @liubao68 in #1209
Full Changelog: 1.11.5-2022.0.x...1.11.6-2022.0.x
Spring Cloud Huawei 1.11.6-2021.0.x
Important Changed
- support fallback address to discovery when all instance is isolation.
spring:
cloud:
discovery:
client:
fallback:
enabled: true
instances:
serviceName:
host: "host"
port: 8080
instanceId: thirdParty01
What's Changed
- [#1161] fixed send RefreshEvent when configurations do not change by @chengyouling in #1163
- [#1169] update snakeyaml version to 2.2 by @chengyouling in #1171
- [#1173] spring cloud gateway supports retry on same by @chengyouling in #1174
- [#1182] update guava from 31.1-jre to 33.0.0-jre by @chengyouling in #1184
- [#1185] Router webmvc/webflux configuration loaded add conditional by @chengyouling in #1187
- [#1188] ReactiveLoadBalancerClientFilterExtend move from route to governance by @chengyouling in #1190
- [#1195] update spring-boot version to 2.7.18 and spring-cloud version to 2021.0.9 by @chengyouling in #1199
- [#1196] update license 2020-2022 to 2020-2024 by @chengyouling in #1202
- [#1207]support fallback address for isolation (#1208) by @liubao68 in #1210
Full Changelog: 1.11.5-2021.0.x...1.11.6-2021.0.x
Spring Cloud Huawei 1.9.4-Hoxton
What's Changed
- [#1176] Do not send RefreshEvent when configurations do not change by @chengyouling in #1178
Full Changelog: 1.9.3-Hoxton...1.9.4-Hoxton
Spring Cloud Huawei 1.6.4-Greenwich
What's Changed
- [#1176] Do not send RefreshEvent when configurations do not change by @chengyouling in #1177
Full Changelog: 1.6.3-Greenwich...1.6.4-Greenwich
Spring Cloud Huawei 1.11.5-2022.0.x
What's Changed
- [#1143] update introduction to homepage version relationships by @chengyouling in #1144
- [#1147] enable or disable deserialize InvocationContextWebFilter header by @chengyouling in #1151
- [#1148] changed instanceIsolation filter oder before zoneAware filter by @chengyouling in #1150
- [#1154] adjust router filter priority higher than zoneAware filter by @chengyouling in #1157
Full Changelog: 1.11.4-2022.0.x...1.11.5-2022.0.x
Spring Cloud Huawei 1.11.5-2021.0.x
What's Changed
- [#1143] update introduction to homepage version relationships by @chengyouling in #1144
- [#1147] enable or disable deserialize InvocationContextWebFilter header by @chengyouling in #1151
- [#1148] changed instanceIsolation filter oder before zoneAware filter by @chengyouling in #1150
- [#1154] adjust router filter priority higher than zoneAware filter by @chengyouling in #1157
Full Changelog: 1.11.4-2022.0.x...1.11.5-2021.0.x
Spring Cloud Huawei 1.11.4-2022.0.x
Important Changed
- consumer still possible use instanceIsolation governance in provider response status 200 scene.
- router add a fallback configuration to support gray release with a matched group do not have any instance.
- precedence: 1
match:
headers:
canary:
exact: fallback
route:
- weight: 100
tags:
version: 0.0.3
fallback:
- weight: 20
tags:
version: 0.0.1
- weight: 80
tags:
version: 0.0.2
What's Changed
- [#1116] update homepage version description by @chengyouling in #1117
- [#1119] api security check: requests all allow when security policy not set by @chengyouling in #1120
- [#1124] fixed when RBACRequestAuthHeaderProvider disabled, will still process event problem by @chengyouling in #1125
- [#1122] fixed gateway/webflux invocationContext have no header during routing rule matching problem by @chengyouling in #1123
- [#1131] response status 200 but header set exception status effect instanceIsolation governance by @chengyouling in #1132
- [#1127] optimize the provider circuitBreaker logic by @chengyouling in #1134
- [#1137] API security authentication support set uri whitelist by @chengyouling in #1138
- [#1140] upgrade servicecomb version to 2.8.14 by @chengyouling in #1142
Full Changelog: 1.11.3-2022.0.x...1.11.4-2022.0.x