Skip to content

v15.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 17:56
· 90 commits to master since this release
f225dbc

15.0.0 (2022-07-11)

chore

  • drop support for Node.js 12 (121f3a5)

Features

  • change default value for trustServerCertificate option to false (04ebc29)
  • remove domain option for azure-active-directory-password authentication (85a2b89)
  • remove default value for clientId option of azure-active-directory-password authentication (8885e1f)

BREAKING CHANGES

  • The domain option was replaced by the tenantId option.
  • Using the azure-active-directory-password
    authentication type now requires specifying the clientId option of an
    Azure Application. The application has to have public client flows
    enabled and has to have user_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 from true to false.
  • tedious no longer supports Node.js 12.x.