Skip to content

DOCSP-43243 Clarify driver support for language versions #943

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 6 commits into from
Dec 10, 2024
Merged
Changes from 5 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
12 changes: 11 additions & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,23 @@ The first column lists the driver version.

Language Compatibility
----------------------
The following compatibility table specifies the recommended versions of

The following compatibility table specifies the supported versions of
the {+driver-long+} for use with a specific version of Node.js.

The first column lists the driver version.

.. include:: /includes/language-compatibility-table-node.rst

.. note:: The {+driver-short+} Supports Node.js Versions in the "Active LTS" Phase or Later

After release, Node.js versions have a "Current" release status for six months
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: does "Current" need to be capitalized?

Copy link
Collaborator Author

@lindseymoore lindseymoore Dec 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitalized it, as it is written in the Node.js docs: https://nodejs.org/en/about/previous-releases.

to give library authors time to add support for them. The {+driver-long+}
officially supports Node.js versions once their release status changes
from "Current" to "Active LTS". To learn more about release statues for
Node.js versions, see `Node.js Releases <https://nodejs.org/en/about/previous-releases>`__
on the Node.js site.

Component Compatibility
-----------------------
The following table describes add-on component version compatibility for
Expand Down
Loading