oracle / node-oracledb

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

node-oracledb 5.2 is available #1387

Closed cjbj closed 3 years ago

cjbj commented 3 years ago

node-oracledb 5.2 has been released.

Release announcement: https://blogs.oracle.com/opal/nodejs-node-oracledb-52-dynamic-pool-reconfiguration

Full Changelog: https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md

tl;dr: it has dynamic reconfiguration of connection pools; better dead connection detection; support for a SODA metadata cache; execution request queuing; getRows() can return all rows in one call

cjbj commented 3 years ago

@dannyb648 has updated the TypeScript definitions for node-oracledb 5.2. Thanks to him for the PR and thanks to Griffiths Waite for their ongoing support for maintenance of the definitions.