Skip to content

Commit 56ce9fb

Browse files
committed
[Jenkins release job] changelog.txt updated by release build 8.0.0.Alpha1
1 parent f9aad7a commit 56ce9fb

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

changelog.txt

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,84 @@
11
Hibernate Search Changelog
22
==========================
33

4+
8.0.0.Alpha1 (2024-12-17)
5+
-------------------------
6+
7+
** Bug
8+
* HSEARCH-5255 Issue with cardinality and @ObjectProjection
9+
* HSEARCH-5226 @IndexedEmbedded fail when entity got @formula
10+
11+
** Improvement
12+
* HSEARCH-5292 Upgrade to Lucene 9.12.1
13+
* HSEARCH-5289 Add Elasticsearch 8.17.0 compatibility
14+
* HSEARCH-5288 Upgrade to Elasticsearch client 8.17.0
15+
* HSEARCH-5285 Add Pojo Standalone mapper Javadocs to the bundle
16+
* HSEARCH-5284 Upgrade to Hibernate ORM 7.0.0.Beta3
17+
* HSEARCH-5283 Upgrade to JBeret 3.1.0.Final
18+
* HSEARCH-5282 Upgrade to Jackson 2.18.2
19+
* HSEARCH-5279 Upgrade jboss-logging-tools to 3.0.3.Final
20+
* HSEARCH-5274 Upgrade Elasticsearch client to 8.16.1
21+
* HSEARCH-5270 Upgrade to Elasticsearch client 8.16.0
22+
* HSEARCH-5269 Add Elasticsearch 8.16.0 compatibility
23+
* HSEARCH-5266 Add compatibility with OpenSearch 2.18.0
24+
* HSEARCH-5264 Upgrade to Jackson 2.18.1
25+
* HSEARCH-5263 Upgrade to AWS SDK 2.29.2
26+
* HSEARCH-5258 Upgrade Elasticsearch client to 8.15.3
27+
* HSEARCH-5257 Upgrade jboss-logging-tools to 3.0.2.Final
28+
* HSEARCH-5250 Upgrade to Jackson 2.18.0
29+
* HSEARCH-5248 Upgrade Elasticsearch client to 8.15.2
30+
* HSEARCH-5245 Add compatibility with OpenSearch 2.17.0
31+
* HSEARCH-5244 Upgrade to Hibernate ORM 6.6.1.Final
32+
* HSEARCH-5243 Upgrade to AWS SDK 2.28.2
33+
* HSEARCH-5238 Upgrade to JBoss logging 3.6.1.Final
34+
* HSEARCH-5237 Upgrade Elasticsearch client to 8.15.1
35+
* HSEARCH-5230 Support RAW model type with metric aggregations
36+
* HSEARCH-5228 Upgrade to JBeret 3.0
37+
* HSEARCH-5224 Upgrade to AWS SDK 2.27.3
38+
* HSEARCH-5210 Upgrade to Lucene 9.12
39+
* HSEARCH-5180 Better mass indexing support for data streams with an initially unknown total size
40+
* HSEARCH-5160 Introduce Lucene 10 compatible backend
41+
* HSEARCH-5131 Remove Security Manager usage
42+
* HSEARCH-5082 Upgrade to Hibernate ORM 7.0
43+
* HSEARCH-5045 Raise default max-connection-per-route for the Elasticsearch backend
44+
* HSEARCH-4851 Upgrade to JDK 17 as the baseline and drop JDK 11 compatibility
45+
* HSEARCH-4720 Throw exceptions instead of logging warnings for failures to configure association inverse path resolution
46+
* HSEARCH-2945 Pass the number of entities to index to the monitor right from the start
47+
* HSEARCH-798 Make use of categories instead of fqcn for logging
48+
49+
** New Feature
50+
* HSEARCH-5208 Add a fail-fast configuration option to the mass indexer
51+
* HSEARCH-5133 Support basic metrics aggregations
52+
* HSEARCH-4577 @ProjectionConstructor: aggregating multi-valued field/object projections in Set, SortedSet, etc. instead of List
53+
54+
** Remove Feature
55+
* HSEARCH-5241 Remove the deprecated `org.hibernate.search.mapper.orm.massindexing.MassIndexingFailureHandler`
56+
* HSEARCH-5240 Remove the deprecated `org.hibernate.search.mapper.orm.massindexing.MassIndexingMonitor`
57+
58+
** Task
59+
* HSEARCH-5291 Test against latest OpenSearch 1.3.20
60+
* HSEARCH-5290 Test against latest Elasticsearch 7.17.26
61+
* HSEARCH-5287 Test Hibernate Search against JDK 25
62+
* HSEARCH-5286 Switch to ojdbc17 driver for testing against an Oracle DB
63+
* HSEARCH-5281 Do not use `hibernate.dialect` in test configuration
64+
* HSEARCH-5275 Test against latest Elasticsearch 8.16.1
65+
* HSEARCH-5272 Adjust flaky knn test : SimilarityFilterKnnSearchIT
66+
* HSEARCH-5271 Reenable the ORM tests related to bytecode enhancement once next ORM Beta is out
67+
* HSEARCH-5265 Switch to hibernate-develocity-maven-extension
68+
* HSEARCH-5262 Test against latest Elasticsearch 7.17.25
69+
* HSEARCH-5260 Re-enable DynamicMapBaseIT#toOne
70+
* HSEARCH-5259 Test against latest Elasticsearch 8.15.3
71+
* HSEARCH-5252 Test against the latest OpenSearch 2.17.1
72+
* HSEARCH-5249 Fix a flaky MassIndexingStreamingLoaderIT test
73+
* HSEARCH-5247 Test against latest Elasticsearch 8.15.2
74+
* HSEARCH-5246 Test against latest Elasticsearch 7.17.24
75+
* HSEARCH-5236 Test against latest Elasticsearch 8.15.1
76+
* HSEARCH-5234 Address the change of maven JavaDocs plugin output location
77+
* HSEARCH-5233 Update to new versions of hibernate-infra extensions/theme that depend on AsciidoctorJ 3.0
78+
* HSEARCH-5229 Test against latest OpenSearch 1.3.19
79+
* HSEARCH-5222 Update or remove Elasticsearch upgrade testing
80+
* HSEARCH-5157 Run tests against OpenSearch 2.13 AWS
81+
482
7.2.0.Final (2024-08-09)
583
-------------------------
684

0 commit comments

Comments
 (0)