Skip to content

Commit

Permalink
Update CHANGES.md for 0.10.0 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgksgf authored Apr 2, 2022
1 parent 60cee4a commit 76ffc9a
Showing 1 changed file with 31 additions and 11 deletions.
42 changes: 31 additions & 11 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 76ffc9a

Please sign in to comment.