Skip to content
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
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ framework = ".NET framework"
framework-version = "4.8"
standard-version = "2.1"
language = "C#"
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.)
Expand Down
6 changes: 3 additions & 3 deletions source/fundamentals/enterprise-authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ MONGODB-OIDC

.. important::

The MONGODB-OIDC authentication mechanism requires MongoDB v7.0 or later running
The MONGODB-OIDC authentication mechanism requires {+mdb-server+} v7.0 or later running
on a Linux platform.

The following sections describe how to use the MONGODB-OIDC authentication mechanism to
Expand All @@ -272,7 +272,7 @@ authenticate from various platforms.
For more information about the MONGODB-OIDC authentication mechanism, see
:manual:`OpenID Connect Authentication </core/security-oidc/>` and
:manual:`MongoDB Server Parameters </reference/parameters/#mongodb-parameter-param.oidcIdentityProviders>`
in the MongoDB Server manual.
in the {+mdb-server+} manual.

.. _csharp-mongodb-oidc-azure-imds:

Expand Down Expand Up @@ -388,4 +388,4 @@ guide, see the following API Documentation:
- `MongoClientSettings <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.html>`__
- `CreateGssapiCredential() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCredential.CreateGssapiCredential.html>`__
- `CreatePlainCredential() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCredential.CreatePlainCredential.html>`__
- `IOidcCallback <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Authentication.Oidc.IOidcCallback.html>`__
- `IOidcCallback <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Authentication.Oidc.IOidcCallback.html>`__
2 changes: 1 addition & 1 deletion source/fundamentals/stable-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.. note::

The {+stable-api+} feature requires MongoDB Server 5.0 or later.
The {+stable-api+} feature requires {+mdb-server+} 5.0 or later.

You should use the {+stable-api+} feature only if all of the MongoDB
servers you're connecting to support this feature.
Expand Down
2 changes: 1 addition & 1 deletion source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Compatibility
-------------

For the compatibility charts that show the recommended {+driver-short+} version
for each MongoDB Server version, see :ref:`csharp-compatibility-tables`.
for each {+mdb-server+} version, see :ref:`csharp-compatibility-tables`.

Upgrade Driver Versions
-----------------------
Expand Down
16 changes: 8 additions & 8 deletions source/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ application when you upgrade your driver to a new version.

Before you upgrade, perform the following actions:

- Ensure the new version is compatible with the MongoDB Server versions
- Ensure the new version is compatible with the {+mdb-server+} versions
your application connects to and the {+framework+} version your
application runs on. See the :ref:`.NET/C# Driver Compatibility <csharp-compatibility-tables>`
page for this information.
- Address any breaking changes between the current version of the driver
your application is using and your planned upgrade version in the
:ref:`Breaking Changes <csharp-breaking-changes>` section. To learn
more about the MongoDB Server release compatibility changes, see the
more about the {+mdb-server+} release compatibility changes, see the
:ref:`<csharp-server-release-changes>` section.

.. tip::
Expand Down Expand Up @@ -117,22 +117,22 @@ A server release compatibility change is a modification
to the {+driver-long+} that discontinues support for a set of
MongoDB Server versions.

The driver discontinues support for a MongoDB Server version after it
The driver discontinues support for a {+mdb-server+} version after it
reaches end-of-life (EOL).

To learn more about the MongoDB support for EOL products see the `Legacy
Support Policy <https://www.mongodb.com/support-policy/legacy>`__.

To learn more about the compatibility between .NET/C# driver versions
and MongoDB Server versions, visit the
and {+mdb-server+} versions, visit the
:ref:`Compatibility <csharp-compatibility-tables>` page.

Version 2.14 Release Support Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The v2.14 driver drops support for MongoDB Server v3.4 and earlier. To
use any driver from v2.14 and later, your MongoDB Server must be v3.6 or
The v2.14 driver drops support for {+mdb-server+} v3.4 and earlier. To
use any driver from v2.14 and later, your {+mdb-server+} must be v3.6 or
later.

To learn how to upgrade your MongoDB Server deployment, see
:manual:`Release Notes </release-notes/>` in the MongoDB Server manual.
To learn how to upgrade your {+mdb-server+} deployment, see
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.
2 changes: 1 addition & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ What's New in 2.20

The 2.20 driver release includes the following new features:

- Added full support for MongoDB Server version 7.0.0.
- Added full support for {+mdb-server+} version 7.0.0.
- Added support for equality query types in Queryable Encryption GA.
- Improvements to LINQ3 integration.
- Improvements to serialization features.
Expand Down