Skip to content

Commit

Permalink
DOCSP-41088 v1.4 release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-smith721 authored Jul 2, 2024
1 parent 20992eb commit ea408e2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/mongodb-analyzer
define: base https://www.mongodb.com/${prefix}
define: versions v1.0 v1.1 v1.2 v1.3 master
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 master

symlink: current -> master

Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ product-source-repo = "https://github.com/mongodb/mongo-csharp-analyzer"
product-home-page = "{+product-source-repo+}"
product-nuget-link = "https://www.nuget.org/packages/MongoDB.Analyzer"
product-package-name = "MongoDB.Analyzer"
product-version = "1.3"
product-version = "1.4"
product-version-full = "{+product-version+}.0"
product-settings-file-constant = "mongodb.analyzer.json"
product-jira = "https://jira.mongodb.org/browse/VS"
Expand Down
17 changes: 17 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,28 @@ 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:

What's New in 1.4
-----------------

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

- Support for builders defined within variables. For example, the {+product-short+}
analyzes the second line in the following code:

.. code-block:: csharp
:emphasize-lines: 2

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
Expand Down

0 comments on commit ea408e2

Please sign in to comment.