File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+ Changes in version 1.8.0.RC1 (2015-08-04)
5
+ -----------------------------------------
6
+ * DATAMONGO-1268 - Release 1.8 RC1 (Gosling).
7
+ * DATAMONGO-1266 - Repository query methods returning a primitive do not detect domain type correctly.
8
+ * DATAMONGO-1260 - Prevent accidental authentication misconfiguration on SimpleMongoDbFactory.
9
+ * DATAMONGO-1257 - mongo:mongo-client namespace does not support usernames with a comma.
10
+ * DATAMONGO-1254 - Group after Project in aggregation uses incorrect field name.
11
+ * DATAMONGO-1251 - update / findAndModify throws NullPointerException.
12
+ * DATAMONGO-1250 - Custom converter implementation not used in updates.
13
+ * DATAMONGO-1244 - StringBasedMongoQuery handles complex expression parameters incorrectly.
14
+ * DATAMONGO-1242 - Update mongo-java-driver to 3.0.2 in mongo3 profile.
15
+ * DATAMONGO-1236 - MongoOperations findAndModify and updateFirst do not include the _class in Map values.
16
+ * DATAMONGO-1234 - Fix typos in JavaDoc.
17
+ * DATAMONGO-1232 - IgnoreCase should escape queries.
18
+ * DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path.
19
+ * DATAMONGO-1166 - ReadPreference not used for Aggregations.
20
+ * DATAMONGO-1157 - Throw meaningful exception when @DbRef is used with unsupported types.
21
+ * DATAMONGO-1125 - Specify collection that triggers CommandFailureException.
22
+
23
+
4
24
Changes in version 1.7.2.RELEASE (2015-07-28)
5
25
---------------------------------------------
6
26
* DATAMONGO-1261 - Release 1.7.2 (Fowler).
You can’t perform that action at this time.
0 commit comments