You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/03/08 14:55:45 UTC

[incubator-servicecomb-java-chassis] branch master updated: Add Release Notes for 1.0.0-m1 release

This is an automated email from the ASF dual-hosted git repository.

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new e1137b4  Add Release Notes for 1.0.0-m1 release
e1137b4 is described below

commit e1137b4002659d3a7e482d3ed4b7a6f226054798
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Thu Mar 8 20:25:43 2018 +0530

    Add Release Notes for 1.0.0-m1 release
---
 etc/releaseNotes.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/etc/releaseNotes.md b/etc/releaseNotes.md
new file mode 100644
index 0000000..f9db15c
--- /dev/null
+++ b/etc/releaseNotes.md
@@ -0,0 +1,35 @@
+## Release Notes
+
+## Apache ServiceComb Java-Chassis (Incubating) 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](http://servicecomb.incubator.apache.org/users/dynamic-config/) 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](http://servicecomb.incubator.apache.org/users/metrics-in-1.0.0-m1/) 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 and Overwatch
+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 CompletableFutre.
+
+### For more detailed information please checkout [here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321626&version=12342351)

-- 
To stop receiving notification emails like this one, please contact
asifdxtreme@apache.org.