File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-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.5.6.RELEASE (2015-07-01)
5
+ ---------------------------------------------
6
+ * DATAMONGO-1246 - Release 1.5.6 (Dijkstra).
7
+ * DATAMONGO-1234 - Fix typos in JavaDoc.
8
+ * DATAMONGO-1232 - IgnoreCase should escape queries.
9
+ * DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path.
10
+ * DATAMONGO-1224 - Assert Spring Framework 4.2 compatibility.
11
+ * DATAMONGO-1221 - Remove relative reference to parent POM to make sure the right Spring version is picked up.
12
+ * DATAMONGO-1207 - MongoTemplate#doInsertAll throws NullPointerException when passed Collection contains a null item.
13
+ * DATAMONGO-1180 - Incorrect exception message creation in PartTreeMongoQuery.
14
+ * DATAMONGO-1166 - ReadPreference not used for Aggregations.
15
+ * DATAMONGO-1155 - Upgrade mongo-next build profiles to Java driver version 2.13.0.
16
+
17
+
4
18
Changes in version 1.6.3.RELEASE (2015-07-01)
5
19
---------------------------------------------
6
20
* DATAMONGO-1247 - Release 1.6.3 (Evans).
You can’t perform that action at this time.
0 commit comments