Skip to content

Commit d46e91d

Browse files
author
Chris Cho
authored
DOCSP-32433: updates to v4.16 branch (#745)
* DOCSP-32433: updates to v4.16 branch
1 parent b0c93c7 commit d46e91d

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

snooty.toml

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

1919
[constants]
20-
version = "4.15"
21-
package-name-org = "mongodb-org"
20+
version = "4.16"
2221
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2322
mongosh = "``mongosh``"
2423
driver = "node"

source/index.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ Introduction
3131
Welcome to the documentation site for the official {+driver-long+}.
3232
You can add the driver to your application to work with MongoDB
3333
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>`.
3735

3836

3937
Quick Start

source/whats-new.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 4.16 <version-4.16>`
1516
* :ref:`Version 4.15 <version-4.15>`
1617
* :ref:`Version 4.14 <version-4.14>`
1718
* :ref:`Version 4.13 <version-4.13>`
@@ -31,6 +32,20 @@ Learn what's new in:
3132
* :ref:`Version 3.7 <version-3.7>`
3233
* :ref:`Version 3.6 <version-3.6>`
3334

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+
3449
.. _version-4.15:
3550

3651
What's New in 4.15
@@ -41,7 +56,7 @@ New features of the 4.15 {+driver-short+} release include:
4156
- Support for AWS IAM roles for service accounts.
4257

4358
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>`__.
4560

4661
.. _version-4.14:
4762

0 commit comments

Comments
 (0)