File tree 4 files changed +3
-16
lines changed 4 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,8 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
19
19
20
20
[constants ]
21
21
version = " 5.5"
22
- package-name-org = " mongodb-org"
23
22
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
24
- min-node-version = " v12"
25
- mongosh = " ``mongosh``"
26
- driver = " node"
27
23
driver-long = " MongoDB Node.js driver"
28
24
driver-short = " Node.js driver"
29
25
mdb-server = " MongoDB Server"
30
- node-legacy = " `MongoDB Node.js driver with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__"
31
26
stable-api = " Stable API"
32
- qe = " Queryable Encryption"
33
- mongodb-client-encryption-version = " 2.2.1"
34
- key-vault-long = " key vault collection"
35
- kms-long = " Key Management System"
36
- cmk-long = " Customer Master Key"
37
- dek-long = " Data Encryption Key"
38
- csfle-short = " CSFLE"
39
- csfle-long = " Client-side Field Level Encryption (CSFLE)"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Create a Time Series Collection
21
21
-------------------------------
22
22
23
23
We recommend that you create a time series collection using the MongoDB Shell
24
- ({+ mongosh+} ). For detailed instructions on creating a time series collection
24
+ (`` mongosh`` ). For detailed instructions on creating a time series collection
25
25
using the MongoDB Shell, see our
26
26
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
27
27
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Download and Install
9
9
10
10
.. step:: Install Node and npm
11
11
12
- Ensure you have Node.js {+min-node-version+} or later and
12
+ Ensure you have Node.js v12 or later and
13
13
npm (Node Package Manager) installed in your development environment.
14
14
15
15
For information on how to install Node.js and npm, see
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ New features of the 4.10 {+driver-short+} release include:
350
350
myColl.findOne().then(res => callback(null, res), err => callback(err))
351
351
352
352
- If you are unable to migrate to Promises in a large codebase, you can
353
- use the {+node-legacy+} package.
353
+ use the `{+driver-long+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package.
354
354
355
355
To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.
356
356
You can’t perform that action at this time.
0 commit comments