@clickhouse/client 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
\Ninstead of a'NULL'string, it is now correctly handled for bothnulland explicitlyundefinedparameters. See the test scenarios for more details.