Skip to content

Spring Cloud Huawei 1.11.1-2022.0.x

Compare
Choose a tag to compare
@chengyouling chengyouling released this 07 Oct 01:08
· 86 commits to master since this release
96faf2b

Important Changed

  • router add a globalRouteRule configuration to support all services set route rule.
servicecomb:
  globalRouteRule: | 
    - precedence: 2
      match: 
        headers: 
          region:
            exact: 'providerRegion'
            caseInsensitive: false
          type:         
            regex: gray_[a-z]+
            caseInsensitive: true
      route: 
        - weight: 20
          tags:
            version: 1.0.0
        - weight: 80
          tags:
            version: 2.0.0 

What's Changed

Full Changelog: 1.11.0-2022.0.x...1.11.1-2022.0.x