Skip to content

Commit

Permalink
DOCSP-44252 - EOL v1.2 and v1.3 What's New (#66)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a273da)
  • Loading branch information
mongoKart committed Oct 23, 2024
1 parent d50ccfe commit 0497f82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/check-autobuilder.yml

This file was deleted.

54 changes: 0 additions & 54 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ What's New
Learn what's new in:

* :ref:`Version 1.4 <mongodb-analyzer-whats-new-1.4>`
* :ref:`Version 1.3 <mongodb-analyzer-whats-new-1.3>`
* :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
* :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
* :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`

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

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

var movieFilterBuilder = Builders<Movie>.Filter;
var filterReviews = movieFilterBuilder.Size(p => p.Reviews, 5);

.. _mongodb-analyzer-whats-new-1.3:

What's New in 1.3
-----------------

New features of the 1.3 {+product+} release include:

- POCO to JSON analysis rules that show the serialization result of a POCO at compile
time
- POCO, LINQ, and Builders analysis that supports BSON serialization attributes
- Support for LINQ expressions that use enums in tuples
- Improved support for nullable types

.. _mongodb-analyzer-whats-new-1.2:

What's New in 1.2
-----------------

New features of the 1.2 {+product+} release include:

- Limited support for builders for Atlas Search.
- Default LINQ provider version set to ``V3`` in driver versions 2.19.0 and higher.
- The ``using MongoDB.Driver.Linq;`` statement is no longer required to
analyze LINQ expressions on macOS.

.. _mongodb-analyzer-whats-new-1.1:

What's New in 1.1
-----------------

New features of the 1.1 {+product+} release include:

- ``EnableVariableTracking`` config option to track and compose variables
holding builders definitions

- Improvements to Fluent API support

- Support for LINQ Query syntax

- Support for IndexKeys builders

- Support for Projection builders

.. _mongodb-analyzer-whats-new-1.0:

What's New in 1.0
-----------------

The initial release.

0 comments on commit 0497f82

Please sign in to comment.