Skip to content

Commit 81880a3

Browse files
authored
DOCSP-34486: v6.3 release (#828)
* DOCSP-34486: v6.3 release * small fixes * vale fix * MW PR fixes
1 parent 3b6126f commit 81880a3

File tree

7 files changed

+54
-376
lines changed

7 files changed

+54
-376
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// the branches available to backport to
66
"targetBranchChoices": [
77
"master",
8+
"v6.3",
89
"v6.2",
910
"v6.1",
1011
"v6.0",

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v4.16 v4.17 v5.0 v5.1 v5.2 v5.3 v5.4 v5.5 v5.6 v5.7 v5.8 v5.9 v6.0 v6.1 v6.2 v6.3 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc_landing_pages = [
1818
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1919

2020
[constants]
21-
version = "6.2"
21+
version = "6.3"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
driver-long = "MongoDB Node.js driver"
2424
driver-short = "Node.js driver"

source/compatibility.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Compatibility
99
:values: reference
1010

1111
.. meta::
12-
:keywords: node.js
12+
:keywords: node.js, driver v3.4, driver v4.3, driver v4.4, driver v4.5, driver v4.6, driver v4.9, driver v4.10, driver v4.11, driver v4.12, driver v4.13, driver v4.14, driver v4.15, driver v4.16, driver v5.8, driver v6.1, driver v6.2
1313

1414
.. contents:: On this page
1515
:local:
@@ -49,4 +49,3 @@ unstable.
4949

5050
For more information on how to read the compatibility tables, see our guide
5151
about :ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.
52-

source/fundamentals/connection/connection-options.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@ parameters of the connection URI to specify the behavior of the client.
186186
- ``true``
187187
- Enables retryable writes.
188188

189+
* - **serverMonitoringMode**
190+
- ``auto``, ``stream``, ``poll``
191+
- ``auto``
192+
- Specifies the monitoring mode that the driver monitors use. When
193+
this option is set to ``auto``, the monitoring mode is determined
194+
by the environment in which the driver is running. The driver
195+
uses polling mode in function-as-a-service (FaaS) environments
196+
and the streaming mode in other environments.
197+
189198
* - **serverSelectionTimeoutMS**
190199
- non-negative integer
191200
- ``30000``

0 commit comments

Comments
 (0)