Skip to content

Commit c8b5575

Browse files
authored
DOCSP-45807: v3.1 release (#347)
1 parent ab7d99c commit c8b5575

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/csharp
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 v2.29 v2.30 v3.0 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 v2.29 v2.30 v3.0 v3.1 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mdb-server = "MongoDB Server"
3232
mongo-community = "MongoDB Community Edition"
3333
mongo-enterprise = "MongoDB Enterprise Edition"
3434
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
35-
version-number = "3.0"
35+
version-number = "3.1"
3636
last-version-2-number = "2.30"
3737
version = "v{+version-number+}"
3838
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"

source/includes/language-compatibility-table-csharp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- .NET Core 3.X
1515
- .NET Core 2.X
1616

17-
* - 3.0
17+
* - 3.0 to 3.1
1818
- ✓
1919
- ✓
2020
- ✓
@@ -45,7 +45,7 @@
4545
- .NET 4.7 [#2.14-note]_
4646
- .NET 4.6
4747

48-
* - 3.0
48+
* - 3.0 to 3.1
4949
- ✓
5050
- ✓
5151
-

source/includes/mongodb-compatibility-table-csharp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- MongoDB 3.0
1818
- MongoDB 2.6
1919

20-
* - 3.0
20+
* - 3.0 to 3.1
2121
- ✓
2222
- ✓
2323
- ✓

source/whats-new.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,27 @@ The 3.1 driver release includes the following new features:
4545
namespace. The driver can now serialize ``ImmutableArray`` objects, and serialization
4646
for other immutable collections is more memory efficient.
4747

48+
- Adds support for the token field type and array field expressions with Atlas Search
49+
builders for the ``equals`` operator. To learn more about using Atlas Search with the
50+
{+driver-short+}, see :ref:`csharp-atlas-search`.
51+
52+
- Adds support for sequential pagination in Atlas Search.
53+
54+
- Adds support for valid SRV hostnames with fewer than 3 parts.
55+
56+
- Adds support for the ``Exists``, ``IsMissing``, and ``IsNullOrMissing`` methods
57+
in MongoDB Query API filters.
58+
59+
- Adds support for Exact Nearest Neighbor (ENN) vector search. To learn more about ENN
60+
Vector Search, see :atlas:`Run Vector Search Queries </atlas-vector-search/vector-search-stage>`
61+
in the Atlas Search documentation.
62+
63+
- Adds support for the ``sort`` option to be passed to update commands. To learn more about
64+
using update commands with the {+driver-short+}, see :ref:`csharp-change-guide`.
65+
66+
For more information about this release, see the :github:`v3.1 release notes
67+
</mongodb/mongo-csharp-driver/releases/tag/v3.1.0>`.
68+
4869
.. _csharp-version-3.0:
4970

5071
What's New in 3.0

0 commit comments

Comments
 (0)