Tags: DarkiT/slog
Tags
Release v0.3.0 - Enhance internal infrastructure (common, dlp cachekey, xxhash) - Restructure DLP module with subscription support - Centralize core logging framework interfaces - Unify module adapter patterns - Enhanced DLP subscription mechanism - Improved runtime control capabilities - New logging examples and documentation - Updated all unit and integration tests - Added new documentation and examples - Updated GitHub Actions workflows - 5 commits - 103 files changed - 3649 insertions(+) - 1340 deletions(-) This is a compatibility-focused refactor. Most APIs remain stable with enhanced internal structures.
Release v0.1.2 新增运行时控制与诊断功能 主要更新: - 上下文传播:支持从 context.Context 自动提取日志属性 - 诊断监控:实时查询模块健康状态和指标 - 记录限流:令牌桶算法防止日志压垮下游 - 动态管理:运行时 Formatter 热插拔和模块配置更新 - 文件重构:简化 23 个文件命名以提升代码组织性 - 许可证更新:版权持有人更改为 ZiShuo.Net 详细变更: - feat: 新增运行时控制与诊断功能 (c811e39) - refactor: 简化文件命名以提升代码组织性 (59682c6) - chore: 更新许可证版权信息 (b0ed766)
🚀 darkit/slog v0.1.0 正式发布 这是项目的首个正式版本,包含完整的企业级日志记录和数据保护功能。 🌟 主要特性 ✅ 模块化架构设计 ✅ 企业级 DLP 数据泄露防护 ✅ 高性能 LRU 缓存系统 ✅ 动态日志管理 ✅ 美观的进度渲染器 ✅ 完整的 CI/CD 流水线 📈 质量保证 • 测试覆盖率 90%+ • 性能基准测试套件 • 自动化安全扫描 • 多平台兼容性验证 🔧 技术规格 • Go 1.23+ 兼容 • 零第三方依赖核心 • 并发安全设计 • 模块化插件架构 适用于需要高性能日志记录和敏感数据保护的企业级应用。
PreviousNext