Skip to content

Commit 4a273da

Browse files
authored
DOCSP-44252 - EOL v1.2 and v1.3 What's New (#66)
1 parent 0d6b9bc commit 4a273da

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

.github/workflows/check-autobuilder.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

source/whats-new.txt

Lines changed: 1 addition & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ What's New
1212

1313
Learn what's new in:
1414

15-
* :ref:`Version 1.5 <mongodb-analyser-whats-new-1.5>`
15+
* :ref:`Version 1.5 <mongodb-analyzer-whats-new-1.5>`
1616
* :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>`
2117

2218
.. _mongodb-analyzer-whats-new-1.5:
2319

@@ -47,53 +43,3 @@ New features of the 1.4 {+product+} release include:
4743

4844
var movieFilterBuilder = Builders<Movie>.Filter;
4945
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

Comments
 (0)