gitdataai/changelog/2026-04-25-cn.mdx
ZhenYi 9be635eaf3 docs(changelog): rewrite all changelogs in product language
- Unify title format: "Changelog — Month DD, YYYY" / "更新日志 — YYYY年M月D日"
- Remove internal tech details (frameworks, algorithms, migration names)
- Remove user-invisible bug fixes
- Reframe from engineering perspective to user benefits
- Consistent author: ZhenYi
2026-04-27 17:13:52 +08:00

45 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: 2026-04-25
title: "更新日志 — 2026年4月25日"
lang: cn
author: ZhenYi
---
## 部署
- **Prometheus指标**: 新的指标端点用于监控系统健康和性能
- **健康检查端点**: Git钩子和邮件工作器现在暴露健康状态用于容器编排
- **运维文档**: 更新了包含全面指标参考的监控指南
## 安全
- **爬虫保护**: 添加robots.txt阻止搜索引擎索引敏感路径
- **站点地图控制**: 优化的站点地图结构以提高搜索引擎可见性
- **受保护路由**: 敏感API路径现在阻止网络爬虫
## AI
- **向量搜索集成**: 使用Qdrant嵌入对消息内容建立索引以进行语义搜索
- **灵活的模型同步**: 支持从OpenRouter以外的多个AI提供商同步模型
## 性能
- **资源压缩**: 静态文件现在使用Brotli和Gzip预压缩加快页面加载
- **连接优化**: 简化的数据库连接处理,提高可靠性
- **Redis TTL调优**: 打字指示器缓存优化了过期时间
## 协作
- **智能重连**: 返回浏览器标签页时自动重连
- **WebSocket回放**: 重连时回放打字状态以赶上错过的事件
## Git & 仓库
- **Kubernetes健康探测**: 修复了Git服务器的容器健康检查配置
## Bug修复
- 修复头像上传路由和URL处理
- 通过排除健康/指标端点的访问日志减少日志噪音
- 删除冗余代码以保持代码库整洁