Skip to content

Commit

Permalink
ci(release): draft release v0.7.0rc1 (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: dae-prow-robot <[email protected]>
Co-authored-by: sumire88 <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent 80a5fc0 commit a62042d
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
## Releases

<!-- BEGIN NEW TOC ENTRY -->
- [v0.7.0rc1 (Pre-release)](#v070rc1-pre-release)
- [v0.6.0 (Latest)](#v060-latest)
- [v0.5.1](#v051)
- [v0.5.0](#v050)
Expand All @@ -38,6 +39,37 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- [v0.1.0](#v010)
<!-- BEGIN NEW CHANGELOGS -->

### 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
Expand Down

0 comments on commit a62042d

Please sign in to comment.