Closed richardcarrigan closed 2 years ago
The dependency is ^14.0.0
That means any 14.x version is acceptable.
The dependency is
^14.0.0
That means any 14.x version is acceptable.
Thanks so much for confirming support, @dhensby ! I knew that the dependency was written as such, but I thought that the package would have had to explicitly add handlers/wrappers in order to support it. However, I just tested it and it is indeed supported, so that's great!
The Tedious NPM package added an
azure-active-directory-default
authentication option in v14.4.0, which allows direct use of theDefaultAzureCredential
within the connection config, rather than either conditionally using one of:azure-active-directory-msi-app-service
,azure-active-directory-service-principal-secret
, orazure-active-directory-password
, or creating a token usingcredential.getToken
and then usingazure-active-directory-access-token
.Until
mssql
supports this version or greater, anyone usingmssql
will be forced to continue using the workarounds mentioned above.Expected behaviour:
Updated version of
mssql
available through NPM which depends ontedious
v14.4.0 or greater.Actual behaviour:
Current version of
mssql
available through NPM (v8.1.1) depends ontedious
v14.0.0.Configuration:
What I currently have to do:
What I would like to do:
Software versions