|
1 | 1 | Spring Data Elasticsearch Changelog |
2 | 2 | =================================== |
3 | 3 |
|
| 4 | +Changes in version 4.1.0-RC2 (2020-10-14) |
| 5 | +----------------------------------------- |
| 6 | +* DATAES-949 - dependency cleanup. |
| 7 | +* DATAES-947 - Adopt to API changes in Project Reactor. |
| 8 | +* DATAES-945 - Compilation error on JDK11+. |
| 9 | +* DATAES-944 - Simplify logging setup in test environment. |
| 10 | +* DATAES-943 - Add missing mapping parameters. |
| 11 | +* DATAES-940 - Update to Elasticsearch 7.9.2. |
| 12 | +* DATAES-937 - Repository queries with IN filters fail with empty input list. |
| 13 | +* DATAES-936 - Take id property from the source when deserializing an entity. |
| 14 | +* DATAES-935 - Setup integration tests separate from unit tests. |
| 15 | +* DATAES-934 - Add a Query taking method to ElasticsearchRepository. |
| 16 | +* DATAES-933 - Fix typo in javaDoc. |
| 17 | +* DATAES-932 - GeoPoint - Point conversion is wrong. |
| 18 | +* DATAES-930 - Add support for geo_shape type entity properties. |
| 19 | +* DATAES-929 - Support geo_shape field type field type. |
| 20 | +* DATAES-927 - Release 4.1 RC2 (2020.0.0). |
| 21 | +* DATAES-921 - Investigate WebClient.retrieve() instead of using WebClient.exchange(). |
| 22 | + |
| 23 | + |
4 | 24 | Changes in version 4.1.0-RC1 (2020-09-16) |
5 | 25 | ----------------------------------------- |
6 | 26 | * DATAES-924 - Conversion of properties of collections of Temporal values fails. |
@@ -1316,5 +1336,6 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07) |
1316 | 1336 |
|
1317 | 1337 |
|
1318 | 1338 |
|
| 1339 | + |
1319 | 1340 |
|
1320 | 1341 |
|
0 commit comments