|
1 | 1 | Spring Data Elasticsearch Changelog
|
2 | 2 | ===================================
|
3 | 3 |
|
| 4 | +Changes in version 1.0.0.RC1 (2014-05-02) |
| 5 | +----------------------------------------- |
| 6 | +* DATAES-79 - Upgrade to elasticsearch 1.1.0. |
| 7 | +* DATAES-78 - Release 1.0 M2. |
| 8 | +* DATAES-74 - NPE in MappingElasticsearchEntityInformation. |
| 9 | +* DATAES-73 - NullPointerException while persist a Map as part of persistent entity. |
| 10 | +* DATAES-72 - Enhance Delete Index in ElasticsearchTemplate. |
| 11 | +* DATAES-71 - Enhance Create Index in ElasticsearchTemplate. |
| 12 | +* DATAES-69 - Sorting on String field not working. |
| 13 | +* DATAES-67 - ElasticsearchTemplate#count does not respect specified index. |
| 14 | +* DATAES-65 - Overhaul README.md. |
| 15 | +* DATAES-64 - Add dynamic settings using @Setting annotation. |
| 16 | +* DATAES-61 - Upgrade to elasticsearch 1.0.1. |
| 17 | +* DATAES-60 - Java config support - default values in TransportClientFactoryBean. |
| 18 | +* DATAES-56 - while specifying index and type at runtime indexing is failing. |
| 19 | +* DATAES-55 - polish test cases and remove unwanted files. |
| 20 | +* DATAES-54 - Upgrade to elasticsearch 1.0. |
| 21 | +* DATAES-53 - @Field annotations (perhaps others?) ignored in included objects on mapping creation. |
| 22 | +* DATAES-52 - Support Get & Multi Get. |
| 23 | +* DATAES-51 - Allow for multiple sort builders when using NativeSearchQuery. |
| 24 | +* DATAES-48 - Mapping for multiple level nested document is getting created wrong. |
| 25 | +* DATAES-47 - Spring Application(Context) is not getting started up if elasticsearch nodes are not available. |
| 26 | +* DATAES-46 - Remove unused imports & class. |
| 27 | +* DATAES-35 - Investigate why build failed. |
| 28 | +* DATAES-14 - Dynamic Search Type Support. |
| 29 | +* DATAES-2 - Apply Spring Data formatting to sources. |
| 30 | + |
| 31 | + |
4 | 32 | Release Notes - Spring Data Elasticsearch - Version 1.0 M2 (2014-03-27)
|
5 | 33 | -----------------------------------------------------------------------
|
6 | 34 | * DATAES-74 - NPE in MappingElasticsearchEntityInformation
|
@@ -73,4 +101,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
|
73 | 101 | * #9 - MappingBuilder circular reference issue
|
74 | 102 | * #8 - java.lang.NoSuchMethodError: org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.isVersionProperty()Z
|
75 | 103 | * #7 - Missing core types in org.springframework.data.elasticsearch.annotations.FieldType
|
76 |
| -* #6 - spirng-data-elasticsearch with elasticsearch-river-mongodb |
| 104 | +* #6 - spirng-data-elasticsearch with elasticsearch-river-mongodb |
0 commit comments