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/06/25 15:27:14 UTC

[incubator-skywalking] branch changelog created (now 6097787)

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

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


      at 6097787  Prepare beta2 changelogs.

This branch includes the following new commits:

     new 6097787  Prepare beta2 changelogs.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking] 01/01: Prepare beta2 changelogs.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 60977873e0c9b1b4d4c3e73bdbd584b2ffdd71b2
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Mon Jun 25 23:27:06 2018 +0800

    Prepare beta2 changelogs.
---
 CHANGES.md        | 77 +++++++++++++++++++++++++++++++++++++++++++++++++------
 docs/README_ZH.md |  2 ++
 2 files changed, 71 insertions(+), 8 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 3d6d215..4180d03 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,70 @@
- Changes by Version
- ==================
- Release Notes.
+Changes by Version
+==================
+Release Notes.
+
+5.0.0-beta2
+------------------
+
+#### UI -> Collector GraphQL query protocol
+  - Add order and status in trace query. 
+
+#### Agent Changes
+  - Add SOFA plugin.
+  - Add witness class for Kafka plugin.
+  - Add RuntimeContext in Context.
+  - Fix RuntimeContext fail in Tomcat plugin. 
+  - Fix incompatible for `getPropertyDescriptors` in Spring core. 
+  - Fix spymemcached plugin bug.
+  - Fix database URL parser bug.
+  - Fix `StringIndexOutOfBoundsException` when mysql jdbc url without databaseName。
+  - Fix duplicate slash in Spring MVC plugin bug.
+  - Fix namespace bug.
+  - Fix NPE in Okhttp plugin when connect failed.
+  - FIx `MalformedURLException` in httpClientComponent plugin. 
+  - Remove unused dependencies in Dubbo plugin.
+  - Remove gRPC timeout to avoid out of memory leak.
+  - Rewrite Async http client plugin.
+  - [Incubating] Add trace custom ignore optional plugin. 
+
+#### Collector Changes
+  - Topology query optimization for more than 100 apps.
+  - Tolerate unsupported segments.
+  - Support multiple service names.
+  - Process segments batch insert in multiple threads.
+  - Add `static` modifier to Logger. 
+  - Add AspNet component.
+  - Filter inactive service in query.
+  - Support to query service based on Application.
+  - Fix `RemoteDataMappingIdNotFoundException`
+  - Exclude component-libaries.xml file in collector-*.jar, make sure it is in `/conf` only. 
+  - Separate a single TTL in minute to in minute, hour, day, month metric and trace.
+  - Add order and status in trace query. 
+  - Add folder lock to buffer folder.
+  - Modify operationName search from `match` to `match_phrase`.
+  - [Incubating] Add Zipkin span receiver. Support analysis Zipkin v1/v2 formats.
+  - [Incubating] Support sharding-sphere as storage implementor.
+  
+#### UI Changes
+  - Support login and access control.
+  - Add new webapp.yml configuration file.
+  - Modify webapp startup script.
+  - Link to trace query from Thermodynamic graph
+  - Add application selector in service view.
+  - Add order and status in trace query.
+  
+#### Documents
+  - Add architecture design doc.
+  - Reformat deploy document. 
+  - Adjust Tomcat deploy document.
+  - Remove all Apache licenses files in dist release packages.
+  - Update user cases.
+  - Update UI licenses.
+  - Add incubating sections in doc.
+
+[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/28)
   
- 5.0.0-beta
- ------------------
+5.0.0-beta
+------------------
  
 #### UI -> Collector GraphQL query protocol
   - Replace all tps to throughtput/cpm(calls per min)
@@ -62,10 +123,10 @@
    - Add a FAQ about, `Agent or collector version upgrade`.
    - Sync all English document to Chinese.
  
-  [Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/24)
+[Issues and Pull requests](https://github.com/apache/incubator-skywalking/milestone/24)
  
- 5.0.0-alpha
- ------------------
+5.0.0-alpha
+------------------
  
 #### Agent -> Collector protocol
  - Remove C++ keywords
diff --git a/docs/README_ZH.md b/docs/README_ZH.md
index 0e51bce..55230f1 100644
--- a/docs/README_ZH.md
+++ b/docs/README_ZH.md
@@ -1,6 +1,8 @@
 ## 中文文档
 [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](README.md)
 
+注:中文文档由社区志愿者提供,官方文档以英文为准。
+
   * 快速入门
     * [快速入门](cn/Quick-start-CN.md)
     * [中间件,框架与类库支持列表](Supported-list.md)