DATAMONGO-740 - Prepare 1.3.0 RELEASE.

This commit is contained in:
Thomas Darimont
2013-09-09 23:31:31 +02:00
committed by Oliver Gierke
parent 8cb92de1ee
commit 61284228dd
5 changed files with 26 additions and 9 deletions

View File

@@ -1,6 +1,23 @@
Spring Data MongoDB Changelog
=============================
Changes in version 1.3.0.RELEASE (2013-09-09)
---------------------------------------------
** Bug
* [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
* [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
* [DATAMONGO-507] Criteria not() is not working.
* [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
** Improvement
* [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
* [DATAMONGO-738] Add methods to MongoTemplate and MongoOperations to allow calling class to pass both the entityClass and the collectionName for the update and upsert methods.
* [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
* [DATAMONGO-743] Support returning raw json from a query.
** Task
* [DATAMONGO-742] Document CDI integration in reference documentation.
Changes in version 1.3.0.RC1 (2013-08-05)
-----------------------------------------
** Bug

View File

@@ -1,4 +1,4 @@
Spring Data Document 1.3 RC1
Spring Data Document 1.3.0 RELEASE
Copyright (c) [2010-2013] Pivotal Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License").

View File

@@ -1,4 +1,4 @@
SPRING DATA MongoDB 1.3.0.RC1
SPRING DATA MongoDB 1.3.0.RELEASE
-----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).