oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

Node-oracledb 6.1.0 is now available! #1599

Closed sharadraju closed 3 months ago

sharadraju commented 10 months ago

node-oracledb v6.1.0 is 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.

tgillus commented 10 months ago

@sharadraju Thank you for the support that you all provide for this library. Are there plans in the near future to update the TypeScript type definitions to reflect version 6.1.0? The latest type definitions seem to define types for version 5.3.

cjbj commented 10 months ago

@tgillus our friend @dannyb648 is working on updates.

tgillus commented 10 months ago

@cjbj Thank you for the update.

sharadraju commented 9 months ago

@tgillus The TypeScript type definitions have been updated to 6.0.0. version thanks to @dannyb648.

tgillus commented 9 months ago

@sharadraju Thanks so much!