Skip to content

Releases: abbgrade/PsSqlClient

2.3.1

18 Dec 09:56

Choose a tag to compare

Changed

  • Updated Azure.Core to 1.45.0 for compatibility with Az v14.

2.3.0

17 Dec 07:17

Choose a tag to compare

Changed

  • Updated System.Management.Automation and PowerShellVersion to 7.4.
  • Updated TargetFramework to net8.0.
  • Updated Microsoft.Data.SqlClient to 5.2.3.
  • Updated Azure.Identity to 1.13.0.

2.2.0

08 Dec 16:44

Choose a tag to compare

Changed

  • Updated Microsoft.Data.SqlClient to 5.1.1.
  • Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.

2.1.0

16 Aug 12:28

Choose a tag to compare

[2.1.0] - 2023-08-02

Added

  • Added debug output for connect command.

2.0.1

02 Aug 15:07

Choose a tag to compare

Fixed

  • The ConnectTimeout was setting the CommandTimeout in the ConnectionString.

Changed

  • The authentication related parameters do not longer use pipeline properties.

2.0.0

19 Jul 12:56

Choose a tag to compare

Added

  • Support for default Azure authentication.
  • Acquire token switch.

Changed

  • Parametersets of Connect-Instance.

1.5.0

03 Apr 10:42

Choose a tag to compare

Added

  • Added Test-Connection command.

Changed

  • Updated to net6.0

1.4.0

23 Feb 07:51

Choose a tag to compare

Changed

  • Updated Microsoft.Data.SqlClient to 5.0.1.

Added

  • Added output when loading dlls.

Fixed

  • Retry ignored with ErrorAction Stop.

1.3.1

30 May 14:08

Choose a tag to compare

Fixed

  • Export-Table with GUID columns.
  • Default paramter set was not integrated security.

1.3.0

30 May 14:08

Choose a tag to compare

Added

  • ColumnMapping parameter on Export-Table command.