diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 5c09e900..c1033fdd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,7 +3,9 @@ [PR Reviewing Guidelines](https://github.com/mongodb/docs-golang/blob/master/REVIEWING.md) JIRA - -Staging - + +### Staging Links + ## Self-Review Checklist diff --git a/config/redirects b/config/redirects index 53221075..9751c341 100644 --- a/config/redirects +++ b/config/redirects @@ -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 v2.30 master symlink: current -> master diff --git a/snooty.toml b/snooty.toml index 3a7b7905..203bbe4b 100644 --- a/snooty.toml +++ b/snooty.toml @@ -31,7 +31,7 @@ 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 = "3.0" -last-version-2-number = "2.29" +last-version-2-number = "2.30" version = "v{+version-number+}" example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples" stable-api = "Stable API" diff --git a/source/fundamentals/encrypt-fields.txt b/source/fundamentals/encrypt-fields.txt index 8b584cac..f519dca0 100644 --- a/source/fundamentals/encrypt-fields.txt +++ b/source/fundamentals/encrypt-fields.txt @@ -1,3 +1,5 @@ .. _csharp-fle: .. sharedinclude:: dbx/encrypt-fields.rst + + .. replacement:: driver-specific-content diff --git a/source/includes/language-compatibility-table-csharp.rst b/source/includes/language-compatibility-table-csharp.rst index acec5bea..af1eedbb 100644 --- a/source/includes/language-compatibility-table-csharp.rst +++ b/source/includes/language-compatibility-table-csharp.rst @@ -22,7 +22,7 @@ - ✓ - - * - 2.3 to 2.28 + * - 2.3 to 2.30 - ✓ - ✓ - ✓ @@ -45,7 +45,7 @@ - .NET 4.7 [#2.14-note]_ - .NET 4.6 - * - 2.13 to 3.0 + * - 2.13 to 2.30 - ✓ - ✓ - diff --git a/source/includes/mongodb-compatibility-table-csharp.rst b/source/includes/mongodb-compatibility-table-csharp.rst index 5e5fec99..9bbbe4a2 100644 --- a/source/includes/mongodb-compatibility-table-csharp.rst +++ b/source/includes/mongodb-compatibility-table-csharp.rst @@ -25,13 +25,13 @@ - ✓ - ✓ - ✓ - - + - - - - - - * - 2.29 + * - 2.29 to 2.30 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index d4afdbe7..a4c51e9d 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -20,6 +20,8 @@ What's New Learn what's new in: * :ref:`Version 3.0 ` +* :ref:`Version 2.30 ` +* :ref:`Version 2.29 ` * :ref:`Version 2.28 ` * :ref:`Version 2.27 ` * :ref:`Version 2.26 ` @@ -153,6 +155,32 @@ The 3.0 driver release includes the following new features: For more information about this release, see the :github:`v3.0 release notes `. +.. _csharp-version-2.30: + +What's New in 2.30 +------------------ + +The 2.30 driver doesn't introduce new features or bug fixes. Its purpose is to ease +migration to v3.x of the {+driver-short+} by marking the public APIs that were removed in +v3.0 as obsolete. + +.. _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 ` + in the {+mdb-server+} manual. + +For more information about this release, see the :github:`v2.29 release notes +`. + .. _csharp-version-2.28: What's New in 2.28