Skip to content

Releases: oracle/node-oracledb

node-oracledb v6.5.1 Release Notes

23 May 13:13
Compare
Choose a tag to compare

node-oracledb v6.5.1 is now available. See the release notes for details.
This release includes bug fixes, mainly for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.5.0 Release Notes

02 May 17:32
Compare
Choose a tag to compare

node-oracledb v6.5.0 is now available. See the release announcement and release notes for details.
This release contains support for the latest Oracle Database 23ai features (e.g., Vector and Implicit Connection Pooling), BigInt support and provides multiple bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.4.0 Release Notes

11 Mar 16:45
Compare
Choose a tag to compare

node-oracledb v6.4.0 is now available. See the release announcement and release notes for details.
This release contains improved OSON and LOB Support, introduces asynchronous iteration for SODA document cursors, and provides multiple bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.3.0 Release Notes

21 Dec 07:26
Compare
Choose a tag to compare

node-oracledb v6.3.0 is now available. See the release announcement and release notes for details.
This release contains support for Oracle Database Success with Info warnings, enhanced XMLType data fetching capabilities in Thin mode, new attributes, and bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.2.0 Release Notes

11 Oct 10:49
Compare
Choose a tag to compare

node-oracledb v6.2.0 is now available. See the release announcement and CHANGELOG for details.
This release contains SODA enhancements, new attributes, and bug fixes for the previous 6.x.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.1.0 Release Notes

30 Aug 14:31
Compare
Choose a tag to compare

node-oracledb v6.1.0 is now available. See the release announcement and CHANGELOG for details.
This release contains AQ enhancements, new attributes and bug fixes for the previous 6.0.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.0.3 Release Notes

12 Jul 11:36
Compare
Choose a tag to compare

node-oracledb v6.0.3 is available. See the CHANGELOG for details.
This release contains bug fixes for the previous 6.0.x releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.0.2 Release Notes

27 Jun 08:42
Compare
Choose a tag to compare

node-oracledb v6.0.2 is available. See the CHANGELOG for details.
This release contains bug fixes for the 6.0.0 and 6.0.1 releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.0.1 Release Notes

07 Jun 09:52
Compare
Choose a tag to compare

node-oracledb v6.0.1 is available. See the CHANGELOG for details.
This release contains bug fixes for the 6.0.0 release, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

Pre-built binaries are available for Node.js 14.6 or later.

Windows 64-bit (x64) (built with VS 2017)
macOS 64-bit (Intel x64)
Linux 64-bit (x86-64) (built on Oracle Linux 7)
Linux ARM 64-bit

For other environments, refer to INSTALL on building from source code.

node-oracledb v6.0.0 Release Notes

24 May 09:21
Compare
Choose a tag to compare

node-oracledb v6.0.0 is available. See the release announcement and release notes.

This version of node-oracledb is now a ‘Thin’ mode driver by default. The Thin mode is implemented purely in JavaScript and connects directly to Oracle Database. You can also enable a ‘Thick’ mode that will allow the optional use of Oracle client libraries with some additional functionality.

Install with npm install oracledb.