PackageTrack
Sign in Get early access

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 2026
2026
Release Pre-release

Releases

latest 60 of 68
  1. v0.5.11 14 Jul 2026
    Release notes

    Features

    • Support item search in ClickHouse (#1332).

    Fix

    • Match any search token in search items (#1325).
    • Ignore embeddings if no embedding index (#1333).
    Open source →
  2. v0.5.10 19 Jun 2026
    Release notes

    Features

    • Suppot LoongArch64 LASX (#1299).

    Fix

    • Protect dump and restore endpoints (#1294).
    Open source →
  3. v0.5.10-0.20260813083231-e57c32e59303 13 Aug 2026 pre-release

    Nothing published for this version

  4. v0.5.10-0.20260809161547-261a0184102b 09 Aug 2026 pre-release

    Nothing published for this version

  5. v0.5.10-0.20260805152107-90d433e3e520 05 Aug 2026 pre-release

    Nothing published for this version

  6. v0.5.10-0.20260722051649-ea88b44e2fbc 22 Jul 2026 pre-release

    Nothing published for this version

  7. v0.5.10-0.20260721061147-188588f5823e 21 Jul 2026 pre-release

    Nothing published for this version

  8. v0.5.10-0.20260718032949-d80625e9c4c8 18 Jul 2026 pre-release

    Nothing published for this version

  9. v0.5.10-0.20260717065738-38e746f9e317 17 Jul 2026 pre-release

    Nothing published for this version

  10. v0.5.10-0.20260715004423-ac18002918b2 15 Jul 2026 pre-release

    Nothing published for this version

  11. v0.5.10-0.20260714150740-3bd5f0d494ba 14 Jul 2026 pre-release

    Nothing published for this version

  12. v0.5.10-0.20260714101557-9cd377cb24c5 14 Jul 2026 pre-release

    Nothing published for this version

  13. v0.5.10-0.20260714010054-f12cf85e9908 14 Jul 2026 pre-release

    Nothing published for this version

  14. v0.5.10-0.20260713142344-b3318d4453ae 13 Jul 2026 pre-release

    Nothing published for this version

  15. v0.5.10-0.20260711135039-09274e5b0850 11 Jul 2026 pre-release

    Nothing published for this version

  16. v0.5.10-0.20260710162258-7563a757262d 10 Jul 2026 pre-release

    Nothing published for this version

  17. v0.5.10-0.20260705150659-c32bd3ae6cb8 05 Jul 2026 pre-release

    Nothing published for this version

  18. v0.5.10-0.20260704051823-e04f2e20dc34 04 Jul 2026 pre-release

    Nothing published for this version

  19. v0.5.10-0.20260702123129-cc3e708193e1 02 Jul 2026 pre-release

    Nothing published for this version

  20. v0.5.10-0.20260629035542-85f731dda67a 29 Jun 2026 pre-release

    Nothing published for this version

  21. v0.5.10-0.20260621022625-83a2266ee753 21 Jun 2026 pre-release

    Nothing published for this version

  22. v0.5.10-0.20260619051437-9f7632a37408 19 Jun 2026 pre-release

    Nothing published for this version

  23. v0.5.9 13 Jun 2026
    Release notes

    Features

    • Support search items on dashboard (#1282).

    Fix

    • Skip local blob server setup for cloud stores (#1285).
    • Fix charts with date range on dashboard (#1286).
    Open source →
  24. v0.5.8 04 Jun 2026
    Release notes

    Features

    • Add command line tool gorse-cli (#1248).
    • Add separate access log for RESTful APIs
      (#1264).

    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).
    Open source →
  25. v0.5.8-0.20260527063303-cfcfca98b31e 27 May 2026 pre-release

    Nothing published for this version

  26. v0.5.8-0.20260507120227-ae86dfa33470 07 May 2026 pre-release

    Nothing published for this version

  27. v0.5.8-0.20260506143040-cda4171c03b9 06 May 2026 pre-release

    Nothing published for this version

  28. v0.5.8-0.20260430015445-09bd49a765f7 30 Apr 2026 pre-release

    Nothing published for this version

  29. v0.5.8-0.20260416015009-b7e6aa993042 16 Apr 2026 pre-release

    Nothing published for this version

  30. v0.5.7 15 Apr 2026
    Release notes

    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 $top operator for stable MongoDB time series query (#1226)
    • Implement user-specific locks to prevent concurrent append in AddFeedback (#1221)
    • FIx timestamp round for MySQL (#1233)
    Open source →
  31. v0.5.6 19 Mar 2026
    Release notes

    Features

    • Add item-to-item recommendation for hidden items (#1197)

    Fix

    • Fix collaborative and click model artifact ID collision by milliseconds (#1196)
    Open source →
  32. v0.5.5 07 Mar 2026
    Release notes

    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)
    Open source →
  33. v0.5.4 02 Feb 2026
    Release notes

    Features

    • Add OpenAI configuration environment variables (#1159).

    Fix

    • Fetch from recommender if no ranker (#1156).
    • Fix GetUserFeedback on ClickHouse with HAVING clause (#1157).
    • Fix failed to verify certificate in Docker images (#1161).
    Open source →
  34. v0.5.4-0.20260131123521-98987c0f634c 31 Jan 2026 pre-release

    Nothing published for this version

  35. v0.5.3 31 Jan 2026
    Release notes

    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"
    Open source →
  36. v0.5.3-0.20260117134911-a755aa462595 17 Jan 2026 pre-release

    Nothing published for this version

  37. v0.5.2 17 Jan 2026
    Release notes

    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: 2 header (#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"
    Open source →
  38. v0.5.2-0.20260117044338-02133d52c8c6 17 Jan 2026 pre-release

    Nothing published for this version

  39. v0.5.1 20 Dec 2025

    Nothing published for this version

  40. v0.5.0 15 Dec 2025

    Nothing published for this version

  41. v0.5.0-rc.0.20251215130439-c5be9823ac89 15 Dec 2025 pre-release

    Nothing published for this version

  42. v0.5.0-rc 22 Nov 2025 pre-release

    Nothing published for this version

  43. v0.5.0-alpha.8 15 Nov 2025 pre-release

    Nothing published for this version

  44. v0.5.0-alpha.7.0.20251113160523-6019e2e83905 13 Nov 2025 pre-release

    Nothing published for this version

  45. v0.5.0-alpha.7.0.20251111141826-4a7c51cf2301 11 Nov 2025 pre-release

    Nothing published for this version

  46. v0.5.0-alpha.7.0.20251109083546-d02f60c65a8f 09 Nov 2025 pre-release

    Nothing published for this version

  47. v0.5.0-alpha.7.0.20251109022324-52173e514714 09 Nov 2025 pre-release

    Nothing published for this version

  48. v0.5.0-alpha.7.0.20251103124556-a52f6a13e5f0 03 Nov 2025 pre-release

    Nothing published for this version

  49. v0.5.0-alpha.7 02 Nov 2025 pre-release

    Nothing published for this version

  50. v0.5.0-alpha.6.0.20251027141732-ae8ef4d91422 27 Oct 2025 pre-release

    Nothing published for this version

  51. v0.5.0-alpha.6.0.20251025053937-a515b7760fd3 25 Oct 2025 pre-release

    Nothing published for this version

  52. v0.5.0-alpha.6.0.20251021122114-fd08a7d08e85 21 Oct 2025 pre-release

    Nothing published for this version

  53. v0.5.0-alpha.6.0.20250924130744-9a03d4d3eeb6 24 Sep 2025 pre-release

    Nothing published for this version

  54. v0.5.0-alpha.6 21 Sep 2025 pre-release

    Nothing published for this version

  55. v0.5.0-alpha.5.0.20250920044937-fe6a9aca58cc 20 Sep 2025 pre-release

    Nothing published for this version

  56. v0.5.0-alpha.5.0.20250911141052-d7910b816ee7 11 Sep 2025 pre-release

    Nothing published for this version

  57. v0.5.0-alpha.5.0.20250910145823-343825e66a60 10 Sep 2025 pre-release

    Nothing published for this version

  58. v0.5.0-alpha.5.0.20250906092057-5b3769340df2 06 Sep 2025 pre-release

    Nothing published for this version

  59. v0.5.0-alpha.5.0.20250825152505-496e720456f3 25 Aug 2025 pre-release

    Nothing published for this version

  60. v0.5.0-alpha.5 25 Aug 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive