File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ toc_landing_pages = [
17
17
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
18
18
19
19
[constants ]
20
- version = " 4.15"
21
- package-name-org = " mongodb-org"
20
+ version = " 4.16"
22
21
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
23
22
mongosh = " ``mongosh``"
24
23
driver = " node"
Original file line number Diff line number Diff line change @@ -31,9 +31,7 @@ Introduction
31
31
Welcome to the documentation site for the official {+driver-long+}.
32
32
You can add the driver to your application to work with MongoDB
33
33
in JavaScript or TypeScript. For more information about downloading and
34
- installing the {+driver-short+}, see
35
- :ref:`Download and Install <node-quick-start-download-and-install>` in the
36
- Quick Start guide.
34
+ installing the {+driver-short+}, see the :ref:`<node-quickstart>`.
37
35
38
36
39
37
Quick Start
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 4.16 <version-4.16>`
15
16
* :ref:`Version 4.15 <version-4.15>`
16
17
* :ref:`Version 4.14 <version-4.14>`
17
18
* :ref:`Version 4.13 <version-4.13>`
@@ -31,6 +32,20 @@ Learn what's new in:
31
32
* :ref:`Version 3.7 <version-3.7>`
32
33
* :ref:`Version 3.6 <version-3.6>`
33
34
35
+ .. _version-4.16:
36
+
37
+ What's New in 4.16
38
+ ------------------
39
+
40
+ New features of the 4.16 {+driver-short+} release include:
41
+
42
+ - Includes Function-as-a-Service (FaaS) platform information in the driver
43
+ handshake metadata.
44
+ - Identifies Deno runtime usage in the client metdata.
45
+
46
+ To learn more, see the `v4.16.0 Release Highlights
47
+ <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.16.0>`__.
48
+
34
49
.. _version-4.15:
35
50
36
51
What's New in 4.15
@@ -41,7 +56,7 @@ New features of the 4.15 {+driver-short+} release include:
41
56
- Support for AWS IAM roles for service accounts.
42
57
43
58
To learn more, see the `v4.15.0 Release Highlights
44
- <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.15.0>`__.
59
+ <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.15.0>`__.
45
60
46
61
.. _version-4.14:
47
62
You can’t perform that action at this time.
0 commit comments