Skip to content

Commit f41fb89

Browse files
authored
DOCSP-39194 - Add MDB Server constant (#209)
1 parent 32c30bd commit f41fb89

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ framework = ".NET framework"
2323
framework-version = "4.8"
2424
standard-version = "2.1"
2525
language = "C#"
26+
mdb-server = "MongoDB Server"
2627
mongo-community = "MongoDB Community Edition"
2728
mongo-enterprise = "MongoDB Enterprise Edition"
2829
docs-branch = "master" # always set this to the docs branch (i.e. master, 1.7, 1.8, etc.)

source/fundamentals/enterprise-authentication.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ MONGODB-OIDC
263263

264264
.. important::
265265

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

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

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

@@ -388,4 +388,4 @@ guide, see the following API Documentation:
388388
- `MongoClientSettings <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoClientSettings.html>`__
389389
- `CreateGssapiCredential() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCredential.CreateGssapiCredential.html>`__
390390
- `CreatePlainCredential() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.MongoCredential.CreatePlainCredential.html>`__
391-
- `IOidcCallback <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Authentication.Oidc.IOidcCallback.html>`__
391+
- `IOidcCallback <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Core.Authentication.Oidc.IOidcCallback.html>`__

source/fundamentals/stable-api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
.. note::
1616

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

1919
You should use the {+stable-api+} feature only if all of the MongoDB
2020
servers you're connecting to support this feature.

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Compatibility
118118
-------------
119119

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

123123
Upgrade Driver Versions
124124
-----------------------

source/upgrade.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ application when you upgrade your driver to a new version.
1919

2020
Before you upgrade, perform the following actions:
2121

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

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

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

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

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

130130
Version 2.14 Release Support Changes
131131
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
132132

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

137-
To learn how to upgrade your MongoDB Server deployment, see
138-
:manual:`Release Notes </release-notes/>` in the MongoDB Server manual.
137+
To learn how to upgrade your {+mdb-server+} deployment, see
138+
:manual:`Release Notes </release-notes/>` in the {+mdb-server+} manual.

source/whats-new.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ What's New in 2.20
135135

136136
The 2.20 driver release includes the following new features:
137137

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

0 commit comments

Comments
 (0)