Update Node.js versions tested

This commit is contained in:
Christopher Jones 2022-06-07 22:27:43 +10:00
parent 12281ac240
commit 2b8863fd71
4 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,9 @@
**This release is under development and information may be incomplete**
- Stated compatibility is now for Node.js 14, 16 and 18, though older releases
back to Node.js 10.16 should still work.
- Added code to capture the [error
stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR#1467
(Slawomir Osoba).

View File

@ -57,7 +57,7 @@ Architecture][60].
The steps below create a Node.js installation with node-oracledb. Adjust the
steps for your environment.
This node-oracledb release has been tested with Node.js 12, 14 and 16 on Oracle
This node-oracledb release has been tested with Node.js 14, 16 and 18 on Oracle
Linux x86_64 (releases 7 and 8), Windows, and macOS (Intel x86). The add-on
may also build on Linux ARM (aarch64), Windows 32-bit, Solaris and AIX
environments, but these architectures have not been tested. This version of

View File

@ -6,7 +6,7 @@ The node-oracledb add-on for Node.js powers high performance Oracle Database
applications. Applications can be written in TypeScript, or directly in
JavaScript.
Use node-oracledb 5.4.0-dev to connect Node.js 12, or later, to Oracle Database.
Use node-oracledb 5.4.0-dev to connect Node.js 14, or later, to Oracle Database.
Older versions of node-oracledb may work with older versions of Node.js.
Node-oracledb supports basic and advanced features of Oracle Database

View File

@ -623,7 +623,7 @@ editions, or require additional database options or packs.
The node-oracledb feature highlights are:
- Easily installed from [npm][1]
- Support for Node.js 10 and later, and for multiple Oracle Database versions. (Note: older versions of node-oracledb supported older versions of Node.js)
- Support for Node.js 14 and later, and for multiple Oracle Database versions. (Note: older versions of node-oracledb supported older versions of Node.js)
- Execution of SQL and PL/SQL statements, and access to [SODA](#sodaoverview) document-style access APIs.
- Extensive Oracle data type support, including large objects (CLOB and BLOB) and binding of SQL objects
- Connection management, including connection pooling