Releases: valeriansaliou/sonic
Releases · valeriansaliou/sonic
Sonic v1.6.0
Changes
- Separate Sonic’s core into a library (in
1d4c49e,99b3955,693babb) - config: Deprecate
channel.searchin favor ofsearch(inb2e7015) - Dependency updates (fixes CVEs):
- Update dependencies to fix GHSA-3pv8-6f4r-ffg2 (in
a2d0f00,52042b6)
- Update dependencies to fix GHSA-3pv8-6f4r-ffg2 (in
New Features
- Release for Red Hat Enterprise Linux (RHEL) (in
0e983a3) - test: Introduce Rust integration tests (in
88e629b)
Sonic core v0.0.1
New Features
- Initial Sonic core release [@RemiBardon].
Sonic v1.5.1
Removals
- Stop GPG-signing binaries, since it consumes human time when releasing (in
05b8ddb)
Changes
- Dependency updates (fixes CVEs):
- Bump
clapfrom3to4(in00a373d) - Bump
hashbrownfrom0.14to0.17(in47663c6) - Bump
jieba-rsfrom0.6to0.9(in69f3c08,c096f4f) - Bump
linderafrom0.27to0.31(inb0acdc3) - Bump
nixfrom0.18to0.31(in28e2d2c) - Bump
randfrom0.8to0.10(in6e9577f) - Bump
rocksdbfrom0.21to0.24(indd3a0e8,266af2f) - Bump
tikv-jemallocatorfrom0.4to0.6(ine391f3a) - Bump
tomlfrom0.8to1(in49317f2) - Bump
twox-hashfrom1to2(in714dae4) - Bump
whatlangfrom0.16to0.18(in38a2ed6) - Use
windows-sysinstead ofwinapi(in26d45f6,f0195b7) - Relax some dependency version requirements (in
966cdf7) - Run
cargo updateto fix CVEs (inc50a16c,c83278c) - Run
cargo upgrade --pinned(in9bee794) - ci: Update third-party actions (in
722bfec,93f0e67) - ci: Pin third-party actions (in
8449b15) - ci: Build and release using locked dependency versions (in
630ac52)
- Bump
New Features
- Stopwords:
- Add Malayalam (MAL) stopwords (in
e3ec190) - Add Serbian (SRP) stopwords (in
b0c1f66,a2bf0c5)
- Add Malayalam (MAL) stopwords (in
- config: Support environment-based configuration (in
cc99461)
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].