We just published Hibernate Search 8.3.0.Final.
Compared to the previously released 8.3.0.CR1, this version is mostly identical, and only adds a few changes to adapt to the final release of Hibernate ORM 7.3.0.Final.
What’s new
Dependency upgrades
- Hibernate ORM (HSEARCH-5591)
-
Hibernate Search targets the Hibernate ORM 7.3 series.
- Elasticsearch (HSEARCH-5564)
-
The Elasticsearch backend works with Elasticsearch 9.3, as well as other already compatible versions.
- OpenSearch (HSEARCH-5543)/(HSEARCH-5568)
-
The Elasticsearch backend works with OpenSearch 3.4 and 3.5, as well as other already compatible versions.
- Lucene (HSEARCH-5586)
-
The Lucene-next backend is now based on Lucene 10.4.0.
- Others
-
-
HSEARCH-5580: Upgrade to Elasticsearch client 9.3.1 (
elasticsearch-rest-client) -
HSEARCH-5587: Upgrade to Elasticsearch client 9.3.2 (
elasticsearch-rest5-client) -
HSEARCH-5545: Upgrade to OpenSearch client 3.5.0 (
opensearch-rest-client) -
HSEARCH-5594: Upgrade to AWS SDK 2.42.14
-
Other improvements and bug fixes
Please see the release notes for a complete list of changes since the previous releases.
How to get this release
All details are available and up to date on the dedicated page on hibernate.org.
Getting started, migrating
For new applications, refer to the getting started guide:
For existing applications, Hibernate Search 8.3 is a drop-in replacement for 8.2, assuming you also upgrade the dependencies. Information about deprecated configuration and API is included in the migration guide.
Feedback, issues, ideas?
To get in touch, use the following channels:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)