Servicecomb Java Chassis Versions Save

ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features

3.1.0

1 month ago

What's Changed

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/3.0.2...3.1.0

2.8.16

1 month ago

What's Changed

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.15...2.8.16

2.8.15

3 months ago

What's Changed

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.14...2.8.15

3.0.2

3 months ago

What's Changed

Dependency update

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/3.0.1...3.0.2

3.0.1

4 months ago

What's Changed

Dependencies update

2.8.14

5 months ago

Important Changed

  • servicecomb.rest.client.connection.timeoutInMillis default value changed from 1000 to 60000
  • add a new configuration servicecomb.loadbalance.filter.zoneaware.ratio for zone-aware filter and default value is 30. Which means if the instance ratio is less than 30%, will not use zone-aware.
  • router add a fallback configuration to support gray release with a matched group do not have any instance.
      - precedence: 3
        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/apache/servicecomb-java-chassis/compare/2.8.13...2.8.14

2.8.13

6 months ago

What's Changed

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.8.12...2.8.13

3.0.0.RC2

6 months ago

This is preview release for 3.0.0. The purpose of this release is for verification and citations from users and is not a formal release.

Please feel free to submit issues and suggestions to this version through issues, mailing lists.

About this release: Introduce to 3.0.0. Upgrade reference and changes: Upgrade guide for 3.0.0 Staging Repo: https://repository.apache.org/content/repositories/orgapacheservicecomb-1541

3.0.0.RC1

7 months ago

This is preview release for 3.0.0. The purpose of this release is for verification and citations from users and is not a formal release.

Please feel free to submit issues and suggestions to this version through issues, mailing lists.

About this release: Introduce to 3.0.0. Upgrade reference and changes: Upgrade guide for 3.0.0 Staging Repo: https://repository.apache.org/content/repositories/orgapacheservicecomb-1540