You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/01/17 09:06:37 UTC

[incubator-skywalking] branch master updated: Add changlog. (#2171)

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 7e04f65  Add changlog. (#2171)
7e04f65 is described below

commit 7e04f6523bc785b8c67fec21143e5de79a3eb837
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 17 17:06:31 2019 +0800

    Add changlog. (#2171)
---
 CHANGES.md | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 51f2329..3b41909 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,42 @@ Changes by Version
 ==================
 Release Notes.
 
+6.0.0-GA
+------------------
+
+#### Java Agent
+- Support gson plugin(optional).
+- Support canal plugin.
+- Fix missing ojdbc component id.
+- Fix dubbo plugin conflict.
+- Fix OpenTracing tag match bug.
+- Fix a missing check in ignore plugin.
+
+#### Backend
+- Adjust service inventory entity, to add properties.
+- Adjust service instance inventory entity, to add properties.
+- Add nodeType to service inventory entity.
+- Fix when operation name of local and exit spans in ref, the segment lost.
+- Fix the index names don't show right in logs. 
+- Fix wrong alarm text.
+- Add test case for span limit mechanism.
+- Add telemetry module and prometheus implementation, with grafana setting.
+- A refactor for register API in storage module.
+
+#### UI
+- Add new trace view.
+- Add word-break to tag value. 
+
+#### Document
+- Add two startup modes document.
+- Add PHP agent links.
+- Add some cn documents.
+- Update year to 2019
+- User wall updated.
+- Fix a wrong description in `how-to-build` doc.
+
+All issues and pull requests are [here](https://github.com/apache/incubator-skywalking/milestone/30?closed=1)
+
 6.0.0-beta
 ------------------