Skip to content

Releases: oracle/node-oracledb

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.

node-oracledb v5.5.0 Release Notes

08 Sep 07:17
Compare
Choose a tag to compare

node-oracledb v5.5.0 is available. See the release announcement and CHANGELOG.

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

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

Install with npm install oracledb. For other environments, refer to INSTALL on building from source code.

node-oracledb v5.4.0 Release Notes

09 Jun 06:46
Compare
Choose a tag to compare

node-oracledb v5.4.0 is available. See the release announcement and CHANGELOG.

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

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

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

node-oracledb v5.3.0 Release Notes

22 Oct 01:28
Compare
Choose a tag to compare

node-oracledb v5.3.0 is available. See the release announcement and CHANGELOG.

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

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

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

node-oracledb v5.2.0 Release Notes

06 Jun 00:51
Compare
Choose a tag to compare

node-oracledb v5.2.0 is available. See the release announcement and CHANGELOG.

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

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

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

node-oracledb v5.1.0 Release Notes

09 Dec 04:48
Compare
Choose a tag to compare

node-oracledb v5.1.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 10.16, Node.js 12, Node.js 14, or later.

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

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

node-oracledb v5.0.0 Release Notes

29 Jun 01:42
Compare
Choose a tag to compare

node-oracledb v5.0.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 10.16, Node.js 12, Node.js 14, or later.

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

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

node-oracledb v4.2.0 Release Notes

22 Jan 02:34
Compare
Choose a tag to compare

node-oracledb v4.2.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

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

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

node-oracledb v4.1.0 Release Notes

25 Nov 21:32
Compare
Choose a tag to compare

node-oracledb v4.1.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

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

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

node-oracledb v4.0.1 Release Notes

19 Aug 04:15
Compare
Choose a tag to compare

node-oracledb v4.0.1 is available. See the CHANGELOG for details.

Pre-built binaries are available for Node.js 8.16 or later, Node.js 10.16 or later, or Node.js 12.

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

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