Skip to content

Spring Cloud Huawei 1.11.4-2022.0.x

Compare
Choose a tag to compare
@chengyouling chengyouling released this 21 Dec 07:58
· 66 commits to master since this release
9378ab7

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

Full Changelog: 1.11.3-2022.0.x...1.11.4-2022.0.x