@@ -6,21 +6,31 @@ Release Notes.
66------------------
77
88### Features
9-
10- - Update the ` profiling ebpf create ` task relate to the service level.(#141 )
11- - Update the sub-command ` process list/get ` to add the ` labels ` field.(#141 )
12- - Add the sub-command ` profiling ebpf create prepare ` to query data for prepare creating task.(#141 )
13- - Add the sub-command ` process estimate scale ` to estimate the process scale.(#142 )
14- - Update the ` process list ` to must be provided the instance and duration.(#144 )
15- - Remove ` layer ` field in the ` instance ` and ` process ` commands for 9.1.0 GraphQL query protocol's breaking changes (#149 )
16- - Remove ` duration ` flag in ` profiling ebpf schedules ` .(#150 )
17- - [ Breaking Change] Remove ` total ` field in ` trace list ` and ` logs list ` commands.(#152 )
18- - [ Breaking Change] Remove ` total ` field in ` event list ` , ` browser logs list ` , ` alarm list ` commands.(#153 )
19- - Add ` aggregate ` flag in ` profiling ebpf analysis ` commands.(#154 )
20- - Add the sub-command ` profiling ebpf create network ` and ` profiling ebpf keep network ` to create and keep the network eBPF profiling task.(#158 )
21- - Add the sub-command ` dependency process ` to query the process relation.(#158 )
22- - Support query the metrics of process relation.(#158 )
23- - Add the sub-command ` metrics sorted ` and ` metrics sampled-record ` to query the sorted metrics/records.(#163 )
9+ ## What's Changed
10+
11+ * Add ` .github/scripts ` to release source tarball by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/140
12+ * Let the eBPF profiling could performs by service level by @mrproliu in https://github.com/apache/skywalking-cli/pull/141
13+ * Add the sub-command for estimate the process scale by @mrproliu in https://github.com/apache/skywalking-cli/pull/142
14+ * feature: update install.sh version regex by @Alexxxing in https://github.com/apache/skywalking-cli/pull/143
15+ * Update the commands relate to the process by @mrproliu in https://github.com/apache/skywalking-cli/pull/144
16+ * Add layer to event related commands by @fgksgf in https://github.com/apache/skywalking-cli/pull/145
17+ * Add layer to events.graphql by @fgksgf in https://github.com/apache/skywalking-cli/pull/146
18+ * Add layer field to alarms.graphql by @fgksgf in https://github.com/apache/skywalking-cli/pull/147
19+ * Upgrade crypto lib to fix cve by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/148
20+ * Remove ` layer ` field in the ` instance ` and ` process ` commands by @mrproliu in https://github.com/apache/skywalking-cli/pull/149
21+ * Remove ` duration ` flag in ` profiling ebpf schedules ` by @mrproliu in https://github.com/apache/skywalking-cli/pull/150
22+ * Remove ` total ` field in ` trace list ` and ` logs list ` commands by @mrproliu in https://github.com/apache/skywalking-cli/pull/152
23+ * Remove ` total ` field in ` event list ` , ` browser logs ` , ` alarm list ` commands. by @mrproliu in https://github.com/apache/skywalking-cli/pull/153
24+ * Add ` aggregate ` flag in ` profiling ebpf analysis ` commands by @mrproliu in https://github.com/apache/skywalking-cli/pull/154
25+ * event: fix event query should query all types by default by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/155
26+ * Fix a possible lint error and update CI lint version by @JarvisG495 in https://github.com/apache/skywalking-cli/pull/156
27+ * Add commands for support network profiling by @mrproliu in https://github.com/apache/skywalking-cli/pull/158
28+ * Add the components field in the process relation by @mrproliu in https://github.com/apache/skywalking-cli/pull/159
29+ * Trim license headers in query string by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/160
30+ * Bump up dependency swck version to fix CVE by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/161
31+ * Bump up swck dependency for transitive dep upgrade by @kezhenxu94 in https://github.com/apache/skywalking-cli/pull/162
32+ * Add the sub-commands for query sorted metrics/records by @mrproliu in https://github.com/apache/skywalking-cli/pull/163
33+ * Add compatibility documentation by @mrproliu in https://github.com/apache/skywalking-cli/pull/164
2434
25350.10.0
2636------------------
0 commit comments