Skip to content

Releases: zuliaio/zuliasearch

4.2.5

04 Dec 19:50
Compare
Choose a tag to compare
  • Improve zulia data TSV handling
  • Update gradle to 8.11.1 (from 8.10.1)

4.3.0-beta.1

24 Oct 18:59
Compare
Choose a tag to compare
4.3.0-beta.1 Pre-release
Pre-release
  • Upgrade to Lucene 10.0
    • Better I/O parallelism
    • Better search parallelism

4.2.4

10 Oct 20:43
f24774e
Compare
Choose a tag to compare
  • More fixes to the index warming
  • Update to Lucene 9.12 ( from 9.11)
  • MongoDB java driver to version 5.2.0 (from 4.11.1)

Test Cases

  • Flapdoodle embedded MongoDB 4.17.0 (from 4.12.2)
  • Bump MongoDB embedded version to 7.0.0 (from 6.0)

4.2.3

26 Sep 18:36
d7ff659
Compare
Choose a tag to compare
  • Improve logging by auto-warming
  • Fix race condition that could result in auto warming not running after a commit
  • Cancel initial auto-warming after index schema update if it is followed immediately by indexing
  • Cancel auto-warming if indexing starts

4.2.2

25 Sep 14:30
Compare
Choose a tag to compare

Allow DataTarget to append values with a given style.

4.2.1

13 Sep 16:23
Compare
Choose a tag to compare
  • Major refactor of zulia-data
    • Data Source Examples here
    • Data Target Examples here

4.2.0

30 Jul 19:38
Compare
Choose a tag to compare
  • Update to Lucene 9.11.0 (from 9.10.0)
  • Update to Micronaut 4.5.1 (from 4.4.2)
  • Update to Gradle 8.7 (from 8.5)
  • Update README with links to relevant wiki sections by @LoayGhreeb
  • Fix zuliad to use zulia.yaml by default instead of zulia.properties if configuration file is not given
  • zulia-data improvements
    • Add ThreadedSequence for processing content streams (i.e. a CSV file) in parallel while maintaining the input order
    • Refactor excel data target to be more complete with separate configurable handlers for cell types and ability to name a sheet / add a second sheet
    • Allow access to spreadsheet header directly

New Contributors

3.4.7

30 Jul 19:08
Compare
Choose a tag to compare
  • Fix sorting on multi-valued string list (Fixed in 4.1.1, backporting here, using 4.x is recommended)

4.1.2

09 May 18:45
Compare
Choose a tag to compare
  • upgrade micronaut plugin to 4.3.8 (from 4.3.2)
  • logback classic to 1.5.3 (from 1.4.14)
  • protobuf to 3.25.3 (from 3.25.1)
  • grpc to 1.62.2 (from 1.61.0)

4.1.1

19 Apr 18:44
Compare
Choose a tag to compare
  • Fix sorting on multi-valued string list
  • Fix zulia-data dependency on commons-compression to be the latest version without a CVE when it is used without other zulia modules (which pull in the newer dependency).