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
@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.
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