Skip to content

Commit c8e2063

Browse files
authored
DOCSP-43666: 2.29 updates (mongodb#234)
1 parent 7ce4549 commit c8e2063

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

config/redirects

+1-1
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 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 master
44

55
symlink: current -> master
66

snooty.toml

+1-1
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.28"
32+
version-number = "2.29"
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

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

40-
* - 2.13 to 2.28
40+
* - 2.13 to 2.29
4141
- ✓
4242
- ✓
4343
-

source/whats-new.txt

+18
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.29 <csharp-version-2.29>`
2223
* :ref:`Version 2.28 <csharp-version-2.28>`
2324
* :ref:`Version 2.27 <csharp-version-2.27>`
2425
* :ref:`Version 2.26 <csharp-version-2.26>`
@@ -32,6 +33,23 @@ Learn what's new in:
3233

3334
.. _upcoming-breaking-changes:
3435

36+
.. _csharp-version-2.29:
37+
38+
What's New in 2.29
39+
------------------
40+
41+
The 2.29 driver release adds support for {+mdb-server+} version 8.0 and
42+
includes the following new features:
43+
44+
- Adds support for v2 of the Queryable Encryption range protocol.
45+
46+
- Adds support for range indexes for Queryable Encryption. For more information about
47+
Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>`
48+
in the {+mdb-server+} manual.
49+
50+
For more information about this release, see the :github:`v2.29 release notes
51+
</mongodb/mongo-csharp-driver/releases/tag/v2.29.0>`.
52+
3553
.. _csharp-version-2.28:
3654

3755
What's New in 2.28

0 commit comments

Comments
 (0)