Skip to content

Commit 2b8863f

Browse files
committed
Update Node.js versions tested
1 parent 12281ac commit 2b8863f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
**This release is under development and information may be incomplete**
66

7+
- Stated compatibility is now for Node.js 14, 16 and 18, though older releases
8+
back to Node.js 10.16 should still work.
9+
710
- Added code to capture the [error
811
stack](https://oracle.github.io/node-oracledb/doc/api.html#properrstack). PR#1467
912
(Slawomir Osoba).

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Architecture][60].
5757
The steps below create a Node.js installation with node-oracledb. Adjust the
5858
steps for your environment.
5959

60-
This node-oracledb release has been tested with Node.js 12, 14 and 16 on Oracle
60+
This node-oracledb release has been tested with Node.js 14, 16 and 18 on Oracle
6161
Linux x86_64 (releases 7 and 8), Windows, and macOS (Intel x86). The add-on
6262
may also build on Linux ARM (aarch64), Windows 32-bit, Solaris and AIX
6363
environments, but these architectures have not been tested. This version of

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The node-oracledb add-on for Node.js powers high performance Oracle Database
66
applications. Applications can be written in TypeScript, or directly in
77
JavaScript.
88

9-
Use node-oracledb 5.4.0-dev to connect Node.js 12, or later, to Oracle Database.
9+
Use node-oracledb 5.4.0-dev to connect Node.js 14, or later, to Oracle Database.
1010
Older versions of node-oracledb may work with older versions of Node.js.
1111

1212
Node-oracledb supports basic and advanced features of Oracle Database

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ editions, or require additional database options or packs.
623623
The node-oracledb feature highlights are:
624624

625625
- Easily installed from [npm][1]
626-
- 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)
626+
- 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)
627627
- Execution of SQL and PL/SQL statements, and access to [SODA](#sodaoverview) document-style access APIs.
628628
- Extensive Oracle data type support, including large objects (CLOB and BLOB) and binding of SQL objects
629629
- Connection management, including connection pooling

0 commit comments

Comments
 (0)