Skip to content

Spring Cloud Huawei 1.11.9-2023.0.x

Compare
Choose a tag to compare
@chengyouling chengyouling released this 20 Aug 02:57
· 7 commits to master since this release
220994a

⚠️ Important Changed

  • router instance choose support emptyProtection switch settings.
servicecomb:
  routeRule:
    Provider: |
      - precedence: 2
        emptyProtection: true
        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
  • nacos support dual-engine registration and discovery.
  • support automatic gray release of servicestage for nacos scenarios

🐞 Bug Fixes

⭐ New Features

🔨 Dependency Upgrades And Other Changed

Full Changelog: 1.11.8-2023.0.x...1.11.9-2023.0.x