Releases: valeriansaliou/sonic
Releases · valeriansaliou/sonic
Sonic v1.4.9
- Update Rust code style to conform to new
rustc
requirements (preventing builds onrustc 1.79.0
and further) [@jaseemabid, #321].
Sonic v1.4.8
- 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 nativearm64
runner) [@valeriansaliou].
Sonic v1.4.7
- Fixed non-working
arm64
builds due to hardcodedx86_64-unknown-linux-gnu
Rust target in theDockerfile
[@valeriansaliou].
Sonic v1.4.6
- The Docker image is now also available for the
arm64
platform, in addition toamd64
[@PovilasID, #310].
Sonic v1.4.5
- 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
- Fixed
rocksdb
not building due to arust-bindgen
version which was not compatible withclang
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
- Publish
.deb
packages for Debian 12 onx86_64
architecture [@valeriansaliou].
Sonic v1.4.2
- 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].