@@ -12,12 +12,8 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
- * :ref:`Version 1.5 <mongodb-analyser -whats-new-1.5>`
15
+ * :ref:`Version 1.5 <mongodb-analyzer -whats-new-1.5>`
16
16
* :ref:`Version 1.4 <mongodb-analyzer-whats-new-1.4>`
17
- * :ref:`Version 1.3 <mongodb-analyzer-whats-new-1.3>`
18
- * :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
19
- * :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
20
- * :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
21
17
22
18
.. _mongodb-analyzer-whats-new-1.5:
23
19
@@ -47,53 +43,3 @@ New features of the 1.4 {+product+} release include:
47
43
48
44
var movieFilterBuilder = Builders<Movie>.Filter;
49
45
var filterReviews = movieFilterBuilder.Size(p => p.Reviews, 5);
50
-
51
- .. _mongodb-analyzer-whats-new-1.3:
52
-
53
- What's New in 1.3
54
- -----------------
55
-
56
- New features of the 1.3 {+product+} release include:
57
-
58
- - POCO to JSON analysis rules that show the serialization result of a POCO at compile
59
- time
60
- - POCO, LINQ, and Builders analysis that supports BSON serialization attributes
61
- - Support for LINQ expressions that use enums in tuples
62
- - Improved support for nullable types
63
-
64
- .. _mongodb-analyzer-whats-new-1.2:
65
-
66
- What's New in 1.2
67
- -----------------
68
-
69
- New features of the 1.2 {+product+} release include:
70
-
71
- - Limited support for builders for Atlas Search.
72
- - Default LINQ provider version set to ``V3`` in driver versions 2.19.0 and higher.
73
- - The ``using MongoDB.Driver.Linq;`` statement is no longer required to
74
- analyze LINQ expressions on macOS.
75
-
76
- .. _mongodb-analyzer-whats-new-1.1:
77
-
78
- What's New in 1.1
79
- -----------------
80
-
81
- New features of the 1.1 {+product+} release include:
82
-
83
- - ``EnableVariableTracking`` config option to track and compose variables
84
- holding builders definitions
85
-
86
- - Improvements to Fluent API support
87
-
88
- - Support for LINQ Query syntax
89
-
90
- - Support for IndexKeys builders
91
-
92
- - Support for Projection builders
93
-
94
- .. _mongodb-analyzer-whats-new-1.0:
95
-
96
- What's New in 1.0
97
- -----------------
98
-
99
- The initial release.
0 commit comments