Skip to content

Commit 6fe7f22

Browse files
odrotbohmchristophstrobl
authored andcommitted
DATAMONGO-1007 - Updated changelog.
1 parent 45e70d4 commit 6fe7f22

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Spring Data MongoDB Changelog
22
=============================
33

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+
422
Changes in version 1.6.0.M1 (2014-07-10)
523
----------------------------------------
624
* DATAMONGO-983 - Remove links to forum.spring.io.

0 commit comments

Comments
 (0)