Releases: gorse-io/gorse
Releases · gorse-io/gorse
Gorse v0.5.0-alpha.1
Warning This is a pre-release version of the Gorse recommender system. It means:
- Don't use the pre-release version in production unless you can afford risks.
- APIs, configurations, and data storage might be changed between pre-release versions.
- Clear local caches and cache databases after the upgrade.
Features
- Support ClickHouse back as data storage (#874).
Fix
Gorse v0.4.15
Gorse v0.5.0-alpha
Warning This is a pre-release version of the Gorse recommender system. It means:
- Don't use the pre-release version in production unless you can afford risks.
- APIs, configurations, and data storage might be changed between pre-release versions.
- Clear local caches and cache databases after the upgrade.
Features
- Support JSON labels (#647).
- Remove recommendation cache for inactive users (#691).
- Support multiple categories filtering (#704).
BREAK CHANGES
Gorse v0.4.14
Fix
- Fix the concurrent access problem of
rand.Rand
(#694) by @WisperDin. - Fix concurrent map iteration and map write in the worker (#697).
- Fix index out of range caused by duplicate labels (#700).
Gorse v0.4.13
Features
- Support log files rotation (#659).
Gorse v0.4.12
Fix
- Fix Google fonts loading from the mainland (#630).
- Fix authorization failure in gorse-in-one (#634).
- Support redacted config in the dashboard (#635).
Go SDK
- Support modifying users and items (#636) by @DDefiebre.