From 951ac9f93d36661e7a63ab0a6c8474a44c0bbed1 Mon Sep 17 00:00:00 2001 From: dae-prow-robot Date: Sun, 16 Jun 2024 12:45:41 +0000 Subject: [PATCH 1/2] ci: generate changelogs for release-v0.7.0rc1 --- CHANGELOGS.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 6c04d62df..45051e812 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -13,6 +13,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. ## Releases + +- [v0.7.0rc1 (Pre-release)](#v070rc1-pre-release) - [v0.6.0 (Latest)](#v060-latest) - [v0.5.1](#v051) - [v0.5.0](#v050) @@ -38,6 +40,37 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.1.0](#v010) +### v0.7.0rc1 (Pre-release) + +> Release date: 2024/06/16 + +#### Features + +- feat: support assist connectivity check (udp-dns) by dns module in [#543](https://github.com/daeuniverse/dae/pull/543) by (@mzz2017) +- feat: Add support for hysteria2 dialer and protocol in [#533](https://github.com/daeuniverse/dae/pull/533) by (@mnixry) + +#### Bug Fixes + +- fix: support to report all error when reloading in [#540](https://github.com/daeuniverse/dae/pull/540) by (@mzz2017) +- fix: cannot route for sniffed domain with port in [#542](https://github.com/daeuniverse/dae/pull/542) by (@mzz2017) +- fix: incidental packet drop and weird UDP state maintaining in [#539](https://github.com/daeuniverse/dae/pull/539) by (@mzz2017) + +#### Others + +- chore: Add a global config to enable pprof in [#532](https://github.com/daeuniverse/dae/pull/532) by (@jschwinger233) +- docs: add protocols uri schema in [#541](https://github.com/daeuniverse/dae/pull/541) by (@mzz2017) +- docs: update arch installation in [#531](https://github.com/daeuniverse/dae/pull/531) by (@Integral-Tech) +- docs: add gaming-oriented routing tutorial in [#527](https://github.com/daeuniverse/dae/pull/527) by (@rustcult) + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.7.0rc1/example.dae + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.6.0...v0.7.0rc1 + +#### New Contributors + +- @mnixry made their first contribution in [#533](https://github.com/daeuniverse/dae/pull/533) +- @rustcult made their first contribution in [#527](https://github.com/daeuniverse/dae/pull/527) + ### v0.6.0 (Latest) > Release date: 2024/06/11 From faaf4dead6fca1d4afcf43154c93a72f4f34e307 Mon Sep 17 00:00:00 2001 From: sumire88 Date: Sun, 16 Jun 2024 20:46:35 +0800 Subject: [PATCH 2/2] chore(changelogs): remove trailing line --- CHANGELOGS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 45051e812..4385f0c8c 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -13,7 +13,6 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. ## Releases - - [v0.7.0rc1 (Pre-release)](#v070rc1-pre-release) - [v0.6.0 (Latest)](#v060-latest) - [v0.5.1](#v051)