Spring Cloud Huawei Versions Save

Spring Cloud Huawei is a framework that makes it easier and productive to develop microservices with Spring Cloud.

1.11.4-2021.0.x

5 months ago

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: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.3-2021.0.x...1.11.4-2021.0.x

1.11.4-2022.0.x

5 months ago

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: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.3-2022.0.x...1.11.4-2022.0.x

1.11.3-2021.0.x

6 months ago

Important Changed

  • nacos consumer support cross group invoke provider.

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.2-2021.0.x...1.11.3-2021.0.x

1.11.3-2022.0.x

6 months ago

Important Changed

  • nacos consumer support cross group invoke provider.

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.2-2022.0.x...1.11.3-2022.0.x

1.11.2-2021.0.x

7 months ago

Important Changed

  • microservice support graceful upper and down.

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.1-2021.0.x...1.11.2-2021.0.x

1.11.2-2022.0.x

7 months ago

Important Changed

  • microservice support graceful upper and down.

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.1-2022.0.x...1.11.2-2022.0.x

1.11.1-2021.0.x

8 months ago

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: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.0-2021.0.x...1.11.1-2021.0.x

1.11.1-2022.0.x

8 months ago

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: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.0-2022.0.x...1.11.1-2022.0.x

1.11.0-2022.0.x

1 year ago

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.11.0-2021.0.x...1.11.0-2022.0.x

1.11.0-2021.0.x

1 year ago

What's Changed

Full Changelog: https://github.com/huaweicloud/spring-cloud-huawei/compare/1.10.13-2021.0.x...1.11.0-2021.0.x