Skip to content

DOCSP-32433: updates to v4.16 branch #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ toc_landing_pages = [
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

[constants]
version = "4.15"
package-name-org = "mongodb-org"
version = "4.16"
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
mongosh = "``mongosh``"
driver = "node"
Expand Down
4 changes: 1 addition & 3 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ Introduction
Welcome to the documentation site for the official {+driver-long+}.
You can add the driver to your application to work with MongoDB
in JavaScript or TypeScript. For more information about downloading and
installing the {+driver-short+}, see
:ref:`Download and Install <node-quick-start-download-and-install>` in the
Quick Start guide.
installing the {+driver-short+}, see the :ref:`<node-quickstart>`.


Quick Start
Expand Down
17 changes: 16 additions & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ What's New

Learn what's new in:

* :ref:`Version 4.16 <version-4.16>`
* :ref:`Version 4.15 <version-4.15>`
* :ref:`Version 4.14 <version-4.14>`
* :ref:`Version 4.13 <version-4.13>`
Expand All @@ -31,6 +32,20 @@ Learn what's new in:
* :ref:`Version 3.7 <version-3.7>`
* :ref:`Version 3.6 <version-3.6>`

.. _version-4.16:

What's New in 4.16
------------------

New features of the 4.16 {+driver-short+} release include:

- Includes Function-as-a-Service (FaaS) platform information in the driver
handshake metadata.
- Identifies Deno runtime usage in the client metdata.

To learn more, see the `v4.16.0 Release Highlights
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.16.0>`__.

.. _version-4.15:

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

To learn more, see the `v4.15.0 Release Highlights
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.15.0>`__.
<https://github.com/mongodb/node-mongodb-native/releases/tag/v4.15.0>`__.

.. _version-4.14:

Expand Down