From 76ffc9a70bfeb30526f30dd532fd617ae5da48d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hoshea=C2=A0Jiang?= Date: Sat, 2 Apr 2022 20:58:45 +0800 Subject: [PATCH] Update CHANGES.md for 0.10.0 (#139) --- CHANGES.md | 42 +++++++++++++++++++++++++++++++----------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index dc241804..9e3b0844 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,29 +2,49 @@ Changes by Version ================== Release Notes. +0.10.0 +------------------ + +### Features + +- Allow setting `start` and `end` with relative time (#128) +- Add some commands for the browser (#126) +- Add the sub-command `service layer` to query services according to layer (#133) +- Add the sub-command `layer list` to query layer list (#133) +- Add the sub-command `instance get` to query single instance (#134) +- Add the sub-command `endpoint get` to query single endpoint info (#134) +- Change the GraphQL method to the v9 version according to the server version (#134) +- Add `normal` field to Service entity (#136) +- Add the command `process` for query Process metadata (#137) +- Add the command `profiling ebpf` for process ebpf profiling (#138) +- Support `getprofiletasklogs` query (#125) +- Support query list alarms (#127) +- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis` (#138) +- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory (#138) + +### Bug Fixes + +- Fix quick install (#131) +- Set correct go version in publishing snapshot docker image (#124) +- Stop build kit container after finishing (#130) + +### Chores + +- Add cross platform build targets (#129) +- Update download host (#132) + 0.9.0 ------------------ ### Features - Add the sub-command `dependency instance` to query instance relationships (#117) -- Add the sub-command `service layer` to query services according to layer.(#133) -- Add the sub-command `layer list` to query layer list.(#133) -- Add the sub-command `instance get` to query single instance.(#134) -- Add the sub-command `endpoint get` to query single endpoint info.(#134) -- Change the GraphQL method to the v9 version according to the server version.(#134) -- Add `normal` field to Service entity.(#136) -- Add the command `process` for query Process metadata.(#137) -- Add the command `profiling ebpf` for process ebpf profiling.(#138) -- [Breaking Change] Update the command `profile` as a sub-command `profiling trace`, and update `profiled-analyze` command to `analysis`.(#138) -- `profiling ebpf/trace analysis` generates the profiling graph HTML on default and saves it to the current work directory.(#138) ### Bug Fixes - fix: `multiple-linear` command's `labels` type can be string type (#122) - Add missing `dest-service-id` `dest-service-name` to `metrics linear` command (#121) - Fix the wrong name when getting `destInstance` flag (#118) -- Fix failed push docker image to ghcr.(#135) ### Chores