diff --git a/config/redirects b/config/redirects index fa71aef2..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 v2.29 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 3aa17a36..f200db00 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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.29" +version-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/includes/language-compatibility-table-csharp.rst b/source/includes/language-compatibility-table-csharp.rst index b325f302..5c9e00ee 100644 --- a/source/includes/language-compatibility-table-csharp.rst +++ b/source/includes/language-compatibility-table-csharp.rst @@ -14,7 +14,7 @@ - .NET Core 3.X - .NET Core 2.X - * - 2.3 to 2.29 + * - 2.3 to 2.30 - ✓ - ✓ - ✓ @@ -37,7 +37,7 @@ - .NET 4.7 [#2.14-note]_ - .NET 4.6 - * - 2.13 to 2.29 + * - 2.13 to 2.30 - ✓ - ✓ - diff --git a/source/includes/mongodb-compatibility-table-csharp.rst b/source/includes/mongodb-compatibility-table-csharp.rst index b46b72fc..fa8dcda2 100644 --- a/source/includes/mongodb-compatibility-table-csharp.rst +++ b/source/includes/mongodb-compatibility-table-csharp.rst @@ -17,7 +17,7 @@ - MongoDB 3.0 - MongoDB 2.6 - * - 2.29 + * - 2.29 to 2.30 - ✓ - ✓ - ✓ diff --git a/source/whats-new.txt b/source/whats-new.txt index 76000bcb..35ebd86e 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -19,6 +19,7 @@ What's New Learn what's new in: +* :ref:`Version 2.30 ` * :ref:`Version 2.29 ` * :ref:`Version 2.28 ` * :ref:`Version 2.27 ` @@ -33,6 +34,15 @@ Learn what's new in: .. _upcoming-breaking-changes: +.. _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