@@ -12,15 +12,33 @@ What's New
1212
1313Learn what's new in:
1414
15+ * :ref:`Version 2.0 <mongodb-analyzer-whats-new-2.0>`
1516* :ref:`Version 1.5 <mongodb-analyzer-whats-new-1.5>`
1617* :ref:`Version 1.4 <mongodb-analyzer-whats-new-1.4>`
1718
19+ .. _mongodb-analyzer-whats-new-2.0:
20+
21+ What's New in 2.0
22+ -----------------
23+
24+ The 2.0 {+product+} release includes the following features,
25+ improvements, and fixes:
26+
27+ - Supports only {+driver-short+} v3.0 and higher.
28+ - Drops support for the ``MALinq2002`` rule because {+driver-short+} v3.0
29+ removes the ``LINQ2`` provider.
30+ - Drops support for ``IMongoQueryable``. As a result, the {+product-short+}
31+ attempts to analyze each ``IQueryable`` object, except for system collections and
32+ arrays. This version adds the ``LinqAnalysisVerbosity`` option to control
33+ the verbosity of ``IQueryable`` analysis.
34+
1835.. _mongodb-analyzer-whats-new-1.5:
1936
2037What's New in 1.5
2138-----------------
2239
23- New features of the 1.5 {+product+} release include:
40+ The 1.5 {+product+} release includes the following features,
41+ improvements, and fixes:
2442
2543- New analysis rules introduced for Entity Framework Core, which enable displaying
2644 MongoDB Query API translations for MongoDB Entity Framework Core Provider expressions at
@@ -33,7 +51,8 @@ New features of the 1.5 {+product+} release include:
3351What's New in 1.4
3452-----------------
3553
36- New features of the 1.4 {+product+} release include:
54+ The 1.4 {+product+} release includes the following features,
55+ improvements, and fixes:
3756
3857- Support for builders defined within variables. For example, the {+product-short+}
3958 analyzes the second line in the following code:
0 commit comments