Improved
0.8.0-RC1
Major changes
- implement multi-embeddings for text[] fields by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/662
- add qwen3 embedding support by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/665
- qwen3-reranker support by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/666
- jsoniter-based document decoder by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/672
- Add experimental GraalVM native-image build by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/674
CI/CD
- CI: upgrade to kafka 4.0 by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/663
- ci: bump JDK to 25 by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/664
Bugfixes
- unbreak document decoder benchmark by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/673
- fix grammar/style in log messages by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/676
- allow 1g/1m/1b single letter syntax for sizes, fix exponential notation by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/679
- fix offline indexing not obeying the flush.interval by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/680