Spring Cloud Huawei 1.11.4-2022.0.x
chengyouling
released this
21 Dec 07:58
·
66 commits
to master
since this release
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