Skip to content

Commit 0d99a3e

Browse files
committed
DATAMONGO-1268 - Updated changelog.
1 parent 9da4326 commit 0d99a3e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.8.0.RC1 (2015-08-04)
5+
-----------------------------------------
6+
* DATAMONGO-1268 - Release 1.8 RC1 (Gosling).
7+
* DATAMONGO-1266 - Repository query methods returning a primitive do not detect domain type correctly.
8+
* DATAMONGO-1260 - Prevent accidental authentication misconfiguration on SimpleMongoDbFactory.
9+
* DATAMONGO-1257 - mongo:mongo-client namespace does not support usernames with a comma.
10+
* DATAMONGO-1254 - Group after Project in aggregation uses incorrect field name.
11+
* DATAMONGO-1251 - update / findAndModify throws NullPointerException.
12+
* DATAMONGO-1250 - Custom converter implementation not used in updates.
13+
* DATAMONGO-1244 - StringBasedMongoQuery handles complex expression parameters incorrectly.
14+
* DATAMONGO-1242 - Update mongo-java-driver to 3.0.2 in mongo3 profile.
15+
* DATAMONGO-1236 - MongoOperations findAndModify and updateFirst do not include the _class in Map values.
16+
* DATAMONGO-1234 - Fix typos in JavaDoc.
17+
* DATAMONGO-1232 - IgnoreCase should escape queries.
18+
* DATAMONGO-1229 - MongoQueryCreator incorrectly rejects ignoreCase on nested String path.
19+
* DATAMONGO-1166 - ReadPreference not used for Aggregations.
20+
* DATAMONGO-1157 - Throw meaningful exception when @DbRef is used with unsupported types.
21+
* DATAMONGO-1125 - Specify collection that triggers CommandFailureException.
22+
23+
424
Changes in version 1.7.2.RELEASE (2015-07-28)
525
---------------------------------------------
626
* DATAMONGO-1261 - Release 1.7.2 (Fowler).

0 commit comments

Comments
 (0)