·
1 commit
to main
since this release
- Change license to MIT.
- Change target to PowerShell 7.2 / .NET 6.
- Change how the module loads dependencies. Now, the module loads dependencies into a private context using the recommended technique to prevent errors if other moduels load conflicting dependencies.
- Change
Cmdlet, renaming toPSqlCmdlet. - Remove
IConsole, replacing it with a simplerISqlMessageLogger. - Update Microsoft.Data.SqlClient to 5.2.3
- Add
-ReplaceVariablesInCommentsswitch toExpand-SqlCmdDirectives. - Add retries on transient failures.
- Fix
EncryptionMode.Defaultrequiring certificate validation for local connections.