Skip to content

Spring Cloud Huawei 1.11.4-2021.0.x

Choose a tag to compare

@chengyouling chengyouling released this 21 Dec 07:59
· 85 commits to 2021.0.x since this release
86db4d1

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-2021.0.x...1.11.4-2021.0.x