github.com/gorse-io/gorse
v0.5.11
#421 most downloaded on Go modules
gorse-io/gorse
What this package is like to depend on
Last release 11 days ago
13 Aug 2026
Ships fairly regularly
a new release about every 2 weeks
Most releases are documented
notes for 10 of 12 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
68 releases · first in 2025
59 releases in the last 12 months
see the full history below
Release timeline
68 releases · Jul 2025 to Aug 2026Releases
latest 60 of 68-
v0.5.1114 Jul 2026 -
v0.5.1019 Jun 2026Release notes
Open source → -
v0.5.10-0.20260813083231-e57c32e5930313 Aug 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260809161547-261a0184102b09 Aug 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260805152107-90d433e3e52005 Aug 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260722051649-ea88b44e2fbc22 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260721061147-188588f5823e21 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260718032949-d80625e9c4c818 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260717065738-38e746f9e31717 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260715004423-ac18002918b215 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260714150740-3bd5f0d494ba14 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260714101557-9cd377cb24c514 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260714010054-f12cf85e990814 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260713142344-b3318d4453ae13 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260711135039-09274e5b085011 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260710162258-7563a757262d10 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260705150659-c32bd3ae6cb805 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260704051823-e04f2e20dc3404 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260702123129-cc3e708193e102 Jul 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260629035542-85f731dda67a29 Jun 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260621022625-83a2266ee75321 Jun 2026 pre-releaseNothing published for this version
-
v0.5.10-0.20260619051437-9f7632a3740819 Jun 2026 pre-releaseNothing published for this version
-
v0.5.913 Jun 2026 -
v0.5.804 Jun 2026Release notes
Open source →Features
Fix
- Fix FT index already exists in Redis cluster
(#1265) by @guandeng. - Remove environment variables in external recommenders for security reason (#1267).
Performance
- Store embedding vectors in BF16 (#1246).
- Fix FT index already exists in Redis cluster
-
v0.5.8-0.20260527063303-cfcfca98b31e27 May 2026 pre-releaseNothing published for this version
-
v0.5.8-0.20260507120227-ae86dfa3347007 May 2026 pre-releaseNothing published for this version
-
v0.5.8-0.20260506143040-cda4171c03b906 May 2026 pre-releaseNothing published for this version
-
v0.5.8-0.20260430015445-09bd49a765f730 Apr 2026 pre-releaseNothing published for this version
-
v0.5.8-0.20260416015009-b7e6aa99304216 Apr 2026 pre-releaseNothing published for this version
-
v0.5.715 Apr 2026Release notes
Open source →Features
- Add numerical feature support for factorization machines (#1212).
- Support negative feedback type (#1215).
Fix
- Fix deadlock in HNSW insert (#1203).
- Fix divide by zero in progress calculation (#1208).
- Fix MariaDB cache storage initialization (#1219).
- Fix mixed numeric types in embedding vectors (#1222).
- Fix Redis Cluster prefix validation for cache storage (#1228).
- Use
$topoperator for stable MongoDB time series query (#1226) - Implement user-specific locks to prevent concurrent append in AddFeedback (#1221)
- FIx timestamp round for MySQL (#1233)
-
v0.5.619 Mar 2026Release notes
Open source →Features
- Add item-to-item recommendation for hidden items (#1197)
Fix
- Fix collaborative and click model artifact ID collision by milliseconds (#1196)
-
v0.5.507 Mar 2026Release notes
Open source →Features
- Replace LLM ranker with reranker (#1170)
Fix
- Fix Redis UpdateScores on large collections (#1173)
- Fix lock on updating model meta (#1185) by @sandesh-bhandari-dev
- Fix negative value from PostgreSQL
COUNT()(#1186) by @legenduck - Fix collation in Postgres and MySQL (#1191)
-
v0.5.402 Feb 2026 -
v0.5.4-0.20260131123521-98987c0f634c31 Jan 2026 pre-releaseNothing published for this version
-
v0.5.331 Jan 2026Release notes
Open source →Features
- Support large language model based ranker (#1129).
- Support RecFlow without ranker node (#1148).
- Support external recommender in RecFlow (#1146).
- Support start master without config file (#1150).
- Add Azure Blob Storage support (#1152).
Fix
- Delete stale recommendations from cache before setting new ones (#1145).
BREAK CHANGES
- Type of collaborative filtering is required.
[recommend.collaborative] # The type of collaborative filtering. Supported values: # none: disable collaborative filtering. # mf: matrix factorization. type = "mf"
-
v0.5.3-0.20260117134911-a755aa46259517 Jan 2026 pre-releaseNothing published for this version
-
v0.5.217 Jan 2026Release notes
Open source →Features
- Restart task after data imported automatically (#1130).
- Support edit recommend pipeline via LogicFlow (#1131).
- Support offset and user-id on latest items API (#1136).
- Support return recommendation scores by
X-API-Version: 2header (#1140). - Add MySQL connection pool configuration (#1141) by @slaout.
- Add Postgres connection pool configuration (#1142) by @slaout.
- Support multimodal click-throught rate prediction via embedding (#1134).
- Support disable optimize by set
optimize_period = "0"(#1144).
BREAK CHANGES
- Ranker type is required in the config file otherwise no ranker will be used.
[recommend.ranker] # The type of the ranker. There are two types: # none: no ranking (default). # fm: factorization machines. type = "fm"
-
v0.5.2-0.20260117044338-02133d52c8c617 Jan 2026 pre-releaseNothing published for this version
-
v0.5.120 Dec 2025Nothing published for this version
-
v0.5.015 Dec 2025Nothing published for this version
-
v0.5.0-rc.0.20251215130439-c5be9823ac8915 Dec 2025 pre-releaseNothing published for this version
-
v0.5.0-rc22 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.815 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.7.0.20251113160523-6019e2e8390513 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.7.0.20251111141826-4a7c51cf230111 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.7.0.20251109083546-d02f60c65a8f09 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.7.0.20251109022324-52173e51471409 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.7.0.20251103124556-a52f6a13e5f003 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.702 Nov 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.6.0.20251027141732-ae8ef4d9142227 Oct 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.6.0.20251025053937-a515b7760fd325 Oct 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.6.0.20251021122114-fd08a7d08e8521 Oct 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.6.0.20250924130744-9a03d4d3eeb624 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.621 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.5.0.20250920044937-fe6a9aca58cc20 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.5.0.20250911141052-d7910b816ee711 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.5.0.20250910145823-343825e66a6010 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.5.0.20250906092057-5b3769340df206 Sep 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.5.0.20250825152505-496e720456f325 Aug 2025 pre-releaseNothing published for this version
-
v0.5.0-alpha.525 Aug 2025 pre-releaseNothing published for this version