Skip to content

Releases: gorse-io/gorse

Gorse v0.4.15

10 Jan 04:44
09ad3aa
Compare
Choose a tag to compare

Features

  • Get more details from the recommendation (#796) by @ubrmnsh

Gorse v0.5.0-alpha

05 Jun 13:50
205d264
Compare
Choose a tag to compare
Gorse v0.5.0-alpha Pre-release
Pre-release

Warning This is a pre-release version of the Gorse recommender system. It means:

  1. Don't use the pre-release version in production unless you can afford risks.
  2. APIs, configurations, and data storage might be changed between pre-release versions.
  3. 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

  • Local caches are stored in a folder (#640).
  • Remove Oracle database support (#641).
  • Remove Redis cluster support (#645).
  • Remove ClickHouse support (#648).

Gorse v0.4.14

04 Jun 06:05
Compare
Choose a tag to compare

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

30 Mar 03:42
Compare
Choose a tag to compare

Features

  • Support log files rotation (#659).

Gorse v0.4.12

03 Mar 11:48
080d32c
Compare
Choose a tag to compare

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

Gorse v0.4.11

19 Feb 07:33
5e9f677
Compare
Choose a tag to compare

Features

  • Support YAML/JSON configuration file format (#604).
  • Encode cursor by base64 (#612).
  • Support Docker Windows container images (#618).

Fix

  • Fix CORS error with API key by @NMathar (#598).
  • Fix worker nil pointer panic in refreshCache (#611).
  • Fix batch import feedback (#620).
  • Support Windows log file sink (#621).

Gorse v0.4.10

21 Nov 00:55
d303482
Compare
Choose a tag to compare

Features

  • Support health checks for liveness and readiness (#594).
  • Add cache_table_prefix and data_table_prefix option (#593).
  • Support excluding "read" items from popular/latest recommendations (#595).

Fix

  • Fix boolean type parsing of ClickHouse driver (#596).

Gorse v0.4.9

12 Nov 06:36
9003ee2
Compare
Choose a tag to compare

Features

  • Support managed mode: schedule tasks manually (#575).
  • Support OpenTelemetry tracing (#576).
  • Support compressed playground dataset (#584).

Fix

  • Fix purge cache on Redis (#571).
  • Fix timestamp conditions on loading feedback from MongoDB (#571).
  • Apply clock_error on loading feedback(#573).
  • Fix "index out of range [-1]" on building IVF index for zero IDF (#585).

Gorse v0.4.8

13 Oct 00:38
5154376
Compare
Choose a tag to compare

Features

  • Support displaying scores of users/items neighbors in the dashboard (#557).
  • Support deleting users and items in the dashboard (#558).
  • Support Redis cluster as cache storage (#564).

Fix

  • Fix RESTful API document (#566).

Gorse v0.4.7

13 Sep 15:17
da4e462
Compare
Choose a tag to compare

Features

  • Support AVX512 SIMD instruments (#533).
  • Support purge all data and cache (#549).
  • Implement Go SDK in client package (#522).
  • Add CORS support to RESTul APIs by @NMathar (#550).

Fix

  • Fix updating item visibility and categories (#552).
  • Fix the deadlock problem of the scheduler (#554).

Performance

  • Remove interface call in SIMD dispatch (#545).