Skip to content

Releases: huaweicloud/spring-cloud-huawei

Spring Cloud Huawei 1.11.7-2022.0.x

22 Apr 10:49
deaca1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.6-2022.0.x...1.11.7-2022.0.x

Spring Cloud Huawei 1.11.7-2021.0.x

22 Apr 10:50
4df863f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.6-2021.0.x...1.11.7-2021.0.x

Spring Cloud Huawei 1.11.6-2023.0.x

25 Jan 12:21
e97b297
Compare
Choose a tag to compare

Important Changed

  • support fallback address to discovery when all instance is isolation.
spring:
  cloud:
    discovery:
      client:
        fallback:
          enabled: true
          instances:
            serviceName:
              host: "host"
              port: 8080
              instanceId: thirdParty01

What's Changed

Full Changelog: 1.11.5-2022.0.x...1.11.6-2023.0.x

Spring Cloud Huawei 1.11.6-2022.0.x

25 Jan 12:22
c700585
Compare
Choose a tag to compare

Important Changed

  • support fallback address to discovery when all instance is isolation.
spring:
  cloud:
    discovery:
      client:
        fallback:
          enabled: true
          instances:
            serviceName:
              host: "host"
              port: 8080
              instanceId: thirdParty01

What's Changed

Full Changelog: 1.11.5-2022.0.x...1.11.6-2022.0.x

Spring Cloud Huawei 1.11.6-2021.0.x

25 Jan 12:09
f3c3a60
Compare
Choose a tag to compare

Important Changed

  • support fallback address to discovery when all instance is isolation.
spring:
  cloud:
    discovery:
      client:
        fallback:
          enabled: true
          instances:
            serviceName:
              host: "host"
              port: 8080
              instanceId: thirdParty01

What's Changed

Full Changelog: 1.11.5-2021.0.x...1.11.6-2021.0.x

Spring Cloud Huawei 1.9.4-Hoxton

08 Jan 09:42
a0b3398
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.3-Hoxton...1.9.4-Hoxton

Spring Cloud Huawei 1.6.4-Greenwich

08 Jan 09:41
3751adc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.3-Greenwich...1.6.4-Greenwich

Spring Cloud Huawei 1.11.5-2022.0.x

02 Jan 03:16
e725898
Compare
Choose a tag to compare

What's Changed

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

Spring Cloud Huawei 1.11.5-2021.0.x

02 Jan 03:17
f707b25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.4-2022.0.x...1.11.5-2021.0.x

Spring Cloud Huawei 1.11.4-2022.0.x

21 Dec 07:58
9378ab7
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-2022.0.x...1.11.4-2022.0.x