You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/changelog.txt
+17
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+
Changes in version 1.3.0.RELEASE (2013-09-09)
5
+
---------------------------------------------
6
+
** Bug
7
+
* [DATAMONGO-540] MongoTemplate upsert and findOne handle id queries differently.
8
+
* [DATAMONGO-445] GeoNear Query Doesn't Work with Pageable.
9
+
* [DATAMONGO-507] Criteria not() is not working.
10
+
* [DATAMONGO-602] Querying with $in operator on the id field of type BigInteger returns zero results.
11
+
12
+
** Improvement
13
+
* [DATAMONGO-725] Improve configurability and documentation of TypeMapper on MappingMongoConverter.
14
+
* [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.
15
+
* [DATAMONGO-737] Extra MongoSynchronizations cause TransactionSynchronizationManager to throw IllegalStateException on transaction complete.
16
+
* [DATAMONGO-743] Support returning raw json from a query.
17
+
18
+
** Task
19
+
* [DATAMONGO-742] Document CDI integration in reference documentation.
0 commit comments