Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ raw: ${prefix}/master -> ${base}/upcoming/
[*-master]: ${prefix}/${version}/fundamentals/class-mapping/ -> ${base}/${version}/fundamentals/serialization/class-mapping/
[*-v2.30]: ${prefix}/${version}/upgrade/v2/ -> ${base}/${version}/upgrade/
[*-v2.30]: ${prefix}/${version}/upgrade/v3/ -> ${base}/${version}/upgrade/
[*-v2.30]: ${prefix}/${version}/previous-versions/ -> ${base}/${version}/whats-new/
[v3.0-*]: ${prefix}/${version}/fundamentals/enterprise-authentication/ -> ${base}/${version}/fundamentals/authentication/
6 changes: 0 additions & 6 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ MongoDB C# Driver

.. toctree::

Previous Versions </previous-versions>
Quick Start </quick-start>
Quick Reference </quick-reference>
What's New </whats-new>
Expand All @@ -34,11 +33,6 @@ You can add the driver to your application to work with MongoDB in {+language+}.
Download the driver using `NuGet <https://www.nuget.org/packages/MongoDB.Driver>`__, or set up a runnable
project by following our :ref:`Quick Start guide <csharp-quickstart>`.

Previous Versions
-----------------

For documentation on versions of the driver v2.18 and earlier, see the :ref:`csharp-previous-versions` section.

Connect to a Compatible MongoDB Deployment
------------------------------------------

Expand Down
28 changes: 0 additions & 28 deletions source/previous-versions.txt

This file was deleted.

29 changes: 29 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Learn what's new in:
* :ref:`Version 2.24 <version-2.24>`
* :ref:`Version 2.23 <version-2.23>`
* :ref:`Version 2.22 <version-2.22>`
* :ref:`Previous Versions <csharp-previous-versions>`

.. _upcoming-breaking-changes:

Expand Down Expand Up @@ -220,3 +221,31 @@ The 2.22 driver release includes the following new features:
information on these events, see the
`MongoDB SDAM Logging and Monitoring specification.
<https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__

.. _csharp-previous-versions:

Previous Versions
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Note to tech reviewer: let me know if you think this is a good place for these links

Choose a reason for hiding this comment

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

yeah it's good

-----------------

To learn about the features of previous versions of the {+driver-short+}, visit the
following links:

- `Version 2.18 <https://mongodb.github.io/mongo-csharp-driver/2.18/>`__
Copy link
Collaborator

Choose a reason for hiding this comment

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

S: Since this is the What's New page, does it make sense to add a single link for all previous versions, and have it point here?

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 idea! updated

- `Version 2.17 <https://mongodb.github.io/mongo-csharp-driver/2.17/>`__
- `Version 2.16 <https://mongodb.github.io/mongo-csharp-driver/2.16/>`__
- `Version 2.15 <https://mongodb.github.io/mongo-csharp-driver/2.15/>`__
- `Version 2.14 <https://mongodb.github.io/mongo-csharp-driver/2.14/>`__
- `Version 2.13 <https://mongodb.github.io/mongo-csharp-driver/2.13/>`__
- `Version 2.12 <https://mongodb.github.io/mongo-csharp-driver/2.12/>`__
- `Version 2.11 <https://mongodb.github.io/mongo-csharp-driver/2.11/>`__
- `Version 2.10 <https://mongodb.github.io/mongo-csharp-driver/2.10/>`__
- `Version 2.9 <https://mongodb.github.io/mongo-csharp-driver/2.9/>`__
- `Version 2.8 <https://mongodb.github.io/mongo-csharp-driver/2.8/>`__
- `Version 2.7 <https://mongodb.github.io/mongo-csharp-driver/2.7/>`__
- `Version 2.6 <https://mongodb.github.io/mongo-csharp-driver/2.6/>`__
- `Version 2.5 <https://mongodb.github.io/mongo-csharp-driver/2.5/>`__
- `Version 2.4 <https://mongodb.github.io/mongo-csharp-driver/2.4/>`__
- `Version 2.3 <https://mongodb.github.io/mongo-csharp-driver/2.3/>`__
- `Version 2.2 <https://mongodb.github.io/mongo-csharp-driver/2.2/>`__
- `Version 2.1 <https://mongodb.github.io/mongo-csharp-driver/2.1/>`__
- `Version 2.0 <https://mongodb.github.io/mongo-csharp-driver/2.0/>`__
Loading