Skip to content

Commit bf9b873

Browse files
v2.28 release (#219)
1 parent b65d586 commit bf9b873

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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 master
3+
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 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.27"
32+
version-number = "2.28"
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.27
17+
* - 2.3 to 2.28
1818
- ✓
1919
- ✓
2020
- ✓
@@ -37,7 +37,7 @@
3737
- .NET 4.7 [#2.14-note]_
3838
- .NET 4.6
3939

40-
* - 2.13 to 2.27
40+
* - 2.13 to 2.28
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.27
19+
* - 2.20 to 2.28
2020
- ✓
2121
- ✓
2222
- ✓

source/whats-new.txt

Lines changed: 17 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.28 <csharp-version-2.28>`
2223
* :ref:`Version 2.27 <csharp-version-2.27>`
2324
* :ref:`Version 2.26 <csharp-version-2.26>`
2425
* :ref:`Version 2.25 <version-2.25>`
@@ -31,6 +32,22 @@ Learn what's new in:
3132

3233
.. _upcoming-breaking-changes:
3334

35+
.. _csharp-version-2.28:
36+
37+
What's New in 2.28
38+
------------------
39+
40+
The 2.28 driver release includes the following new features:
41+
42+
- All {+driver-short+} components are strongly named. If your application
43+
contains binding redirects or dynamic assembly loading, it might require modification.
44+
- Adds support for additional numeric conversions involving ``Nullable<T>``.
45+
- Adds support for the ``delegated`` option when using KMIP for :ref:`CSFLE or
46+
Queryable Encryption <csharp-fle>`.
47+
48+
For more information about this release, see the :github:`v2.28 release notes
49+
</mongodb/mongo-csharp-driver/releases/tag/v2.28.0>`.
50+
3451
.. _csharp-version-2.27:
3552

3653
What's New in 2.27

0 commit comments

Comments
 (0)