diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 8c605fab06..fa58fb35b8 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -15,7 +15,6 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.6.0rc1 (Pre-release)](#v060rc1-pre-release) - - [v0.5.1 (Latest)](#v051-latest) - [v0.5.0](#v050) - [v0.4.0](#v040) @@ -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)