Skip to content

Releases: huaweicloud/spring-cloud-huawei

Spring Cloud Huawei 1.11.4-2021.0.x

21 Dec 07:59
86db4d1
Compare
Choose a tag to compare

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

1.11.3-2022.0.x

28 Nov 11:24
ed12ff2
Compare
Choose a tag to compare

Important Changed

  • nacos consumer support cross group invoke provider.

What's Changed

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

1.11.3-2021.0.x

28 Nov 11:25
7a2c19b
Compare
Choose a tag to compare

Important Changed

  • nacos consumer support cross group invoke provider.

What's Changed

Full Changelog: 1.11.2-2021.0.x...1.11.3-2021.0.x

Spring Cloud Huawei 1.11.2-2022.0.x

13 Nov 02:58
522f0c8
Compare
Choose a tag to compare

Important Changed

  • microservice support graceful upper and down.

What's Changed

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

Spring Cloud Huawei 1.11.2-2021.0.x

13 Nov 02:59
05aa237
Compare
Choose a tag to compare

Important Changed

  • microservice support graceful upper and down.

What's Changed

Full Changelog: 1.11.1-2021.0.x...1.11.2-2021.0.x

Spring Cloud Huawei 1.11.1-2022.0.x

07 Oct 01:08
96faf2b
Compare
Choose a tag to compare

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

Spring Cloud Huawei 1.11.1-2021.0.x

07 Oct 01:10
ddce93e
Compare
Choose a tag to compare

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

Spring Cloud Huawei 1.11.0-2022.0.x

31 May 03:22
465bf0e
Compare
Choose a tag to compare

What's Changed

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

Spring Cloud Huawei 1.11.0-2021.0.x

25 May 03:12
afc11b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.13-2021.0.x...1.11.0-2021.0.x

Spring Cloud Huawei 1.10.13-2021.0.x

05 May 06:17
a58c5f6
Compare
Choose a tag to compare

What's Changed

Notice: this version removed com.huaweicloud:spring-cloud-starter-huawei-actuator and can be replaced with org.springframework.boot:spring-boot-starter-actuator

Full Changelog: 1.10.12-2021.0.x...1.10.13-2021.0.x