Skip to content

Commit d662eb5

Browse files
dae-prow[bot]daebotsumire88
authored
ci(release): draft release v0.5.0rc1 (#396)
Co-authored-by: daebot <[email protected]> Co-authored-by: sumire <[email protected]>
1 parent e466295 commit d662eb5

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOGS.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
1414

1515
<!-- BEGIN NEW TOC ENTRY -->
1616

17+
- [v0.5.0rc1 (Pre-release)](#v050rc1-pre-release)
1718
- [v0.4.0 (Latest)](#v040-latest)
1819
- [v0.3.0](#v030)
1920
- [v0.2.4](#v024)
@@ -36,6 +37,52 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
3637
- [v0.1.0](#v010)
3738
<!-- BEGIN NEW CHANGELOGS -->
3839

40+
### v0.5.0rc1 (Pre-release)
41+
42+
> Release date: 2024/01/01
43+
44+
#### Features
45+
46+
- feat/refactor: refactor outbound and support v2ray-plugin in [#390](https://github.com/daeuniverse/dae/pull/390) by (@mzz2017)
47+
- feat: use bpf_sk_assign at tproxy_wan_ingress in [#383](https://github.com/daeuniverse/dae/pull/383) by (@jschwinger233)
48+
- patch(bpf): rewrite bpf spec before loading to avoid bpf map lookup during runtime in [#376](https://github.com/daeuniverse/dae/pull/376) by (@jschwinger233)
49+
50+
#### Bug Fixes
51+
52+
- fix/chore: disable gso on client by default and upgrade softwind/quic-go in [#391](https://github.com/daeuniverse/dae/pull/391) by (@mzz2017)
53+
- fix: add \_ into valid charset of ac machine in [#388](https://github.com/daeuniverse/dae/pull/388) by (@mzz2017)
54+
- fix: running issue and no network on android in [#264](https://github.com/daeuniverse/dae/pull/264) by (@mzz2017)
55+
- fix(bpf): Don't clear checksum on wan_egress in [#393](https://github.com/daeuniverse/dae/pull/393) by (@jschwinger233)
56+
57+
#### Others
58+
59+
- ci(docker): remove support for armv6 in [#392](https://github.com/daeuniverse/dae/pull/392) by (@mzz2017)
60+
- docs: add guide to separate configuration files in [#389](https://github.com/daeuniverse/dae/pull/389) by (@epmtyicu)
61+
- ci: Add more kernel tests in [#386](https://github.com/daeuniverse/dae/pull/386) by (@jschwinger233)
62+
63+
#### 特性支持
64+
65+
- 特性/重构: 重构出站并支持 v2ray-plugin 并修复 simple-obfs 的 udp 问题 in [#390](https://github.com/daeuniverse/dae/pull/390) 由 (@mzz2017)
66+
- 特性: 在 [#383](https://github.com/daeuniverse/dae/pull/383) 中的 tproxy_wan_ingress 使用 bpf_sk_assign 由 (@jschwinger233)
67+
- 补丁(bpf): 在运行时加载之前重写 bpf 规范以避免 bpf 映射查找 in [#376](https://github.com/daeuniverse/dae/pull/376) 由 (@jschwinger233)
68+
69+
#### 问题修复
70+
71+
- 修复/杂项: 默认情况下在客户端上禁用 gso 并升级 softwind/quic-go in [#391](https://github.com/daeuniverse/dae/pull/391) 由 (@mzz2017)
72+
- 修复: 在 [#388](https://github.com/daeuniverse/dae/pull/388) 中将 \_ 添加到 ac 机器的有效字符集 由 (@mzz2017)
73+
- 修复: 在 [#264](https://github.com/daeuniverse/dae/pull/264) 上运行问题和 Android 上无网络 由 (@mzz2017)
74+
- 修复(bpf): 在 [#393](https://github.com/daeuniverse/dae/pull/393) 中不要清除 wan_egress 上的校验和 由 (@jschwinger233)
75+
76+
#### 其他变更
77+
78+
- 自动化(docker): 在 [#392](https://github.com/daeuniverse/dae/pull/392) 中移除对 armv6 的支持 由 (@mzz2017)
79+
- 文档: 在 [#389](https://github.com/daeuniverse/dae/pull/389) 中添加分离配置文件的指南 由 (@epmtyicu)
80+
- 自动化: 在 [#386](https://github.com/daeuniverse/dae/pull/386) 中添加更多内核测试 由 (@jschwinger233)
81+
82+
**Example Config**: https://github.com/daeuniverse/dae/blob/v0.5.0rc1/example.dae
83+
84+
**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.4.0...v0.5.0rc1
85+
3986
### v0.4.0 (Latest)
4087

4188
> Release date: 2023/12/26

0 commit comments

Comments
 (0)