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
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 master
define: versions v2.19 v2.20 v2.21 v2.22 v2.23 v2.24 v2.25 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 @@ -26,7 +26,7 @@ language = "C#"
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.24"
version-number = "2.25"
version = "v{+version-number+}"
example = "https://raw.githubusercontent.com/mongodb/docs-csharp/{+docs-branch+}/source/includes/code-examples"
stable-api = "Stable API"
Expand Down
7 changes: 7 additions & 0 deletions source/includes/language-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
- .NET 4.8
- .NET 4.7 [#2.14-note]_
- .NET 4.6
* - 2.25
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggestion: Condense rows 2.20 through 2.25 to a single row, similar to Go.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like 2.14 through 2.25 are the same, so I'll do it for those.

- ✓
- ✓
- ✓
- ✓
- ✓
-
* - 2.24
- ✓
- ✓
Expand Down
12 changes: 12 additions & 0 deletions source/includes/mongodb-compatibility-table-csharp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
- MongoDB 3.2
- MongoDB 3.0
- MongoDB 2.6
* - 2.25
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggestion: Condense rows 2.14 through 2.25 to a single row, similar to Go.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Looks like only 2.20 through 2.25 are similar, so I'll do it for those.

- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
- ✓
-
-
-
-
* - 2.24
- ✓
- ✓
Expand Down
22 changes: 21 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ What's New
:values: reference

.. meta::
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23
:keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25

Learn what's new in:

* :ref:`Version 2.25 <version-2.25>`
* :ref:`Version 2.24 <version-2.24>`
* :ref:`Version 2.23 <version-2.23>`
* :ref:`Version 2.22 <version-2.22>`
Expand All @@ -28,6 +29,25 @@ Learn what's new in:

.. _upcoming-breaking-changes:


.. _version-2.25:

What's New in 2.25
------------------

The 2.24 driver release includes the following new features:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
The 2.24 driver release includes the following new features:
The 2.25 driver release includes the following new features:


- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
token acquisition for Azure Identity Provider.
- Added the class name to the error message reported when
``BsonClassMapSerializer`` cannot locate a matching creator.
- Added a ``LoggedStages`` field to surface the MQL executed after performing
a LINQ query.
- Added support for overriding the ``"mongodb"`` service name with a custom one
by using the ``srvServiceName`` connection option.
- Fixed behavior in which bulk write operations enumerated the requests
parameter more than once.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think 'Improved' instead of 'fixed' is better, as it technically it was not wrong.


.. _version-2.24:

What's New in 2.24
Expand Down