Skip to content

Commit 5da3130

Browse files
committed
DATAMONGO-1173 - Updated changelog.
1 parent 6687cdc commit 5da3130

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.7.0.RC1 (2015-03-05)
5+
-----------------------------------------
6+
* DATAMONGO-1173 - Release 1.7 RC1.
7+
* DATAMONGO-1167 - Add 'findAll' method to QueryDslMongoRepository which accepts a querydsl Predicate and a Sort.
8+
* DATAMONGO-1165 - Add support for Java 8 Stream as return type in repositories.
9+
* DATAMONGO-1162 - Adapt test cases to semantic changes in Spring Data Commons AuditingHandler API.
10+
* DATAMONGO-1158 - Assert compatibility with MongoDB 3.0.
11+
* DATAMONGO-1154 - Upgrade to MongoDB Java driver 2.13.0.
12+
* DATAMONGO-1153 - Fix documentation build.
13+
* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR.
14+
* DATAMONGO-1147 - Remove manual array copy.
15+
* DATAMONGO-1146 - Add 'exists' method to QueryDslMongoRepository which accepts a querydsl Predicate.
16+
* DATAMONGO-1145 - Upgrade MongoDB Java driver to 2.12.5.
17+
* DATAMONGO-1139 - MongoQueryCreator must not create $nearSphere query for neutral Distance.
18+
* DATAMONGO-1136 - Use $geoWithin instead of $within for geo queries.
19+
* DATAMONGO-1135 - Add support for $geometry to support GeoJSON queries.
20+
* DATAMONGO-1132 - The sample does not match the logical result in the MongoDB repositories section of the documentation.
21+
* DATAMONGO-1131 - Register converters for ThreeTen back port by default.
22+
* DATAMONGO-1129 - Upgrade to latest MongoDB Java driver.
23+
* DATAMONGO-1127 - Add support for geoNear queries with distance information.
24+
* DATAMONGO-1126 - Repository keyword query findByInId with pageable not returning correctly.
25+
* DATAMONGO-1123 - geoNear, does not return all matching elements, it returns only a max of 100 documents.
26+
* DATAMONGO-1121 - "Cycle found" false positive.
27+
* DATAMONGO-1120 - Pageable queries timeout or return incorrect counts.
28+
* DATAMONGO-1118 - Custom converters not used for map keys.
29+
* DATAMONGO-1110 - Add support for $minDistance to NearQuery.
30+
* DATAMONGO-1082 - Improve JavaDoc and reference documentation on alias usage in aggregation framework support.
31+
* DATAMONGO-1081 - Improve documentation on field mapping semantics.
32+
* DATAMONGO-712 - Another round of potential performance improvements.
33+
* DATAMONGO-479 - Support calling of MongoDB stored javascripts.
34+
35+
436
Changes in version 1.6.2.RELEASE (2015-01-28)
537
---------------------------------------------
638
* DATAMONGO-1148 - Use EclipseLink provided JPA API JAR.

0 commit comments

Comments
 (0)