Skip to content

Release v0.1.6

Choose a tag to compare

@github-actions github-actions released this 12 Dec 16:54
· 15 commits to main since this release
refactor(tail): 移除冗余消费逻辑并优化错误处理

- 删除 DirTailer 中重复的 consume 方法
- 在文件跟踪器中添加错误返回逻辑
- 简化通道数据处理流程
- 优化上下文取消时的资源清理
- 统一错误发送机制避免重复代码