Skip to content

Commit

Permalink
docs(changelogs): include breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 committed Apr 2, 2024
1 parent 41a951b commit 45028b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
<!-- BEGIN NEW TOC ENTRY -->

- [v0.6.0rc1 (Pre-release)](#v060rc1-pre-release)

- [v0.5.1 (Latest)](#v051-latest)
- [v0.5.0](#v050)
- [v0.4.0](#v040)
Expand Down Expand Up @@ -44,6 +43,14 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.

> Release date: 2024/04/02
#### Breaking Changes

> [!NOTE] Please read the following PRs for details
- feat(bpf): implement stack bypass in [#458](https://github.com/daeuniverse/dae/pull/458) by (@jschwinger233)
- patch/optimize(bpf): improve lan hijack datapath performance in [#466](https://github.com/daeuniverse/dae/pull/466) by (@jschwinger233)
- patch/optimize(bpf): improve wan tcp hijack datapath performance in [#481](https://github.com/daeuniverse/dae/pull/481) by (@jschwinger233)

#### Features

- feat: dae trace in [#435](https://github.com/daeuniverse/dae/pull/435) by (@jschwinger233)
Expand Down

0 comments on commit 45028b3

Please sign in to comment.