Skip to content

Releases: valeriansaliou/sonic

Sonic v1.4.8

14 Dec 18:20
v1.4.8
2a5293c
Compare
Choose a tag to compare
  • 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].

Sonic v1.4.7

14 Dec 17:24
v1.4.7
9e7bfa1
Compare
Choose a tag to compare
  • Fixed non-working arm64 builds due to hardcoded x86_64-unknown-linux-gnu Rust target in the Dockerfile [@valeriansaliou].

Sonic v1.4.6

14 Dec 17:08
v1.4.6
86ae539
Compare
Choose a tag to compare
  • The Docker image is now also available for the arm64 platform, in addition to amd64 [@PovilasID, #310].

Sonic v1.4.5

12 Dec 00:40
v1.4.5
f18ea73
Compare
Choose a tag to compare
  • 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].

Sonic v1.4.4

08 Dec 15:03
v1.4.4
3122bfc
Compare
Choose a tag to compare
  • 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].

Sonic v1.4.3

04 Sep 21:15
v1.4.3
43955e7
Compare
Choose a tag to compare
  • Publish .deb packages for Debian 12 on x86_64 architecture [@valeriansaliou].

Sonic v1.4.2

04 Sep 20:17
v1.4.2
b0a02ba
Compare
Choose a tag to compare
  • 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].

Sonic v1.4.1

12 Aug 11:52
v1.4.1
d822f56
Compare
Choose a tag to compare
  • 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].

Sonic v1.4.0

20 Oct 08:47
v1.4.0
f5302f5
Compare
Choose a tag to compare
  • 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].

Sonic v1.3.5

10 Jul 20:09
v1.3.5
7d33d55
Compare
Choose a tag to compare
  • Rolled back rocksdb version, as the latest version does not link properly in --release mode [@valeriansaliou].