Releases: tediousjs/tedious
Releases · tediousjs/tedious
v15.1.1
v15.1.0
v15.0.1
v15.0.0
15.0.0 (2022-07-11)
chore
- drop support for Node.js 12 (121f3a5)
Features
- change default value for
trustServerCertificate
option tofalse
(04ebc29) - remove
domain
option forazure-active-directory-password
authentication (85a2b89) - remove default value for
clientId
option ofazure-active-directory-password
authentication (8885e1f)
BREAKING CHANGES
- The
domain
option was replaced by thetenantId
option. - Using the
azure-active-directory-password
authentication type now requires specifying theclientId
option of an
Azure Application. The application has to have public client flows
enabled and has to haveuser_impersonation
permissions for Azure SQL
Database. The user account that is being used also has to be assigned
to the application, and has to grant consent (either explicitly or via
admin consent). - The default value for the
trustServerCertificate
option
changed fromtrue
tofalse
. tedious
no longer supports Node.js 12.x.
v15.0.0-beta.1
15.0.0-beta.1 (2022-07-11)
Features
- remove
domain
option forazure-active-directory-password
authentication (a6dc9fa) - remove default value for
clientId
option ofazure-active-directory-password
authentication (438986e)
BREAKING CHANGES
- The
domain
option was replaced by thetenantId
option. - Using the
azure-active-directory-password
authentication type now requires specifying theclientId
option of an
Azure Application. The application has to have public client flows
enabled and has to haveuser_impersonation
permissions for Azure SQL
Database. The user account that is being used also has to be assigned
to the application, and has to grant consent (either explicitly or via
admin consent).