Skip to content

Commit ddcc391

Browse files
committed
DATAMONGO-1409 - Updated changelog.
1 parent 9a38559 commit ddcc391

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/main/resources/changelog.txt

+34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
Spring Data MongoDB Changelog
22
=============================
33

4+
Changes in version 1.10.0.M1 (2016-07-27)
5+
-----------------------------------------
6+
* DATAMONGO-1464 - Pagination - Optimize out the count query for paging.
7+
* DATAMONGO-1463 - Upgrade to MongoDB Java driver 2.14.3.
8+
* DATAMONGO-1462 - Integrate version badge from spring.io.
9+
* DATAMONGO-1460 - User placeholder property for JSR-303 API.
10+
* DATAMONGO-1459 - Add support for any-match mode in query-by-example.
11+
* DATAMONGO-1457 - Add support for $slice in projection stage of aggregation.
12+
* DATAMONGO-1456 - Add support for $diacriticInsensitivity to text search.
13+
* DATAMONGO-1455 - Add support for $caseSensitive to text search.
14+
* DATAMONGO-1453 - Parse error into GeoJsonPoint if coordinates are "integers".
15+
* DATAMONGO-1449 - Replace legacy for loop with foreach in MappingMongoConverter.
16+
* DATAMONGO-1437 - DefaultDbRefResolver swallows cause of non DataAccessException translatable Exception.
17+
* DATAMONGO-1431 - Add overload of MongoOperations.stream(…) to take an explicit collection name.
18+
* DATAMONGO-1425 - NOT_CONTAINS keyword issues CONTAINS query.
19+
* DATAMONGO-1424 - Add support for "notLike" keyword in derived queries.
20+
* DATAMONGO-1423 - Nested document update doesn't apply converters on embedded maps.
21+
* DATAMONGO-1420 - Update Spring Data MongoDB version in Github readme.
22+
* DATAMONGO-1419 - Remove deprecations in AbstractMongoEventListener.
23+
* DATAMONGO-1418 - Add support for $out operand for Aggregation.
24+
* DATAMONGO-1416 - Standard bootstrap issues warning in converter registration.
25+
* DATAMONGO-1412 - Document mapping rules for Java types to MongoDB representation.
26+
* DATAMONGO-1411 - Enable MongoDB build on TravisCI.
27+
* DATAMONGO-1409 - Release 1.10 M1 (Ingalls).
28+
* DATAMONGO-1404 - Add support of $max and $min update operations.
29+
* DATAMONGO-1403 - Add maxExecutionTimeMs alias for @Meta(maxExcecutionTime).
30+
* DATAMONGO-1399 - Allow adding hole to GeoJson Polygon.
31+
* DATAMONGO-1394 - References not handled correctly when using QueryDSL.
32+
* DATAMONGO-1391 - Support Mongo 3.2 syntax for $unwind in aggregation.
33+
* DATAMONGO-1271 - Provide read lifecycle events when loading DBRefs.
34+
* DATAMONGO-1194 - Improve DBRef resolution for collections.
35+
* DATAMONGO-832 - Add support for $slice in Update.push.
36+
37+
438
Changes in version 1.9.2.RELEASE (2016-06-15)
539
---------------------------------------------
640
* DATAMONGO-1449 - Replace legacy for loop with foreach in MappingMongoConverter.

0 commit comments

Comments
 (0)