@@ -2,29 +2,49 @@ Changes by Version
22==================
33Release Notes.
44
5+ 0.10.0
6+ ------------------
7+
8+ ### Features
9+
10+ - Allow setting ` start ` and ` end ` with relative time (#128 )
11+ - Add some commands for the browser (#126 )
12+ - Add the sub-command ` service layer ` to query services according to layer (#133 )
13+ - Add the sub-command ` layer list ` to query layer list (#133 )
14+ - Add the sub-command ` instance get ` to query single instance (#134 )
15+ - Add the sub-command ` endpoint get ` to query single endpoint info (#134 )
16+ - Change the GraphQL method to the v9 version according to the server version (#134 )
17+ - Add ` normal ` field to Service entity (#136 )
18+ - Add the command ` process ` for query Process metadata (#137 )
19+ - Add the command ` profiling ebpf ` for process ebpf profiling (#138 )
20+ - Support ` getprofiletasklogs ` query (#125 )
21+ - Support query list alarms (#127 )
22+ - [ Breaking Change] Update the command ` profile ` as a sub-command ` profiling trace ` , and update ` profiled-analyze ` command to ` analysis ` (#138 )
23+ - ` profiling ebpf/trace analysis ` generates the profiling graph HTML on default and saves it to the current work directory (#138 )
24+
25+ ### Bug Fixes
26+
27+ - Fix quick install (#131 )
28+ - Set correct go version in publishing snapshot docker image (#124 )
29+ - Stop build kit container after finishing (#130 )
30+
31+ ### Chores
32+
33+ - Add cross platform build targets (#129 )
34+ - Update download host (#132 )
35+
5360.9.0
637------------------
738
839### Features
940
1041- Add the sub-command ` dependency instance ` to query instance relationships (#117 )
11- - Add the sub-command ` service layer ` to query services according to layer.(#133 )
12- - Add the sub-command ` layer list ` to query layer list.(#133 )
13- - Add the sub-command ` instance get ` to query single instance.(#134 )
14- - Add the sub-command ` endpoint get ` to query single endpoint info.(#134 )
15- - Change the GraphQL method to the v9 version according to the server version.(#134 )
16- - Add ` normal ` field to Service entity.(#136 )
17- - Add the command ` process ` for query Process metadata.(#137 )
18- - Add the command ` profiling ebpf ` for process ebpf profiling.(#138 )
19- - [ Breaking Change] Update the command ` profile ` as a sub-command ` profiling trace ` , and update ` profiled-analyze ` command to ` analysis ` .(#138 )
20- - ` profiling ebpf/trace analysis ` generates the profiling graph HTML on default and saves it to the current work directory.(#138 )
2142
2243### Bug Fixes
2344
2445- fix: ` multiple-linear ` command's ` labels ` type can be string type (#122 )
2546- Add missing ` dest-service-id ` ` dest-service-name ` to ` metrics linear ` command (#121 )
2647- Fix the wrong name when getting ` destInstance ` flag (#118 )
27- - Fix failed push docker image to ghcr.(#135 )
2848
2949### Chores
3050
0 commit comments