Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 01:04
· 75 commits to main since this release
a62042d

Release date: 2024/07/21

Features

  • feat: support assist connectivity check (udp-dns) by dns module in #543 by (@mzz2017)
  • feat: Add support for hysteria2 dialer and protocol in #533 by (@mnixry)

Bug Fixes

  • fix: support to report all error when reloading in #540 by (@mzz2017)
  • fix: cannot route for sniffed domain with port in #542 by (@mzz2017)
  • fix: incidental packet drop and weird UDP state maintaining in #539 by (@mzz2017)

Others

Example Config: https://github.com/daeuniverse/dae/blob/v0.7.0rc1/example.dae

Full Changelog: v0.6.0...v0.7.0rc1

New Contributors