File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-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.2.RELEASE (2014-07-28)
5
+ ---------------------------------------------
6
+ * DATAMONGO-1007 - Release 1.5.2.
7
+ * DATAMONGO-1002 - Update.toString(…) might throw exception.
8
+ * DATAMONGO-1001 - Can't save/update lazy load object.
9
+ * DATAMONGO-999 - Multiple Mongo Instances always have the same MongoOption Reference - MongoOptionsFactoryBean has a static instance of MongoOptions.
10
+ * DATAMONGO-995 - Parameter binding in String-based query does not bind all parameters.
11
+ * DATAMONGO-992 - Entity can't be deserialized if @TypeAlias is used.
12
+ * DATAMONGO-989 - MatchOperation should accept CriteriaDefinition.
13
+ * DATAMONGO-987 - Problem with lazy loading in @DBRef when getting data using MongoTemplate.
14
+ * DATAMONGO-983 - Remove links to forum.spring.io.
15
+ * DATAMONGO-982 - Assure compatibility with upcoming MongoDB driver versions.
16
+ * DATAMONGO-978 - deleteBy/removeBy repository methods don't set type information in Before/AfterDeleteEvent.
17
+ * DATAMONGO-972 - References are not handled properly in Querydsl integration.
18
+ * DATAMONGO-969 - String @id field is not mapped to ObjectId when using QueryDSL .id.in(Collection<String>).
19
+ * DATAMONGO-420 - Extra quotes being added to @Query values and fields.
20
+
21
+
4
22
Changes in version 1.6.0.M1 (2014-07-10)
5
23
----------------------------------------
6
24
* DATAMONGO-983 - Remove links to forum.spring.io.
You can’t perform that action at this time.
0 commit comments