Skip to content

Releases: tediousjs/tedious

v12.3.0-alpha.1

08 Sep 21:09
Compare
Choose a tag to compare
v12.3.0-alpha.1 Pre-release
Pre-release

12.3.0-alpha.1 (2021-09-08)

Features

  • support column and parameter encryption (c40b1e3)

v12.2.0

29 Aug 11:37
fac4e6e
Compare
Choose a tag to compare

12.2.0 (2021-08-29)

Features

  • express client support for UTF-8 in LOGIN7 (e2f853d), closes #1143
  • parse UTF-8 support FeatureExtAck (c91258e), closes #1143

v12.1.0

28 Aug 22:39
1189b4a
Compare
Choose a tag to compare

12.1.0 (2021-08-28)

Bug Fixes

  • improve collation parsing (b8cfb08)

Features

  • encode varchar, char and text values based on the current database collation (0dce3e3)
  • track the current database collation on the connection (d27a7e0)
  • write collation for nvarchar, nchar, ntext , varchar, char and text data types (b1db199)

v12.0.0

15 Aug 14:48
93c4bc6
Compare
Choose a tag to compare

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.

v12.0.0-beta.4

15 Aug 14:27
55de960
Compare
Choose a tag to compare
v12.0.0-beta.4 Pre-release
Pre-release

12.0.0-beta.4 (2021-08-15)

Features

  • add missing collation codepage information (d93a7b5)
  • support ntext data type in bulk loads and regular requests (4a10ccb)
  • support text and image data type in bulk loads (573426f)

v11.8.0

10 Aug 07:17
7e2c947
Compare
Choose a tag to compare

11.8.0 (2021-08-10)

Features

  • support ntext data type in bulk loads and regular requests (4a10ccb)
  • support text and image data type in bulk loads (573426f)

v11.7.0

08 Aug 13:46
2589846
Compare
Choose a tag to compare

11.7.0 (2021-08-08)

Features

  • add missing collation codepage information (d93a7b5)

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.