Skip to content

Commit 051af10

Browse files
committed
DATAES-774 - Updated changelog.
1 parent 5beaf56 commit 051af10

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
Spring Data Elasticsearch Changelog
22
===================================
33

4+
Changes in version 4.0.0.RC2 (2020-04-28)
5+
-----------------------------------------
6+
* DATAES-803 - Move count request setup from reactive template to reactive client.
7+
* DATAES-802 - Update documentation for using scroll API with repository methods.
8+
* DATAES-801 - Implement callback to enable adding custom headers in the REST HTTP request.
9+
* DATAES-800 - De-Lombok production code.
10+
* DATAES-797 - Fix MappingElasticsearchConverter recursive descent when reading Map objetcsa.
11+
* DATAES-795 - Fix MappingElasticsearchConverter conversion from Document into Map<String, Object>.
12+
* DATAES-794 - MappingBuilder must not write empty mapping properties.
13+
* DATAES-792 - Add java.util.Date to the supported types for Field annonation date times.
14+
* DATAES-791 - DocumentOperations.multiGet() implementations must return null values for not found entities.
15+
* DATAES-790 - Deprecate noRefresh repository method.
16+
* DATAES-789 - Make ElasticsearchRestTemplate.ClientCallback public.
17+
* DATAES-788 - Add missing path mapping to completion context.
18+
* DATAES-787 - Use JDK 14 for Java.NEXT CI testing.
19+
* DATAES-786 - Move the creation of SearchHit(s) from ElasticsearchConverter closer to ElasticsearchTemplate.
20+
* DATAES-785 - Various entity callbacks implementation improvements.
21+
* DATAES-784 - MappingBuilder should use @Field annotation with custom value objects.
22+
* DATAES-782 - Make underlying TransportClient accessible.
23+
* DATAES-781 - Upgrade to Elasticsearch 7.6.2.
24+
* DATAES-778 - Fix SSL setup in the reactive client.
25+
* DATAES-777 - SearchHitsSupport must preserve pageable when unwrapping to AggregatedPage.
26+
* DATAES-776 - Adapt RestClients class to change in InetSocketAddress class in JDK14.
27+
* DATAES-775 - Fix test runner setup.
28+
* DATAES-774 - Release 4.0 RC2 (Neumann).
29+
* DATAES-773 - Add search-as-you-type field support to index mappings.
30+
* DATAES-772 - Add after-convert entity callbacks support.
31+
* DATAES-567 - Unable to read aggregations via Reactive*Operations.
32+
33+
434
Changes in version 3.2.7.RELEASE (2020-04-28)
535
---------------------------------------------
636
* DATAES-780 - Upgrade 3.2.x to Elasticsearch 6.8.8.
@@ -1088,3 +1118,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
10881118

10891119

10901120

1121+

0 commit comments

Comments
 (0)