Skip to content

Commit 3192d7d

Browse files
committed
DATAMONGO-1535 - Updated changelog.
1 parent d7a6594 commit 3192d7d

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 2.0.0.M2 (2017-04-04)
5+
----------------------------------------
6+
* DATAMONGO-1656 - Upgrade to MongoDB Driver 3.4.2 and Reactive Streams Driver 1.3.0.
7+
* DATAMONGO-1655 - Remove obsolete build profiles.
8+
* DATAMONGO-1648 - Rename getRepositoryFactoryClassName to getRepositoryFactoryBeanClassName.
9+
* DATAMONGO-1647 - Use IdentifierAccessor.getRequiredIdentifier() in MongoTemplate.doSaveVersioned(…).
10+
* DATAMONGO-1645 - RuntimeException when logging BeforeDeleteEvent and AfterDeleteEvent.
11+
* DATAMONGO-1643 - Add namespace xsd for 2.x.
12+
* DATAMONGO-1641 - Remove formatting config from the repository.
13+
* DATAMONGO-1639 - BeforeConvertEvent now sees old version values for update of entities.
14+
* DATAMONGO-1637 - Add support for aggregation result streaming.
15+
* DATAMONGO-1620 - Not able to set serverSelectionTimeout on MongoClientOptions using MongoClientOptionsFactoryBean.
16+
* DATAMONGO-1617 - IDs with non-autogeneratable type cannot be assigned automatically with custom event listeners.
17+
* DATAMONGO-1610 - Support RxJava 2 repositories.
18+
* DATAMONGO-1608 - NullPointerException with null argument when using IgnoreCase.
19+
* DATAMONGO-1607 - Class Cast Exception when retrieve data Point with value equal integer.
20+
* DATAMONGO-1605 - All SPEL values are converted to String.
21+
* DATAMONGO-1603 - @Query Annotation Placeholder Issue.
22+
* DATAMONGO-1602 - Remove references to single-argument assertion methods of Spring.
23+
* DATAMONGO-1600 - GraphLookupOperationBuilder is not visible.
24+
* DATAMONGO-1596 - Reference to wrong annotation in cross-store reference documentation.
25+
* DATAMONGO-1594 - Update "what’s new" section in reference documentation.
26+
* DATAMONGO-1590 - Entity new detection doesn't consider Persistable.isNew().
27+
* DATAMONGO-1589 - Update project documentation with the CLA tool integration.
28+
* DATAMONGO-1588 - Repository will not accept Point subclass in spatial query.
29+
* DATAMONGO-1587 - Migrate ticket references in test code to Spring Framework style.
30+
* DATAMONGO-1586 - TypeBasedAggregationOperationContext.getReferenceFor(…) exposes fields with their leaf property name.
31+
* DATAMONGO-1585 - Aggregation sort references target field of projected and aliased fields.
32+
* DATAMONGO-1581 - ReactiveMongoRepositoryConfigurationExtension should be public.
33+
* DATAMONGO-1578 - Add missing @Test annotation to ProjectionOperationUnitTests.
34+
* DATAMONGO-1577 - Fix Reference and JavaDoc spelling issues.
35+
* DATAMONGO-1576 - AbstractMongoEventListener methods not called when working with member fields.
36+
* DATAMONGO-1575 - Treat String replacement values in StringBased queries as such unless they are SpEL expressions.
37+
* DATAMONGO-1567 - Upgrade to a newer JDK version on TravisCI.
38+
* DATAMONGO-1566 - Adapt API in RepositoryFactoryBeanSupport implementation.
39+
* DATAMONGO-1565 - Placeholders in manually defined queries not escaped properly.
40+
* DATAMONGO-1564 - Split up AggregationExpressions.
41+
* DATAMONGO-1559 - Migrate reactive tests from TestSubscriber to StepVerifier.
42+
* DATAMONGO-1558 - Upgrade travis-ci profile to MongoDB 3.4.
43+
* DATAMONGO-1552 - Add $facet, $bucket and $bucketAuto aggregation stages.
44+
* DATAMONGO-1551 - Add $graphLookup aggregation stage.
45+
* DATAMONGO-1550 - Add $replaceRoot aggregation stage.
46+
* DATAMONGO-1549 - Add $count aggregation stage.
47+
* DATAMONGO-1548 - Add new MongoDB 3.4 aggregation operators.
48+
* DATAMONGO-1547 - Register repository factory in spring.factories for multi-store support.
49+
* DATAMONGO-1546 - Switch to new way of registering custom Jackson modules.
50+
* DATAMONGO-1542 - Refactor CondOperator and IfNullOperator to children of AggregationExpressions.
51+
* DATAMONGO-1540 - Add support for $map to aggregation.
52+
* DATAMONGO-1539 - Add dedicated annotations for manually declared count and delete queries.
53+
* DATAMONGO-1538 - Add support for $let to aggregation.
54+
* DATAMONGO-1536 - Add missing aggregation operators.
55+
* DATAMONGO-1535 - Release 2.0 M2 (Kay).
56+
57+
458
Changes in version 1.10.1.RELEASE (2017-03-02)
559
----------------------------------------------
660
* DATAMONGO-1608 - NullPointerException with null argument when using IgnoreCase.

0 commit comments

Comments
 (0)