Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking changes #1464

Merged
merged 4 commits into from Jul 11, 2022
Merged

Breaking changes #1464

merged 4 commits into from Jul 11, 2022

Conversation

arthurschreiber
Copy link
Collaborator

No description provided.

BREAKING CHANGE: `tedious` no longer supports Node.js 12.x.
…lse`

BREAKING CHANGE: The default value for the `trustServerCertificate` option
changed from `true` to `false`.
…ectory-password` authentication

BREAKING CHANGE: 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).
…thentication

BREAKING CHANGE: The `domain` option was replaced by the `tenantId` option.
@codecov
Copy link

codecov bot commented Jul 11, 2022

Codecov Report

Merging #1464 (85a2b89) into master (600a104) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #1464      +/-   ##
==========================================
- Coverage   80.51%   80.47%   -0.04%     
==========================================
  Files          91       91              
  Lines        4691     4667      -24     
  Branches      863      855       -8     
==========================================
- Hits         3777     3756      -21     
+ Misses        635      633       -2     
+ Partials      279      278       -1     
Impacted Files Coverage Δ
src/connection.ts 65.27% <0.00%> (-0.52%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 600a104...85a2b89. Read the comment docs.

@arthurschreiber arthurschreiber merged commit f225dbc into master Jul 11, 2022
@arthurschreiber arthurschreiber deleted the arthur/breaking-changes branch July 11, 2022 10:34
@github-actions
Copy link

🎉 This PR is included in version 15.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant