Releases: tediousjs/tedious
Releases · tediousjs/tedious
v13.0.1
v13.0.0
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 themsiEndpoint
option of
theazure-active-directory-msi-vm
authentication method, and themsiEndpoint
andmsiSecret
options of theazure-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
v12.3.0-alpha.1
v12.2.0
v12.1.0
v12.0.0
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.