Skip to content

4.2.0

Compare
Choose a tag to compare
@mdavis95 mdavis95 released this 30 Jul 19:38
· 45 commits to main since this release
  • 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