title: “Release Notes” lang: cn ref: release permalink: /cn/release/java-chassis-release-notes/ excerpt: “Release Notes” last_modified_at: 2019-04-12T00:50:43-55:00

    Release Notes - Apache ServiceComb - Version java-chassis-1.3.0
    Release Notes - Apache ServiceComb - Version java-chassis-1.2.1
    Release Notes - Apache ServiceComb - Version java-chassis-1.2.0
    Release Notes - Apache ServiceComb - Version java-chassis-1.1.0
    Release Notes - Apache ServiceComb - Version java-chassis-1.0.0
    Release Notes - Apache ServiceComb - Version java-chassis-1.0.0-m2
    Release Notes - Apache ServiceComb - Version Java-Chassis-1.0.0-m1

Major improvements:

  • Java Chassis can now use Apollo as configuration center. Users can now change configurations like load balancing policy and those changes will come into effect on the fly. See here for more details.

  • Metrics was re-factored. We now uses events for collecting invocation data instead of Hystrix. This reduces the performance penalty of computing metrics. Metrics can now be fetched via ‘/metrics’ using HTTP. See here for more details.

Other Noticeable Changes:

  • The Java Chassis libraries are now under group “org.apache.servicecomb”.
  • We provide out of the box metrics support now. Prometheus is supported.
  • Configuration center was re-factored and moved out from foundation. Support for Apollo was added.
  • Users can now use Object type for calling services.
  • Users can now use Generics for calling services.
  • Better integration with Spring MVC.
  • Upgraded to zipkin2 internally, Java Chassis can now work with zipkin server v1 and v2.
  • We are in the process of supporting reactive programming. Pojo consumer and provider now supports CompletableFuture.

For more detailed information please checkout here