Sonic Versions Save

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

v1.4.8

4 months ago
  • Pull out the arm64 platform from the Docker image, since it does not build in acceptable time via GitHub Actions due to using QEMU emulation (will wait that GitHub Actions provides a native arm64 runner) [@valeriansaliou].

v1.4.7

4 months ago
  • Fixed non-working arm64 builds due to hardcoded x86_64-unknown-linux-gnu Rust target in the Dockerfile [@valeriansaliou].

v1.4.6

4 months ago
  • The Docker image is now also available for the arm64 platform, in addition to amd64 [@PovilasID, #310].

v1.4.5

4 months ago
  • Fixed an issue where system clock can move back to the past on a virtualized system, resulting in client threads entering a crash loop due to mutex poisoning [@valeriansaliou].

v1.4.4

4 months ago
  • Fixed rocksdb not building due to a rust-bindgen version which was not compatible with clang version 16 [@anthonyroussel, #316].
  • Dependencies have been bumped to latest versions (namely: rocksdb, toml, regex-syntax, hashbrown, lindera-core, lindera-dictionary, lindera-tokenizer) [@valeriansaliou].

v1.4.3

7 months ago
  • Publish .deb packages for Debian 12 on x86_64 architecture [@valeriansaliou].

v1.4.2

7 months ago
  • Produce glibc builds from GitHub Actions whenever a new Sonic version gets released [@valeriansaliou].
  • Pull out tokenizer-japanese from the default features, as it x10 the final binary size [@valeriansaliou].

v1.4.1

8 months ago
  • Added support for Japanese word segmentation in tokenizer (note that as this adds quite some size overhead to the final binary size, the feature tokenizer-japanese can be disabled when building Sonic) [@nmkj-io, #311].

v1.4.0

1 year ago
  • Fixed typo in README abstract [@remram44, #295].
  • Fixed typos in code and documentation [@kianmeng, #294].
  • Replaced Docker source image from Debian Slim to lighter Google distroless image [@0x0x1, #282].
  • Added an index enumeration LIST command to Sonic Channel [@trkohler, #293].

v1.3.5

1 year ago
  • Rolled back rocksdb version, as the latest version does not link properly in --release mode [@valeriansaliou].