@@ -12,15 +12,33 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 2.0 <mongodb-analyzer-whats-new-2.0>`
15
16
* :ref:`Version 1.5 <mongodb-analyzer-whats-new-1.5>`
16
17
* :ref:`Version 1.4 <mongodb-analyzer-whats-new-1.4>`
17
18
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
+
18
35
.. _mongodb-analyzer-whats-new-1.5:
19
36
20
37
What's New in 1.5
21
38
-----------------
22
39
23
- New features of the 1.5 {+product+} release include:
40
+ The 1.5 {+product+} release includes the following features,
41
+ improvements, and fixes:
24
42
25
43
- New analysis rules introduced for Entity Framework Core, which enable displaying
26
44
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:
33
51
What's New in 1.4
34
52
-----------------
35
53
36
- New features of the 1.4 {+product+} release include:
54
+ The 1.4 {+product+} release includes the following features,
55
+ improvements, and fixes:
37
56
38
57
- Support for builders defined within variables. For example, the {+product-short+}
39
58
analyzes the second line in the following code:
0 commit comments