Skip to content

Commit fdc8bbe

Browse files
committed
DATAES-87 - Updated changelog.
1 parent 7bb4098 commit fdc8bbe

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Spring Data Elasticsearch Changelog
22
===================================
33

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+
432
Release Notes - Spring Data Elasticsearch - Version 1.0 M2 (2014-03-27)
533
-----------------------------------------------------------------------
634
* DATAES-74 - NPE in MappingElasticsearchEntityInformation
@@ -73,4 +101,4 @@ Release Notes - Spring Data Elasticsearch - Version 1.0 M1 (2014-02-07)
73101
* #9 - MappingBuilder circular reference issue
74102
* #8 - java.lang.NoSuchMethodError: org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.isVersionProperty()Z
75103
* #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

Comments
 (0)