File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11Hibernate Search Changelog
22==========================
33
4+ 7.2.0.Alpha2 (2024-06-10)
5+ -------------------------
6+
7+ ** Bug
8+ * HSEARCH-5162 ORM mass indexer fails when JPA compliance is enabled (hibernate.jpa.compliance.query=true)
9+ * HSEARCH-5161 Prevent mass indexer from dropping the schema on start when requested but multitenancy is configured
10+ * HSEARCH-5158 Standalone mapper's SearchScope#massIndexer(Object tenantId) returns null
11+
12+ ** Improvement
13+ * HSEARCH-5166 Upgrade to Lucene 9.11
14+ * HSEARCH-5165 Upgrade to Elasticsearch client 8.14.0
15+ * HSEARCH-5164 Add Elasticsearch 8.14.0 compatibility
16+ * HSEARCH-5154 Upgrade to Hibernate ORM 6.5.2.Final
17+ * HSEARCH-5153 Upgrade to GSON 2.11.0
18+ * HSEARCH-5108 Close unused readers immediately on refresh with the Lucene backend
19+ * HSEARCH-5107 Close unused readers before merging segments with the Lucene backend
20+ * HSEARCH-4930 Use dropAndCreateSchemaOnStart by default on Amazon OpenSearch Service for MassIndexer and JSR-352 integration
21+
22+ ** New Feature
23+ * HSEARCH-4542 .within() and .withinAny() for the range predicate
24+
25+ ** Task
26+ * HSEARCH-5159 Prepare to switch to char[] from Character[] in the Lucene highlighters
27+ * HSEARCH-5156 Address Spring Boot 3.3 upgrade nested JARs test failures
28+ * HSEARCH-5152 Use env variable for gpg sign plugin configuration
29+ * HSEARCH-5148 Update lucene analysis JavaDocs link
30+ * HSEARCH-4971 Switch project license to Apache License 2.0
31+
4327.2.0.Alpha1 (2024-05-16)
533-------------------------
634
You can’t perform that action at this time.
0 commit comments