Releases: valeriansaliou/sonic
Releases · valeriansaliou/sonic
Sonic v1.4.9
- Update Rust code style to conform to new
rustcrequirements (preventing builds onrustc 1.79.0and further) [@jaseemabid, #321].
Sonic v1.4.8
- Pull out the
arm64platform 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 nativearm64runner) [@valeriansaliou].
Sonic v1.4.7
- Fixed non-working
arm64builds due to hardcodedx86_64-unknown-linux-gnuRust target in theDockerfile[@valeriansaliou].
Sonic v1.4.6
- The Docker image is now also available for the
arm64platform, 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
rocksdbnot building due to arust-bindgenversion which was not compatible withclangversion 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
.debpackages for Debian 12 onx86_64architecture [@valeriansaliou].
Sonic v1.4.2
- Produce
glibcbuilds from GitHub Actions whenever a new Sonic version gets released [@valeriansaliou]. - Pull out
tokenizer-japanesefrom the default features, as it x10 the final binary size [@valeriansaliou].