All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added debug output for connect command.
- The ConnectTimeout was setting the CommandTimeout in the ConnectionString.
- The authentication related parameters do not longer use pipeline properties.
- Support for default Azure authentication.
- Acquire token switch.
- Parametersets of
Connect-Instance
.
- Added
Test-Connection
command.
- Updated to net6.0
- Updated Microsoft.Data.SqlClient to 5.0.1.
- Added output when loading dlls.
- Retry ignored with ErrorAction Stop.
- Export-Table with GUID columns.
- Default paramter set was not integrated security.
- ColumnMapping parameter on Export-Table command.
- Verbose detail output on exception.
- Access Token authentication.
- Updated Microsoft.Data.SqlClient from 3.0.1 to 4.1.0.
- Port parameter for Connect-Instance.
- ConnectTimeout for Connect-Instance.
- Support for Active Directory Credential.
- Replaced System.Data.SqlClient by Microsoft.Data.SqlClient.
- Updated to netcoreapp3.1.
- Added output to all commands.
- Fixed parameter validation for stored procedures.
- Added parameter validation.
- Added connection checks.
- Changed from Debug to Release build.
- Downgrade from .NETStandard 2.0 to .NETCore 2.1.