Skip to content

Releases: abbgrade/PsDac

1.8.1

18 Dec 10:22

Choose a tag to compare

Changed

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

1.8.0

17 Dec 08:22

Choose a tag to compare

Changed

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

1.7.0

19 Aug 09:25

Choose a tag to compare

Changed

  • Added support for views to Get-DacColumn command.
  • Updated Microsoft.SqlServer.DacFx to 162.1.167.
  • Updated System.Management.Automation to 7.2.16 and PowerShell 7.2.16.

Added

  • Added Install-Package parameter for IgnoreWithNocheckOnCheckConstraints, IgnoreWithNocheckOnForeignKeys and ScriptNewConstraintValidation.

1.6.0

24 Aug 13:27

Choose a tag to compare

Changed

  • Added verbose output to import dacpac and install dacpac.

1.5.0

10 Jul 10:33

Choose a tag to compare

Changed

  • The access token in the Connect-Service command cannot be within the connection string but is an optional parameter.
  • Connecting to a azure sql server without a access token, will aquire a new token.

Added

  • Added deploy options to Install-Package.

1.3.0

03 Apr 10:57

Choose a tag to compare

Added

  • Added UpdateExisting switch to install command.
  • Added Export-DacModel command.
  • Added database option to import model or package from.
  • Added New-SchemaComparison command.

Changed

  • Updated powershell version.

Fixed

  • Exception when write powershell output in thread.

1.2.0

03 Apr 07:47

Choose a tag to compare

Added

  • Pipeline input for Disconnect-Service.

1.1.0

30 Jul 19:47

Choose a tag to compare

Added

  • Default parameter set ConnectionString for Connect-Service.

1.0.0

12 May 13:06

Choose a tag to compare

Added

  • Added Connect-DacService command.
  • Added Disconnect-DacService command.
  • Added Install-DacPackage command.
  • Added output to all commands.
  • Added documentation.

Changed

  • Changed type of the Name property in Get-DacDataType output from SqlDataType to string.

Fixed

  • Get-DacDataType works for user defined types and CLI types.