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 2020/03/11 04:56:05 UTC

[skywalking-cli] branch master updated: Add changes in 0.2.0 (#35)

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/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 7024626  Add changes in 0.2.0 (#35)
7024626 is described below

commit 7024626bfb92b12a95e93b49f003cbce730e990e
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Mar 11 12:55:57 2020 +0800

    Add changes in 0.2.0 (#35)
---
 CHANGES.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 329bace..2a24baa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,24 @@ Changes by Version
 ==================
 Release Notes.
 
+0.2.0
+------------------
+
+### Features
+
+- Support visualization of heat map
+- Support top N entities, `swctl metrics top 5 --name service_sla`
+- Support thermodynamic metrics, `swctl metrics thermodynamic --name all_heatmap`
+- Support multiple linear metrics, `swctl --display=graph --debug metrics multiple-linear --name all_percentie` 
+- Automatically make use of server timezone API when possible
+
+### Chores
+
+- Generate GraphQL codes dynamically
+- Update merge buttons to only allow squash and commit
+- Add release guide doc
+- Update NOTICE year
+
 0.1.0
 ------------------