Skip to content

Commit 85f400f

Browse files
committed
DOCSP-43666: 2.29 updates
1 parent 27b1266 commit 85f400f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

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.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

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.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

Lines changed: 16 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.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,21 @@ 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 has been tested against {+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.
47+
48+
For more information about this release, see the :github:`v2.29 release notes
49+
</mongodb/mongo-csharp-driver/releases/tag/v2.29.0>`.
50+
3551
.. _csharp-version-2.28:
3652

3753
What's New in 2.28

0 commit comments

Comments
 (0)