Skip to content

0.0.16

Compare
Choose a tag to compare
@slvrtrn slvrtrn released this 17 May 13:01
· 96 commits to main since this release

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 both null and explicitly undefined parameters. See the test scenarios for more details.