Skip to content

Commit 0497f82

Browse files
committed
DOCSP-44252 - EOL v1.2 and v1.3 What's New (#66)
(cherry picked from commit 4a273da)
1 parent d50ccfe commit 0497f82

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

.github/workflows/check-autobuilder.yml

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

source/whats-new.txt

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ What's New
1313
Learn what's new in:
1414

1515
* :ref:`Version 1.4 <mongodb-analyzer-whats-new-1.4>`
16-
* :ref:`Version 1.3 <mongodb-analyzer-whats-new-1.3>`
17-
* :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
18-
* :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
19-
* :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
2016

2117
.. _mongodb-analyzer-whats-new-1.4:
2218

@@ -33,53 +29,3 @@ New features of the 1.4 {+product+} release include:
3329

3430
var movieFilterBuilder = Builders<Movie>.Filter;
3531
var filterReviews = movieFilterBuilder.Size(p => p.Reviews, 5);
36-
37-
.. _mongodb-analyzer-whats-new-1.3:
38-
39-
What's New in 1.3
40-
-----------------
41-
42-
New features of the 1.3 {+product+} release include:
43-
44-
- POCO to JSON analysis rules that show the serialization result of a POCO at compile
45-
time
46-
- POCO, LINQ, and Builders analysis that supports BSON serialization attributes
47-
- Support for LINQ expressions that use enums in tuples
48-
- Improved support for nullable types
49-
50-
.. _mongodb-analyzer-whats-new-1.2:
51-
52-
What's New in 1.2
53-
-----------------
54-
55-
New features of the 1.2 {+product+} release include:
56-
57-
- Limited support for builders for Atlas Search.
58-
- Default LINQ provider version set to ``V3`` in driver versions 2.19.0 and higher.
59-
- The ``using MongoDB.Driver.Linq;`` statement is no longer required to
60-
analyze LINQ expressions on macOS.
61-
62-
.. _mongodb-analyzer-whats-new-1.1:
63-
64-
What's New in 1.1
65-
-----------------
66-
67-
New features of the 1.1 {+product+} release include:
68-
69-
- ``EnableVariableTracking`` config option to track and compose variables
70-
holding builders definitions
71-
72-
- Improvements to Fluent API support
73-
74-
- Support for LINQ Query syntax
75-
76-
- Support for IndexKeys builders
77-
78-
- Support for Projection builders
79-
80-
.. _mongodb-analyzer-whats-new-1.0:
81-
82-
What's New in 1.0
83-
-----------------
84-
85-
The initial release.

0 commit comments

Comments
 (0)