Skip to content

Commit 9bb7228

Browse files
mongoKartrustagir
andauthored
docsp-28042 - v1.2 Known Issues and What's New (#37)
* whats new updates * rr feedback --------- Co-authored-by: Rea Rustagi <[email protected]>
1 parent 0138a7c commit 9bb7228

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

snooty.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
1313
product-home-page = "{+product-source-repo+}"
1414
product-nuget-link = "https://www.nuget.org/packages/MongoDB.Analyzer"
1515
product-package-name = "MongoDB.Analyzer"
16-
product-version = "1.1"
16+
product-version = "1.2"
1717
product-version-full = "{+product-version+}.0"
1818
product-settings-file-constant = "mongodb.analyzer.json"
1919
product-jira = "https://jira.mongodb.org/browse/VS"
@@ -22,5 +22,6 @@ query-api = "MongoDB Query API"
2222

2323
driver-long = "MongoDB .NET driver"
2424
driver-short = ".NET driver"
25-
driver-version = "2.14"
25+
driver-version = "2.18"
2626
driver-docs = "https://mongodb.github.io/mongo-csharp-driver/{+driver-version+}/"
27+

source/known-issues.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ identify an issue that is not on this page, see the
1212
:ref:`mongodb-analyzer-issues-and-help` page for
1313
instructions on how to get help or report the issue.
1414

15-
LINQ Expression Analysis on macOS
16-
---------------------------------
17-
18-
If you are using the {+product+} in Visual Studio for macOS, you must
19-
include the following ``using`` directive at the beginning of your
20-
program to see analysis of LINQ expressions:
21-
22-
.. code-block:: csharp
23-
24-
using MongoDB.Driver.Linq;
25-
2615
Error List Window on macOS
2716
--------------------------
2817

source/whats-new.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,36 @@
44
What's New
55
==========
66

7-
.. default-domain:: mongodb
8-
97
.. contents:: On this page
108
:local:
119
:backlinks: none
1210
:depth: 1
1311
:class: singlecol
1412

13+
Learn what's new in:
14+
15+
* :ref:`Version 1.2 <mongodb-analyzer-whats-new-1.2>`
16+
* :ref:`Version 1.1 <mongodb-analyzer-whats-new-1.1>`
17+
* :ref:`Version 1.0 <mongodb-analyzer-whats-new-1.0>`
18+
19+
.. _mongodb-analyzer-whats-new-1.2:
20+
21+
What's New in 1.2
22+
-----------------
23+
24+
New features of the 1.2 {+product+} release include:
25+
26+
- Limited support for builders for Atlas Search.
27+
- Default LINQ provider version set to ``V3`` in driver versions 2.19.0 and higher.
28+
- The ``using MongoDB.Driver.Linq;`` statement is no longer required to
29+
analyze LINQ expressions on macOS.
30+
1531
.. _mongodb-analyzer-whats-new-1.1:
1632

1733
What's New in 1.1
1834
-----------------
1935

20-
New features of the {+product-version+} {+product+} release include:
36+
New features of the 1.1 {+product+} release include:
2137

2238
- ``EnableVariableTracking`` config option to track and compose variables
2339
holding builders definitions
@@ -30,7 +46,6 @@ New features of the {+product-version+} {+product+} release include:
3046

3147
- Support for Projection builders
3248

33-
3449
.. _mongodb-analyzer-whats-new-1.0:
3550

3651
What's New in 1.0

0 commit comments

Comments
 (0)