release v0.7.2 (#409)

This commit is contained in:
Dream Hunter
2024-08-15 00:56:15 +08:00
committed by GitHub
parent 5f4978645b
commit a9719cb3ec
2 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,12 @@
## v0.7.2
### Breaking Changes
`webhook` 的结构增加了 `enabled` 字段,已经配置了的需要重新在页面开启并保存。
### Changes
- fix: worker 增加 `NO_LIMIT_SEND_ROLE` 配置, 加载失败的问题
- feat: worker 增加 `# ADDRESS_REGEX = "[^a-z.0-9]"` 配置, 用于配置地址的正则表达式,如果不设置,默认为 [^a-z0-9], 需谨慎使用, 有些符号可能导致无法收件
- feat: worker 优化 webhook 逻辑, 支持 admin 配置全局 webhook, 添加 `message pusher` 集成示例

View File

@@ -1,7 +1,7 @@
# 配置 webhook
> [!NOTE]
> 如果要使用 webhook请先绑定 `KV`
> 如果要使用 webhook请先绑定 `KV` 并且 `worker` 变量配置 `ENABLE_WEBHOOK = true`
>
> 如果你想 webhook 的解析邮件能力更强,参考 [配置 worker 使用 wasm 解析邮件](feature/mail_parser_wasm_worker)