Skip to content

Releases: oracle/node-oracledb

node-oracledb v4.0.0 Release Notes

25 Jul 05:43
Compare
Choose a tag to compare

node-oracledb v4.0.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.

20190623 Development Release: node-oracledb 4.0.0-dev

23 Jun 13:08
Compare
Choose a tag to compare

Here is an installable package for the current commits on the dev-4.0 branch.

This has the major part of the project for querying & binding named Oracle types, see #1053 (comment)

If you have network access to GitHub (which I know of number of sites block!), you can install with:

npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.0-dev-20190623/oracledb-4.0.0-dev.tgz

If not, then manually download oracledb-4.0.0-dev.tgz and run npm install oracledb-4.0.0-dev.tgz

You need Node.js 8.16 or later 8.x, Node.js 10.16 or later 10.x, or Node.js 12. (Node.js 11.12 should also be usable)

node-oracledb v3.1.2 Release Notes

21 Feb 07:36
Compare
Choose a tag to compare

node-oracledb v3.1.2 is available with some bug fixes, see the CHANGELOG.

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v3.1.1 Release Notes

24 Jan 07:17
Compare
Choose a tag to compare

Node-oracledb 3.1.1 was a rebuild to resolve a Linux binary build issue. Refer to the 3.1.0 release notes for changes.

node-oracledb v3.1.0 Release Notes

22 Jan 23:08
Compare
Choose a tag to compare

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

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

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

In this release the pre-built binaries are included in the npm package. For other environments, refer to INSTALL on building from source code.

node-oracledb 3.0.1 Release Notes

15 Nov 05:44
Compare
Choose a tag to compare

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

Pre-built binaries are available for Node 6, 8, 10 and 11 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v3.0.0 Release Notes

01 Oct 21:57
Compare
Choose a tag to compare

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

Pre-built binaries are available for Node 6, 8 and 10 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.3.0 Release Notes

08 Jun 06:31
Compare
Choose a tag to compare

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

Pre-built binaries are available for Node 6, 8 and 10 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.2.0 Release Notes

02 Apr 22:07
Compare
Choose a tag to compare

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

Pre-built binaries are available for Node 4, 6, 8 and 9 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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 v2.1.2 Release Notes

21 Feb 10:06
Compare
Choose a tag to compare
  • Fixed regression with end-to-end tracing attributes not being set.

  • Fix binary installer proxy 403 (Bruno Jouhier)

Pre-built binaries are available for Node 4, 6, 8 and 9 on:

  • Windows 64-bit (x64) (built with VS 2015)
  • 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.