File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-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.2.RELEASE (2015-12-18)
5
+ ---------------------------------------------
6
+ * DATAMONGO-1355 - Release 1.8.2 (Gosling).
7
+ * DATAMONGO-1346 - Cannot add two pullAll to an Update.
8
+ * DATAMONGO-1342 - Potential NullPointerException in MongoQueryCreator.nextAsArray(…).
9
+ * DATAMONGO-1337 - General code quality improvements.
10
+ * DATAMONGO-1335 - DBObjectAccessor doesn't write properties correctly if multiple ones are nested.
11
+ * DATAMONGO-1334 - MapResultOptions limit not implemented.
12
+ * DATAMONGO-1324 - StringToObjectIdConverter not properly registered causing drop in performance on identifier conversion.
13
+ * DATAMONGO-1317 - Assert compatibility with MongoDB Java driver 3.2.
14
+ * DATAMONGO-1290 - @Query annotation with byte[] parameter does not work.
15
+ * DATAMONGO-1289 - NullPointerException when saving an object with no "id" field or @Id annotation.
16
+ * DATAMONGO-1287 - MappingMongoConverter eagerly fetches and converts lazy DbRef to change them afterwards by proxies.
17
+ * DATAMONGO-1204 - ObjectPath equality check breaks due to changes MongoDB V3.
18
+
19
+
4
20
Changes in version 1.8.1.RELEASE (2015-11-15)
5
21
---------------------------------------------
6
22
* DATAMONGO-1316 - Release 1.8.1 (Gosling).
You can’t perform that action at this time.
0 commit comments