Version 5.2 of the node-oracledb API for connecting to Oracle Database 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