Skip to content

DOCSP-44505 - v2.30 #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 16, 2024
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 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

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.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"
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.29
* - 2.3 to 2.30
- ✓
- ✓
- ✓
Expand All @@ -37,7 +37,7 @@
- .NET 4.7 [#2.14-note]_
- .NET 4.6

* - 2.13 to 2.29
* - 2.13 to 2.30
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to update the table just above this one too? Currently it only goes to 2.29

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

- ✓
- ✓
-
Expand Down
2 changes: 1 addition & 1 deletion source/includes/mongodb-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- MongoDB 3.0
- MongoDB 2.6

* - 2.29
* - 2.29 to 2.30
- ✓
- ✓
- ✓
Expand Down
10 changes: 10 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.30 <csharp-version-2.30>`
* :ref:`Version 2.29 <csharp-version-2.29>`
* :ref:`Version 2.28 <csharp-version-2.28>`
* :ref:`Version 2.27 <csharp-version-2.27>`
Expand All @@ -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
Expand Down
Loading