Release date: 2024/12/18
Features
- feat/optimize(hy2): support human-readable bandwidth configuration in #666 by (@douglarek)
- feat(dns): support DoH, DoT, DoH3, DoQ in #649 by (@EkkoG)
- optimize: reduce memory usage by reading kallsyms only in the trace command in #700 by (@seiuneko)
- feat(vision): support xudp in #708 by (@cubatic45)
Bug Fixes
- fix(routing): Fix MergeAndSortRulesOptimizer in #682 by (@jschwinger233)
- fix: update sources in
desc.go
in #697 by (@emmanuel-ferdman) - fix: minimal upgrade panjf2000/ants dependency to v2.0.0 in #707 by (@cospotato)
- fix: add risc-v vmlinux headers in submodules (#696) in #706 by (@Integral-Tech)
Others
- ci(workflows/bpf-test): add BPF test to cover route logic in #671 by (@jschwinger233)
- refactor/optimize(bpf): rework bpf route with bpf_loop in #580 by (@mzz2017)
- docs(dns): add docs for #649 in #687 by (@EkkoG)
- docs(dns): fix typo in #688 by (@EkkoG)
- ci(release): draft release v0.9.0rc1 in #690 by (@dae-prow)
- ci(release): draft release v0.9.0rc2 in #705 by (@dae-prow)
- chore: more detail of Choose DNS path log in #692 by (@EkkoG)
- docs(run-on-alpine.md): update for Alpine's kernel changes in #712 by (@MarksonHon)
Example Config: https://github.com/daeuniverse/dae/blob/v0.9.0/example.dae
Full Changelog: v0.8.0...v0.9.0
New Contributors
- @seiuneko made their first contribution in #700
- @cubatic45 made their first contribution in #708