Improved
0.8.0-RC4
Major changes
none
Bugfixes
- fix native image build to re-use NI resources from the jar by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/704
- Increase max number of dims for embeddings in index to 8192 by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/706
- native: disable model warmup as it might add a lot of startup latency by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/707
- native: wrap all FS access into IO.blocking by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/708
- fix incorrect base64 decoding of lambda api payload by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/710
- add more logging for lambda runtime by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/709
- show detailed request timings in search response by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/711
- enable G1 GC for native build by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/713
- fix searcher failure on loading immutable index from r/o path by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/712
Docs
- doc: add note on private ECR for lambda by @shuttie in https://github.com/nixiesearch/nixiesearch/pull/705
Dependencies
- Update scallop to 5.3.0 by @scala-steward in https://github.com/nixiesearch/nixiesearch/pull/703
- Update lucene-analysis-common, ... to 10.3.2 by @scala-steward in https://github.com/nixiesearch/nixiesearch/pull/702
- Update commons-lang3 to 3.20.0 by @scala-steward in https://github.com/nixiesearch/nixiesearch/pull/701
Full Changelog: https://github.com/nixiesearch/nixiesearch/compare/0.8.0-RC3...0.8.0-RC4