v0.3.4
版本发布时间: 2022-03-13 12:12:00
gorse-io/gorse最新发布版本:v0.4.15(2024-01-10 12:44:45)
Features
- Support set check recommend period (#384).
- Support replacement in the recommendation (#385).
- Support DNS SRV record lookup for MongoDB (#386, authorized by @pranav377).
- Support set clock error in the cluster (#397).
Fix
- Import and export items with hidden flags and categories (#383).
- Hide hidden items in the latest items, popular items, and item neighbors (#393).
- Fix inaccurate representation of timestamps in
float32
(#394). - Fix potential Redis memory leak (#395).
Upgrade Guide
-
Configuration: Replacement has been supported in the configuration, as well as
check_recommend_period
andepsilon_time
.
[server]
# ...
epsilon_time = 5 # clock error in the cluster in seconds
[recommend]
# ...
# The time period to check recommendation for users (minutes). The default values is 1.
check_recommend_period = 1
# Replace historical items back to recommendations.
enable_replacement = false
# Decay the weights of replaced items from positive feedbacks.
positive_replacement_decay = 0.8
# Decay the weights of replaced items from read feedbacks.
read_replacement_decay = 0.6
- Redis: Remove incompatible stale cache.
redis-cli KEYS "offline_recommend*" | xargs redis-cli DEL
1、 gorse_darwin_amd64.zip 46.55MB
2、 gorse_darwin_arm64.zip 44.05MB
3、 gorse_linux_amd64.zip 47.34MB
4、 gorse_linux_arm64.zip 43MB
5、 gorse_windows_amd64.zip 47.65MB