You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/06 23:14:17 UTC

[incubator-skywalking] branch master updated: Add CHANGELOG for our next release (#798)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 426e87e  Add CHANGELOG for our next release (#798)
426e87e is described below

commit 426e87ec7347c87d63076daa976bdc766b2dcd12
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Mar 7 07:14:14 2018 +0800

    Add CHANGELOG for our next release (#798)
    
    * Provde the changelog for this month's release.
    
    * Add a new changelog.
    
    * Update CHANGELOG.md
---
 CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..40b9068
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,39 @@
+ Changes by Version	
+ ==================
+ 
+ 5.0.0-alpha (2018-02-28)
+ ------------------
+ 
+ #### Agent -> Collector protocol
+ - Remove C++ keywords
+ - Move **Ref** into Span from Segment
+ - Add span type, when register an operation
+
+ #### UI -> Collector GraphQL query protocol
+ - First version protocol
+ 
+ #### Agent Changes
+ - Support gRPC 1.x plugin
+ - Support kafka 0.11 and 1.x plugin
+ - Support ServiceComb 0.x plugin
+ - Support optional plugin mechanism.
+ - Support Spring 3.x and 4.x bean annotation optional plugin
+ - Support Apache httpcomponent AsyncClient 4.x plugin 
+ - Provide automatic agent daily tests, and release reports [here](https://github.com/SkywalkingTest/agent-integration-test-report).
+ - Refactor Postgresql, Oracle, MySQL plugin for compatible.
+ - Fix jetty client 9 plugin error
+ - Fix async APIs of okhttp plugin error
+ - Fix log config didn't work
+ - Fix a class loader error in okhttp plugin
+ 
+ #### Collector Changes
+ - Support metrics analysis and aggregation for application, application instance and service in minute, hour, day and month.
+ - Support new GraphQL query protocol
+ - Support alarm
+ - Provide a prototype instrument for collector.
+ - Support node speculate in cluster and application topology. (Provider Node -> Consumer Node) -> (Provider Node -> MQ Server -> Consumer Node)
+ 
+ #### UI Changes
+ - New 5.0.0 UI!!!
+ 
+ [Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/17)

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