Skip to content

Commit 747a0d7

Browse files
authored
DOCSP-41008: v2.27 release (#216)
* DOCSP-41008: v2.27 release * snooty, redirects * RR feedback * tech review
1 parent bf750c9 commit 747a0d7

File tree

5 files changed

+32
-5
lines changed

5 files changed

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

55
symlink: current -> master
66

snooty.toml

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

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-
* - 2.3 to 2.26
17+
* - 2.3 to 2.27
1818
- ✓
1919
- ✓
2020
- ✓
@@ -37,7 +37,7 @@
3737
- .NET 4.7 [#2.14-note]_
3838
- .NET 4.6
3939

40-
* - 2.13 to 2.26
40+
* - 2.13 to 2.27
4141
- ✓
4242
- ✓
4343
-

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

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

19-
* - 2.20 to 2.26
19+
* - 2.20 to 2.27
2020
- ✓
2121
- ✓
2222
- ✓

source/whats-new.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ What's New
1919

2020
Learn what's new in:
2121

22+
* :ref:`Version 2.27 <csharp-version-2.27>`
2223
* :ref:`Version 2.26 <csharp-version-2.26>`
2324
* :ref:`Version 2.25 <version-2.25>`
2425
* :ref:`Version 2.24 <version-2.24>`
@@ -30,6 +31,32 @@ Learn what's new in:
3031

3132
.. _upcoming-breaking-changes:
3233

34+
.. _csharp-version-2.27:
35+
36+
What's New in 2.27
37+
------------------
38+
39+
The 2.27 driver release includes the following new features:
40+
41+
- Adds support for the ``$sample`` aggregation operator.
42+
43+
- Implements the ``Equals()`` method for serializers in LINQ3.
44+
45+
- Ensures that read and write concerns are not applied to Atlas Search Index
46+
Helper commands to avoid errors.
47+
48+
- Disallows the use of the comma character in ``authMechanismProperties``
49+
connection string values when using the ``MONGODB-OIDC`` authentication
50+
mechanism.
51+
52+
- Fixes a translation bug that caused an error during serialization involving
53+
numbers of different sizes.
54+
55+
- Adds support for Linux distributions that use the ``libdl.so.2`` library.
56+
57+
For more information about this release, see the :github:`v2.27 release notes
58+
</mongodb/mongo-csharp-driver/releases/tag/v2.27.0>`.
59+
3360
.. _csharp-version-2.26:
3461

3562
What's New in 2.26

0 commit comments

Comments
 (0)