@@ -2,29 +2,49 @@ Changes by Version
2
2
==================
3
3
Release Notes.
4
4
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
+
5
36
0.9.0
6
37
------------------
7
38
8
39
### Features
9
40
10
41
- 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 )
21
42
22
43
### Bug Fixes
23
44
24
45
- fix: ` multiple-linear ` command's ` labels ` type can be string type (#122 )
25
46
- Add missing ` dest-service-id ` ` dest-service-name ` to ` metrics linear ` command (#121 )
26
47
- Fix the wrong name when getting ` destInstance ` flag (#118 )
27
- - Fix failed push docker image to ghcr.(#135 )
28
48
29
49
### Chores
30
50
0 commit comments