gorse v0.5.0-rc 版本更新介绍
发布日期: 2025-11-23
版本号: v0.5.0-rc
Gorse推荐系统发布了一个候选版本,主要包含以下更新:此版本不建议在生产环境直接使用,且API、配置和数据存储可能在后续版本中发生变化,升级后需要清理本地缓存和缓存数据库。修复内容包括:移除了ClickHouse的反馈覆盖支持,修复了从Redis解码空分类的问题,为Workers新增了就绪检查端点,并修复了MySQL中零日期值的问题。
更新内容 (中文)
警告 本版本为Gorse推荐系统的发布候选版本,这意味着:
- 除非能承担相应风险,否则请勿在生产环境中使用预发布版本。
- 预发布版本之间的API、配置和数据存储结构可能发生变更。
- 升级后请清除本地缓存及缓存数据库。
修复内容
- 移除ClickHouse中的反馈覆盖支持功能(#1103)。
- 修复从Redis解码空分类信息时的问题(#1104)。
- 为worker节点添加就绪检查端点(#1105)。
- 修复MySQL中零日期时间值的处理问题(#1106)。
更新内容 (原始)
Warning This is a release candidate version of the Gorse recommender system. It means:
- Don’t use the pre-release version in production unless you can afford the risks.
- APIs, configurations, and data storage might be changed between pre-release versions.
- Clear local caches and cache databases after the upgrade.
Fix
- Remove feedback overwrite support in ClickHouse (#1103).
- Fix decode empty categories from Redis (#1104).
- Add readiness check endpoint on workers (#1105).
- Fix zero datetime value on MySQL (#1106).