Skip to content

v2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 08:05
· 13 commits to main since this release

💥 BREAKING CHANGES

  • due to 51aa927 - drop java 11 and 19 support because org.apache.lucene.queryparser has dropped it (commit by @QuadStingray):

    Lucene Query Parser has dropped Java 11 and 19 and only support Java 21 Support

✨ New Features

🐛 Bug Fixes

♻️ Refactors

  • 0c8861a - added serverAddressList as connection option (commit by @QuadStingray)
  • 51aa927 - java: drop java 11 and 19 support because org.apache.lucene.queryparser has dropped it (commit by @QuadStingray)

✅ Tests

🔧 Chores