0.0.16
Breaking changes
- Node.js 14 EOL as its maintenance phase has ended in April 2023. Node.js 16+ is now required to use the client.
Bug fixes
- Fix NULL parameter binding. As the HTTP interface expects
\N
instead of a'NULL'
string, it is now correctly handled for bothnull
and explicitlyundefined
parameters. See the test scenarios for more details.