Skip to content

Releases: tediousjs/tedious

v12.0.0-beta.3

06 Aug 13:38
ce56de9
Compare
Choose a tag to compare
v12.0.0-beta.3 Pre-release
Pre-release

12.0.0-beta.3 (2021-08-06)

Features

  • target Node.js 12.x when performing code transpilation (738ac75)

v12.0.0-alpha.1

11 Aug 19:51
ce56de9
Compare
Choose a tag to compare
v12.0.0-alpha.1 Pre-release
Pre-release

12.0.0-alpha.1 (2021-08-11)

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.

v12.0.0-beta.2

05 Aug 19:32
b649874
Compare
Choose a tag to compare
v12.0.0-beta.2 Pre-release
Pre-release

12.0.0-beta.2 (2021-08-05)

Features

  • remove validateBulkLoadParameters connection option (fbe3aeb)

BREAKING CHANGES

  • This removes the validateBulkLoadParameters connection option and always enables validation of bulk load values.

v12.0.0-beta.1

05 Aug 12:24
b7af4e6
Compare
Choose a tag to compare
v12.0.0-beta.1 Pre-release
Pre-release

12.0.0-beta.1 (2021-08-05)

Features

  • drop support for Node.js 10.x (6bd814c)

BREAKING CHANGES

  • Going forward, tedious will only support Node.js v12 or newer.

v11.6.1

05 Aug 05:23
3ecb650
Compare
Choose a tag to compare

11.6.1 (2021-08-05)

Bug Fixes

  • fix handling of textsize connection option (ebe75f1)

v11.6.0

01 Aug 15:57
54c141a
Compare
Choose a tag to compare

11.6.0 (2021-08-01)

Features

v11.5.0

01 Aug 11:45
8a4a4e8
Compare
Choose a tag to compare

11.5.0 (2021-08-01)

Features

  • drop dependency on readable-stream (52ee816)

v11.4.2

01 Aug 10:43
a99949f
Compare
Choose a tag to compare

11.4.2 (2021-08-01)

Bug Fixes

  • only destroy with error when in streaming mode (584d748)

v11.4.1

01 Aug 09:29
3f57180
Compare
Choose a tag to compare

11.4.1 (2021-08-01)

Bug Fixes

  • unpipe payload streams on cancel or error (f195526)

v6.7.1

26 Jul 11:53
Compare
Choose a tag to compare

6.7.1 (2021-07-26)

Bug Fixes