Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/redirects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define: prefix docs/drivers/csharp
define: base https://www.mongodb.com/${prefix}
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 v2.26 v2.27 v2.28 master
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

symlink: current -> master

Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mdb-server = "MongoDB Server"
mongo-community = "MongoDB Community Edition"
mongo-enterprise = "MongoDB Enterprise Edition"
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)
version-number = "2.28"
version-number = "2.29"
version = "v{+version-number+}"
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
stable-api = "Stable API"
Expand Down
4 changes: 2 additions & 2 deletions source/includes/language-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- .NET Core 3.X
- .NET Core 2.X

* - 2.3 to 2.28
* - 2.3 to 2.29
- ✓
- ✓
- ✓
Expand All @@ -37,7 +37,7 @@
- .NET 4.7 [#2.14-note]_
- .NET 4.6

* - 2.13 to 2.28
* - 2.13 to 2.29
- ✓
- ✓
-
Expand Down
18 changes: 18 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ What's New

Learn what's new in:

* :ref:`Version 2.29 <csharp-version-2.29>`
* :ref:`Version 2.28 <csharp-version-2.28>`
* :ref:`Version 2.27 <csharp-version-2.27>`
* :ref:`Version 2.26 <csharp-version-2.26>`
Expand All @@ -32,6 +33,23 @@ Learn what's new in:

.. _upcoming-breaking-changes:

.. _csharp-version-2.29:

What's New in 2.29
------------------

The 2.29 driver release adds support for {+mdb-server+} version 8.0 and
includes the following new features:

- Adds support for v2 of the Queryable Encryption range protocol.

- Adds support for range indexes for Queryable Encryption. For more information about
Queryable Encryption, see :manual:`Queryable Encryption </core/queryable-encryption>`
in the {+mdb-server+} manual.

For more information about this release, see the :github:`v2.29 release notes
</mongodb/mongo-csharp-driver/releases/tag/v2.29.0>`.

.. _csharp-version-2.28:

What's New in 2.28
Expand Down