diff --git a/README.md b/README.md index c4a92213c..326009947 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the Maven dependency: org.springframework.data spring-data-mongodb - 1.4.0.RELEASE + 1.4.1.RELEASE ``` diff --git a/pom.xml b/pom.xml index c3d138742..221934f31 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ org.springframework.data.build spring-data-parent - 1.3.1.BUILD-SNAPSHOT + 1.3.1.RELEASE ../spring-data-build/parent/pom.xml @@ -29,7 +29,7 @@ multi spring-data-mongodb - 1.7.1.BUILD-SNAPSHOT + 1.7.1.RELEASE 2.11.4 ${mongo} @@ -124,8 +124,8 @@ - spring-libs-snapshot - http://repo.spring.io/libs-snapshot/ + spring-libs-release + http://repo.spring.io/libs-release/ diff --git a/src/docbkx/index.xml b/src/docbkx/index.xml index d87e710d5..dd42df3f3 100644 --- a/src/docbkx/index.xml +++ b/src/docbkx/index.xml @@ -68,7 +68,7 @@ - + @@ -88,10 +88,10 @@ Appendix - + - + diff --git a/src/docbkx/reference/mongodb.xml b/src/docbkx/reference/mongodb.xml index 9053358b6..4f24eff44 100644 --- a/src/docbkx/reference/mongodb.xml +++ b/src/docbkx/reference/mongodb.xml @@ -107,7 +107,7 @@ <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-mongodb</artifactId> - <version>1.3.4.RELEASE</version> + <version>1.4.1.RELEASE</version> </dependency> </dependencies> diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 106695460..4625aeca5 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,9 +1,35 @@ Spring Data MongoDB Changelog ============================= -Changes in version 1.4.0.RELEASE (2014-02-24) +Changes in version 1.4.1.RELEASE (2014-03-13) --------------------------------------------- +** Fix + * [DATAMONGO-773] - Verify that @DBRef fields can be included in query. + * [DATAMONGO-821] - Fixed handling of keyword expressions for DBRefs. + * [DATAMONGO-829] - NearQuery should not default 'num' to zero. + * [DATAMONGO-833] - Support for EnumSet and EnumMap in MappingMongoConverter. + * [DATAMONGO-843] - Back-port of defaulting of the MappingContext for auditing. + * [DATAMONGO-862] - Fixed handling of unmapped paths for updates. + * [DATAMONGO-863] - UpdateMapper doesn't convert raw DBObjects anymore. + * [DATAMONGO-868] - MongoTemplate.findAndModify(…) increases version if not handled manually. + * [DATAMONGO-871] - Add support for arrays as query method return types. + * [DATAMONGO-877] - Added guard against null-package in AbstractMappingConfiguration. + +** Improvement + * [DATAMONGO-865] - Adjust test dependencies to avoid ClassNotFoundException during test runs. + +Changes in version 1.3.5.RELEASE (2014-03-10) +--------------------------------------------- +** Fix + * [DATAMONGO-829] - NearQuery, when used in conjunction with a Query, no longer sets num=0, unless Query specifies otherwise. + * [DATAMONGO-871] - Repository queries support array return type. +** Improvement + * [DATAMONGO-865] - Avoid ClassNotFoundException during test runs. + + +Changes in version 1.4.0.RELEASE (2014-02-24) +--------------------------------------------- ** Fix * [DATAMONGO-354] - MongoTemplate should support multiple $pushAll in one update. * [DATAMONGO-404] - Removing a DBRef using pull does not work. @@ -23,7 +49,7 @@ Changes in version 1.4.0.RELEASE (2014-02-24) * [DATAMONGO-848] - Ensure compatibility with Mongo Java driver 2.12. * [DATAMONGO-853] - Update no longer allows null keys. * [DATAMONGO-856] - Update documentation. - + Changes in version 1.3.4.RELEASE (2014-02-17) --------------------------------------------- ** Bug diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index f06eef3e6..91d9e7ee6 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data MongoDB 1.4.0.RELEASE +Spring Data MongoDB 1.4.1.RELEASE Copyright (c) [2010-2014] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). diff --git a/src/main/resources/readme.txt b/src/main/resources/readme.txt index 6a550e6dd..1ebdbc28c 100644 --- a/src/main/resources/readme.txt +++ b/src/main/resources/readme.txt @@ -1,4 +1,4 @@ -SPRING DATA MongoDB 1.4.0.RELEASE +SPRING DATA MongoDB 1.4.1.RELEASE --------------------------------- Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).