Skip to content

Releases: gorse-io/gorse

Gorse v0.5.0-alpha.2

21 Dec 01:56
c9be1ea
Compare
Choose a tag to compare
Gorse v0.5.0-alpha.2 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 the 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 dump and restore backup (#886).
  • Support dashboard authentication via OIDC (#888).
  • Support set isolation level in configuration (#889).
  • Support mTLS between nodes (#893).
  • Support SQLite in cluster mode (#896).
  • Add non-personalized recommender (#884).

Fix

  • Enable multi-categories filtering for all APIs (#902).

BREAK CHANGES

  • Replace the import and export formats with JSON (#885).

Gorse v0.5.0-alpha.1

05 Nov 12:01
debc903
Compare
Choose a tag to compare
Gorse v0.5.0-alpha.1 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 ClickHouse back as data storage (#874).

Fix

  • Fix RediSearch query using escape (#770).
  • Upgrade the Redis client version for RediSearch (#868).
  • Remove unnecessary score check (#873).

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).