|
1 | 1 | Hibernate Search Changelog |
2 | 2 | ========================== |
3 | 3 |
|
| 4 | +8.2.0.CR1 (2025-12-01) |
| 5 | +------------------------- |
| 6 | + |
| 7 | +https://hibernate.atlassian.net/projects/HSEARCH/versions/33307 |
| 8 | + |
| 9 | + |
| 10 | +** Bug |
| 11 | + * HSEARCH-5471 NPE for aggregations that are expected to return null when no field values available |
| 12 | + * HSEARCH-5456 Metric aggregation (e.g. min/max) may fail for a Lucene backend when there are `null` values |
| 13 | + |
| 14 | +** Improvement |
| 15 | + * HSEARCH-5533 Update documentation theme to the current latest 6.1.2.Final |
| 16 | + * HSEARCH-5532 Point to docs.hibernate.org instead of docs.jboss.org/hibernate in various docs |
| 17 | + * HSEARCH-5531 Update to AWS SDK 2.39.3 |
| 18 | + * HSEARCH-5530 Update to Hibernate ORM 7.2.0.CR3 |
| 19 | + * HSEARCH-5528 Update Apache HTTP Client components to 5.5.1 |
| 20 | + * HSEARCH-5527 Update Apache HTTP Core client components to 5.3.6 |
| 21 | + * HSEARCH-5526 Upgrade to commons-codec 1.20.0 |
| 22 | + * HSEARCH-5525 Update to Lucene 10.3.2 |
| 23 | + * HSEARCH-5524 Update Elasticsearch rest client (opensearch-rest-client) to 3.3.2 |
| 24 | + * HSEARCH-5523 Update Elasticsearch client (elasticsearch-rest5-client) to 9.2.1 |
| 25 | + * HSEARCH-5522 Update Elasticsearch client (elasticsearch-rest-client) to 9.2.1 |
| 26 | + * HSEARCH-5519 Update to AWS SDK 2.38.3 |
| 27 | + * HSEARCH-5516 Upgrade Jackson to 2.20.1 |
| 28 | + * HSEARCH-5515 Update to AWS SDK 2.37.3 |
| 29 | + * HSEARCH-5513 Add a "What's New" document for series |
| 30 | + * HSEARCH-5510 Apply the new JDK 25 Javadoc theme |
| 31 | + * HSEARCH-5509 Update Elasticsearch client to 9.2.0 |
| 32 | + * HSEARCH-5508 Add compatibility with Elasticsearch 9.2 |
| 33 | + * HSEARCH-5506 Update to Avro 1.12.1 |
| 34 | + * HSEARCH-5505 Update AWS SDK to 2.35.7 |
| 35 | + * HSEARCH-5504 Add compatibility with OpenSearch 3.3 |
| 36 | + * HSEARCH-5502 Update to JUnit 6.0.0 |
| 37 | + * HSEARCH-5501 Update to Hibernate ORM 7.2.0.CR2 |
| 38 | + * HSEARCH-5500 Upgrade to AWS SDK 2.35.1 |
| 39 | + * HSEARCH-5499 Test against the latest Elasticsearch 9.1.5 |
| 40 | + * HSEARCH-5498 Upgrade Elasticsearch client to 9.1.5 |
| 41 | + * HSEARCH-5497 Update to Lucene 10.3.1 |
| 42 | + * HSEARCH-5493 Require JDK 25 for the build |
| 43 | + * HSEARCH-5492 Apply the unified Hibernat Documentation theme |
| 44 | + * HSEARCH-5491 Update to Hibernate ORM 7.1.2.Final |
| 45 | + * HSEARCH-5488 Update to Lucene 9.12.3 |
| 46 | + * HSEARCH-5485 Use annotationProcessorPathsUseDepMgmt where applicable |
| 47 | + * HSEARCH-5484 Upgrade to AWS SDK 2.34.1 |
| 48 | + * HSEARCH-5480 Upgrade Elasticsearch client to 9.1.4 |
| 49 | + * HSEARCH-5478 Update to Lucene 10.3 |
| 50 | + * HSEARCH-5476 Update to Hibernate ORM 7.1.1.Final |
| 51 | + * HSEARCH-5474 Upgrade to GSON 2.13.2 |
| 52 | + * HSEARCH-5473 Include license file in the META-INF of published artifacts |
| 53 | + * HSEARCH-5472 Upgrade Jackson to 2.20.0 |
| 54 | + * HSEARCH-5470 Upgrade to AWS SDK 2.33.0 |
| 55 | + * HSEARCH-5465 Upgrade Elasticsearch client to 9.1.3 |
| 56 | + * HSEARCH-5464 Groundwork for pluggable rest clients in the Elasticsearch backend |
| 57 | + * HSEARCH-5459 Add compatibility with OpenSearch 3.2.0 |
| 58 | + * HSEARCH-5457 Enable count-values aggregation for string/boolean fields |
| 59 | + * HSEARCH-5453 Upgrade Elasticsearch client to 9.1.2 |
| 60 | + |
| 61 | +** New Feature |
| 62 | + * HSEARCH-5482 Simple Elasticsearch client based on java.net.http.HttpClient |
| 63 | + |
| 64 | +** Task |
| 65 | + * HSEARCH-5520 Test against the latest Elasticsearch 9.2.1 |
| 66 | + * HSEARCH-5512 Test against the latest Elasticsearch 7.10/8.19 |
| 67 | + * HSEARCH-5511 Test against the latest OpenSearch 3.3.2 |
| 68 | + * HSEARCH-5507 Test against the latest OpenSearch 3.3.1 |
| 69 | + * HSEARCH-5486 Stage documentation and javadocs to projectroot/target/staging-deploy/documentation |
| 70 | + * HSEARCH-5481 Try alternatives to https://search.maven.org/solrsearch in DependencyManagementIncludesAllGroupIdArtifactsRule |
| 71 | + * HSEARCH-5479 Test against the latest Elasticsearch 9.1.4 |
| 72 | + * HSEARCH-5466 Test against the latest Elasticsearch 9.1.3 |
| 73 | + * HSEARCH-5455 Test against the latest Elasticsearch 8.19.2 |
| 74 | + * HSEARCH-5454 Test against the latest Elasticsearch 9.1.2 |
| 75 | + * HSEARCH-5441 Explicitly add mockito agent to the surefire args |
| 76 | + * HSEARCH-5355 Move the description of features and enhancements to a file published as part of documentation |
| 77 | + |
4 | 78 | 8.1.0.Final (2025-08-08) |
5 | 79 | ------------------------- |
6 | 80 |
|
|
0 commit comments