Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 14:48
· 248 commits to master since this release
93c4bc6

12.0.0 (2021-08-15)

Features

  • drop support for Node.js 10.x (6bd814c)
  • remove validateBulkLoadParameters connection option (fbe3aeb)
  • target Node.js 12.x when performing code transpilation (738ac75)

BREAKING CHANGES

  • This removes the validateBulkLoadParameters connection option and always enables validation of bulk load values.
  • Going forward, tedious will only support Node.js v12 or newer.