677 Commits

Author SHA1 Message Date
Valerian Saliou
f5302f5c42 v1.4.0 v1.4.0 2022-10-20 10:46:54 +02:00
Valerian Saliou
d162b387d0 Fix 2022-10-20 10:36:58 +02:00
Valerian Saliou
98123a92b5 Fix CHANGELOG 2022-10-20 10:36:23 +02:00
Valerian Saliou
0b123c2992 Bump deps in lockfile 2022-10-20 10:20:25 +02:00
Valerian Saliou
53a65590e5 List word buckets: second pass of normalizations 2022-10-20 10:04:20 +02:00
Valerian Saliou
2022146ee1 Add LIST command to PROTOCOL 2022-10-20 10:02:57 +02:00
Valerian Saliou
5b2de792da Document config 2022-10-20 10:02:52 +02:00
Valerian Saliou
e5843bc233 List word buckets: first pass of normalizations 2022-10-20 09:12:38 +02:00
Valerian Saliou
69c65698f5 Merge pull request #293 from trkohler/list-words-bucket
List all words from the bucket control operator
2022-10-20 09:02:48 +02:00
Valerian Saliou
aee75a3b5c Merge pull request #282 from 0x0x1/distroless
Use distroless instead of debian slim
2022-10-20 08:45:16 +02:00
Valerian Saliou
71a2e80797 Merge pull request #295 from remram44/readme-typo
Fix typo: Sonic not Vigil
2022-10-17 21:10:44 +02:00
Remi Rampin
33872d0825 Fix typo: Sonic not Vigil 2022-10-17 12:12:41 -04:00
Valerian Saliou
d5d16ea99b Merge pull request #294 from kianmeng/fix-typos
Fix typos
2022-10-03 10:27:29 +01:00
Kian-Meng Ang
368b44a86b Fix typos
Found via `codespell -S ./src/stopwords,./src/lexer/stopwords.rs -L crate,statics,dake`
2022-10-02 23:29:07 +08:00
Troy Kohler
33ed147710 list all words control operator -- start 2022-10-01 09:47:52 +02:00
Valerian Saliou
7d33d55d5e v1.3.5 v1.3.5 2022-07-10 22:07:19 +02:00
Valerian Saliou
17ed49909e Rollback RocksDB version, as it does not build in --release mode 2022-07-10 21:52:20 +02:00
Valerian Saliou
f0e139f1a9 v1.3.4 v1.3.4 2022-07-10 21:41:18 +02:00
Valerian Saliou
75cb391189 v1.3.4 2022-07-10 21:40:30 +02:00
Valerian Saliou
56bb3d7099 Pull out cross-compilation capabilities, as MUSL will not work 2022-07-10 21:34:03 +02:00
Valerian Saliou
dfee735911 Bump deps: rocksdb, clap, regex 2022-07-09 13:03:09 +02:00
Valerian Saliou
7c1ec6c9ea v1.3.3 v1.3.3 2022-07-07 15:49:50 +02:00
Valerian Saliou
3516baf07a Fix cache ordering 2022-07-07 13:31:20 +02:00
Valerian Saliou
3b4d397670 Fix broken Cross 2022-07-07 13:15:49 +02:00
Valerian Saliou
7df7c6f42f Modernize build and test pipeline 2022-07-07 13:12:13 +02:00
Valerian Saliou
9922e5e83d Security: auto-sign release archives 2022-07-02 19:17:02 +02:00
Valerian Saliou
92d223ae62 Add performance note 2022-06-16 21:31:27 +02:00
Valerian Saliou
346564e7eb Add unreleased CHANGELOG 2022-06-16 21:29:04 +02:00
Valerian Saliou
0e8373b90e Bump whatlang + add support for Armenian, Georgian, Gujarati, Tagalog 2022-06-16 21:25:39 +02:00
Valerian Saliou
1b5561790f Bump tested rustc 2022-06-16 21:03:49 +02:00
Valerian Saliou
91dbf11a8f Bump hashbrown to 0.12 2022-06-16 21:03:29 +02:00
Valerian Saliou
20bf797d5c Bump rocksdb to 0.18 2022-06-16 21:03:07 +02:00
Valerian Saliou
b166b921c2 Bump dependencies + upgrade to secure regex crate version 2022-06-16 21:01:09 +02:00
0x0x1
26ffa5c8aa Use distroless instead of debian slim 2022-05-26 14:52:50 +08:00
Valerian Saliou
e5ca11425f Create FUNDING.yml 2022-04-09 12:55:40 +02:00
Valerian Saliou
a63328df5d Consider all "closing channel" to be errors 2022-03-22 19:13:27 +01:00
Valerian Saliou
15e6ca3baf Update allocator version lock + Bump deps 2022-02-28 09:27:46 +01:00
Valerian Saliou
b4a1092b70 Merge pull request #276 from Avimitin/upd-alloc
Bump tikv-jemallocator version
2022-02-28 09:25:59 +01:00
Avimitin
c1b3ca363b Bump tikv-jemallocator version
This version fix some alloc issue in RISC-V architecture. Now sonic is
available on RISC-V platform too!

Signed-off-by: Avimitin <avimitin@gmail.com>
2022-02-28 11:41:52 +08:00
Valerian Saliou
e5943e650c Bump deps 2022-02-19 09:32:11 +00:00
Valerian Saliou
ac6ef1c8ee Bump tested Rust version 2022-02-19 09:28:38 +00:00
Valerian Saliou
4cf7a682f9 Merge pull request #275 from Avimitin/jemallocator
Use tikv-jemallocator instead of jemallocator
2022-02-19 09:26:22 +00:00
Avimitin
df96f94cc7 Use tikv-jemallocator instead of jemallocator
`jemallocator` has been abandoned for two years. And `rustc` itself
moved to use `tikv-jemallocator` instead:
3965773ae7

Let's switch to a better maintained version.

Signed-off-by: Avimitin <avimitin@gmail.com>
2022-02-19 15:33:42 +08:00
Valerian Saliou
3d49b095a9 Normalize 2021-12-01 09:01:33 +01:00
Valerian Saliou
fd4e4fb7f1 Merge pull request #267 from AlongWY/patch-1
Add a new python client #265
2021-12-01 09:00:51 +01:00
Along
d111c6bdc0 Add a new python client #265 2021-12-01 14:37:40 +08:00
Valerian Saliou
ec3c660ead v1.3.2 v1.3.2 2021-11-09 12:14:06 -05:00
Valerian Saliou
09068498e0 Bump deps 2021-11-09 12:11:27 -05:00
Valerian Saliou
0da0c2302b Bump changelog 2021-11-09 11:51:09 -05:00
Valerian Saliou
194edd9244 fixes #239 2021-11-09 11:48:55 -05:00