Skip to content

Commit 0126454

Browse files
committed
starting rel notes
1 parent cc1fe80 commit 0126454

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

docs/tools/sqlpackage/release-notes-sqlpackage.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Release notes for Microsoft SqlPackage.
44
author: dzsquared
55
ms.author: drskwier
66
ms.reviewer: llali
7-
ms.date: 04/15/2025
7+
ms.date: 07/29/2025
88
ms.service: sql
99
ms.subservice: tools-other
1010
ms.topic: release-notes
@@ -19,6 +19,44 @@ ms.custom:
1919

2020
This article lists the features and fixes delivered by the released versions of SqlPackage.
2121

22+
## 170.1.61 SqlPackage
23+
24+
**Release date:** April 15, 2025
25+
26+
```bash
27+
dotnet tool install -g microsoft.sqlpackage --version 170.1.61
28+
```
29+
30+
|Platform|Download|
31+
|:---|:---|
32+
|Windows .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2316204)|
33+
|Windows|[.msi file](https://go.microsoft.com/fwlink/?linkid=2316310)|
34+
|macOS .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2316113)|
35+
|Linux .NET 8 |[.zip file](https://go.microsoft.com/fwlink/?linkid=2316311)|
36+
37+
### Features
38+
39+
|Feature|Details|
40+
|:---|:---|
41+
| Deployment | Adds support for publish properties `/p:IgnorePreDeployScript` and `/p:IgnorePostDeployScript`. These properties default to `false` and when enabled result in the |
42+
| Permissions | Adds support for the permission `ALTER ANY EXTERNAL MIRROR` for Azure SQL Database and SQL database in Fabric. This permission is required to export a database that contains one or more [mirrored tables](/fabric/database/mirrored-database/azure-sql-database-limitations). [GitHub issue](https://github.com/microsoft/DacFx/issues/648) |
43+
| Permissions | Adds support for the permissions `CREATE ANY EXTERNAL MODEL` and `ALTER ANY EXTERNAL MODEL` for SQL Server 2025. |
44+
| Permissions | Adds support for the permission `ALTER ANY INFORMATION PROTECTION` for SQL Server 2025 and Azure SQL Database. |
45+
| ScriptDom | Updated ScriptDom to version 170.0.44. |
46+
47+
48+
### Fixes
49+
50+
|Feature|Details|
51+
|:---|:---|
52+
| Always Encrypted | Fixed an issue where the `Interactive` option for the `/AzureKeyVaultAuthMethod` publish parameter was not working correctly. |
53+
| Deployment | Fixed an issue where the `DbScopedConfigMaxDOPSecondary` [property](../sql-database-projects/concepts/project-properties.md) was not being set correctly in the deployment. [GitHub issue](https://github.com/microsoft/DacFx/issues/597) |
54+
| Deployment | Fixed an issue where publishing tables containing foreign key constraints would fail with syntax not supported in Data warehouse in Microsoft Fabric. |
55+
| Deployment | Fixed an issue where server objects were included when deploying to SQL database in Fabric. Server objects are not supported in SQL database in Fabric. [GitHub issue](https://github.com/microsoft/DacFx/issues/646) |
56+
| Deployment | Fixed an issue where clustered columnstore indexes were being created by first creating a clustered index, causing the deployment to incur additional overhead and time. [GitHub issue](https://github.com/microsoft/DacFx/issues/264) |
57+
| Extract | Fixed an issue where extracting a database from SQL database in Fabric would result in unusable user definition scripts. [GitHub issue](https://github.com/microsoft/DacFx/issues/631) |
58+
59+
2260
## 170.0.94 SqlPackage
2361

2462
**Release date:** April 15, 2025

docs/tools/sqlpackage/sqlpackage-download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Download and Install SqlPackage for Windows, macOS, or Linux"
44
author: dzsquared
55
ms.author: drskwier
66
ms.reviewer: maghan
7-
ms.date: 04/15/2025
7+
ms.date: 07/29/2025
88
ms.service: sql
99
ms.subservice: tools-other
1010
ms.topic: install-set-up-deploy
@@ -20,9 +20,9 @@ ms.custom:
2020

2121
SqlPackage runs on Windows, macOS, and Linux, and is available to install through `dotnet tool` or as a standalone zip download. For details about the latest release, see the [release notes](release-notes-sqlpackage.md).
2222

23-
- **Version number:** 170.0.94
24-
- **Build number:** 170.0.94.3
25-
- **Release date:** April 15, 2025
23+
- **Version number:** 170.1.61
24+
- **Build number:** 170.1.61.1
25+
- **Release date:** July 29, 2025
2626

2727
SqlPackage is developed and released for both .NET 8 and .NET Framework. Installing the .NET 8 SqlPackage version is recommended via the [convenient `dotnet tool` method](#installation-cross-platform), which is cross-platform and easy to update, or via the [portable self-contained .zip download](#installation-file-download-alternative). The .NET 8 SqlPackage releases benefit from the continual advances to the performance and scalability of .NET as part of the [focus on for modern applications](/dotnet/core/introduction#net-ecosystem), which contrasts to the maintenance support of .NET Framework for Windows. The .NET Framework version is only available as a [.msi Windows installer](#windows-net-framework).
2828

0 commit comments

Comments
 (0)