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

kezhenxu94 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 8b31c49  Chore: add changelog for 0.5.0 (#78)
8b31c49 is described below

commit 8b31c49842b505587d86c258f85e594fb0535a14
Author: Hoshea Jiang <fgk...@gmail.com>
AuthorDate: Thu Nov 26 19:05:50 2020 +0800

    Chore: add changelog for 0.5.0 (#78)
---
 CHANGES.md | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index e702728..2fc46d0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,27 @@ Changes by Version
 ==================
 Release Notes.
 
+0.5.0
+------------------
+
+### Features
+
+- Use template files in yaml format instead
+- Refactor `metrics` command to adopt metrics-v2 protocol
+- Use goroutine to speed up `dashboard global` command
+- Add `metrics list` command
+
+### Bug Fixes
+
+- Add flags of instance, endpoint and normal for `metrics` command
+- Fix the problem of unable to query database metrics
+
+### Chores
+
+- Update release guide doc
+- Add screenshots for use cases in `README.md`
+- Introduce generated codes into codebase
+
 0.4.0
 ------------------
 
@@ -53,12 +74,12 @@ Release Notes.
 0.1.0
 ------------------
 
-#### Features
+### Features
 - Add command `swctl service` to list services
 - Add command `swctl instance` and `swctl search` to list and search instances 
of service.
 - Add command `swctl endpoint` to list endpoints of service.
 - Add command `swctl linear-metrics` to query linear metrics and plot the 
metrics in Ascii Graph mode.
 - Add command `swctl single-metrics` to query single-value metrics.
 
-#### Chores
+### Chores
 - Set up GitHub actions to check code styles, licenses, and tests.

Reply via email to