Skip to content

Commit 2e3d220

Browse files
authored
DOCSP-40422: v2.26 release (#211)
* DOCSP-40422: v2.26 release * vale * typo fix
1 parent e456f4f commit 2e3d220

File tree

5 files changed

+37
-6
lines changed

5 files changed

+37
-6
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 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mdb-server = "MongoDB Server"
2727
mongo-community = "MongoDB Community Edition"
2828
mongo-enterprise = "MongoDB Enterprise Edition"
2929
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
30-
version-number = "2.25"
30+
version-number = "2.26"
3131
version = "v{+version-number+}"
3232
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
3333
stable-api = "Stable API"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
- .NET 4.8
1111
- .NET 4.7 [#2.14-note]_
1212
- .NET 4.6
13-
* - 2.14 to 2.25
13+
14+
* - 2.14 to 2.26
1415
- ✓
1516
- ✓
1617
- ✓

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
- MongoDB 3.2
1616
- MongoDB 3.0
1717
- MongoDB 2.6
18-
* - 2.20 to 2.25
18+
19+
* - 2.20 to 2.26
1920
- ✓
2021
- ✓
2122
- ✓

source/whats-new.txt

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ What's New
1515
:values: reference
1616

1717
.. meta::
18-
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25
18+
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25, driver v2.26
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 2.26 <csharp-version-2.26>`
2223
* :ref:`Version 2.25 <version-2.25>`
2324
* :ref:`Version 2.24 <version-2.24>`
2425
* :ref:`Version 2.23 <version-2.23>`
@@ -29,6 +30,34 @@ Learn what's new in:
2930

3031
.. _upcoming-breaking-changes:
3132

33+
.. _csharp-version-2.26:
34+
35+
What's New in 2.26
36+
------------------
37+
38+
The 2.26 driver release includes the following new features:
39+
40+
- Added support for using the ``SelectMany()`` aggregation method within
41+
``Select()`` and ``Project()`` aggregation stages.
42+
43+
- Added support for ``Dictionary.ContainsValue()`` calls in LINQ queries.
44+
45+
- Added support for string concatenation of mixed types.
46+
47+
- Enabled use of native ``crypto`` in ``libmongocrypt`` bindings.
48+
49+
- Added support for serialization of ``Memory`` and ``ReadOnlyMemory``
50+
structs.
51+
52+
- Added support for the GCP Identity Provider when using the
53+
``MONGODB-OIDC`` authentication mechanism. To learn more, see
54+
:ref:`csharp-mongodb-oidc-gcp-imds` in the Enterprise Authentication
55+
Mechanisms guide.
56+
57+
- Implemented signing of NuGet packages.
58+
59+
- Implemented read and write retries to other ``mongos`` instances when
60+
possible.
3261

3362
.. _version-2.25:
3463

@@ -45,7 +74,7 @@ The 2.25 driver release includes the following new features:
4574
a LINQ query.
4675
- Added support for overriding the ``"mongodb"`` service name with a custom one
4776
by using the ``srvServiceName`` connection option.
48-
- Improved behavior of bulk write operations to preven enumerating the requests
77+
- Improved behavior of bulk write operations to prevent enumerating the requests
4978
parameter more than once.
5079

5180
.. _version-2.24:

0 commit comments

Comments
 (0)