Skip to content

4.0.0

Compare
Choose a tag to compare
@mdavis95 mdavis95 released this 22 Feb 15:35
· 85 commits to main since this release

What's Changed

  • Update to Java 21 as a minimum requirement to allow the use of virtual threads
  • Upgrade lucene to 9.10.0 from 9.7.0
  • Upgrade REST services to Micronaut 4.x (4.3.2)
    • Some REST paths changed slightly
  • Switch java REST client library to unirest, expand the java rest clients to include more calls, and add test cases for the REST client / service
  • Add Data Sources Module for handling CSV, Excel, and JSON parsing (alpha, to be expanded)
  • Add Util Module with some threading / processing helpers (alpha, to be expanded)
  • Switch logging to slf4j
  • Upgrade to gradle 8.5 and switch dependencies to use toml file
  • Upgrade grpc to 1.61.0 from 1.57.1 (fixes possible netty segfault)
  • Do not show a stack trace if an index does not exist used in a query server side, just show a message