Skip to content

Releases: tediousjs/tedious

v13.0.1

17 Sep 16:55
ded1d8c
Compare
Choose a tag to compare

13.0.1 (2021-09-17)

Bug Fixes

  • correctly handle encoding of varchar/char values in TVP parameters (63e2747)

v13.0.0

12 Sep 14:25
6b8bd41
Compare
Choose a tag to compare

13.0.0 (2021-09-12)

Features

  • convert @azure/ms-rest-nodeauth to identity (8eca444)

BREAKING CHANGES

  • This introduces breaking changes as it replaces the previously used adal-node package for Azure authentication with the new @azure/identity package. Because of difference in these two libraries we had to remove support for the msiEndpoint option of
    the azure-active-directory-msi-vm authentication method, and the msiEndpoint and msiSecret options of the azure-active-directory-msi-app-service authentication option.

    There could also be other changes in authentication behavior, so be careful when upgrading if you're using one of the Azure specific authentication methods.

v12.3.0

12 Sep 09:14
7b4be33
Compare
Choose a tag to compare

12.3.0 (2021-09-12)

Features

  • deprecate azure authentication options that will be removed (596e575)

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)