Releases: huaweicloud/spring-cloud-huawei
Releases · huaweicloud/spring-cloud-huawei
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: thirdParty01What'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: thirdParty01What'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
!!!Existing Vulnerabilities
- Instances in down or other unavailable states cannot be filtered during service discovery.
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.2What'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
Spring Cloud Huawei 1.11.4-2021.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.2What's Changed
- [#1116] update homepage version description by @chengyouling in #1118
- [#1119] api security check: requests all allow when security policy not set by @chengyouling in #1121
- [#1124] fixed when RBACRequestAuthHeaderProvider disabled, will still process event problem by @chengyouling in #1126
- [#1122] fixed gateway/webflux invocationContext have no header during routing rule matching problem by @chengyouling in #1130
- [#1131] response status 200 but header set exception status effect instanceIsolation governance by @chengyouling in #1133
- [#1127] optimize the provider circuitBreaker logic by @chengyouling in #1136
- [#1137] API security authentication support set uri whitelist by @chengyouling in #1139
- [#1140] upgrade servicecomb version to 2.8.14 by @chengyouling in #1141
Full Changelog: 1.11.3-2021.0.x...1.11.4-2021.0.x
1.11.3-2022.0.x
Important Changed
- nacos consumer support cross group invoke provider.
What's Changed
- [#1095] nacos support cross group invoking by @chengyouling in #1096
- [#1098] update servicecomb/springboot/springcloud version by @chengyouling in #1105
- [#1099] adjusting new logic and configuration for security by @chengyouling in #1100
- [#1106] nacos configuration property source load extension by @chengyouling in #1107
- [#1110] fixed serviceName config is not effective for instanceIsolation policy by @chengyouling in #1111
- [#1113] support load systemManage property sources for extension by @chengyouling in #1114
Full Changelog: 1.11.2-2022.0.x...1.11.3-2022.0.x
1.11.3-2021.0.x
Important Changed
- nacos consumer support cross group invoke provider.
What's Changed
- [#1101] hessian feign response null body problem by @chengyouling in #1103
- [#1095] nacos support cross group invoking by @chengyouling in #1102
- [#1098] update servicecomb/springboot/springcloud version by @chengyouling in #1108
- [#1099] adjusting new logic and configuration for security by @chengyouling in #1104
- [#1106] nacos configuration property source load extension by @chengyouling in #1109
- [#1110] fixed serviceName config is not effective for instanceIsolation policy by @chengyouling in #1112
- [#1113] support load systemManage property sources for extension by @chengyouling in #1115
Full Changelog: 1.11.2-2021.0.x...1.11.3-2021.0.x