Skip to content

Commit 051274a

Browse files
llalissreerama
andauthored
Merge main branch to internal (#731)
* Updating to dacfx 170.2.55 and adding release notes (#701) * DacFx Preview Release 170.2.68 (#702) * DacFx Preview Release 170.2.65 * using dacfx 170.2.68 * fixing the dacfx version * Updating to DacFx 170.2.70 (#704) * Setting the default target to 170 in the templates (#705) * Adding Release notes for 170.3.37 (#721) * Adding Release notes for 170.3.37 * Updating DacFx version in the Build SDK * Upgrading package versions to follow the security advisory (#725) * Adding release notes for DacFx 170.2.54 (#729) * Release Microsoft.Build.Sql 2.1.0.P2 (#730) * Release Microsoft.Build.Sql 2.1.0.P2 * updating sql types * fixing the build --------- Co-authored-by: Sai Avishkar Sreerama <[email protected]>
1 parent 47e42e8 commit 051274a

16 files changed

Lines changed: 201 additions & 11 deletions

File tree

Directory.Packages.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
66

77
<!-- Let CI pipelines to set these for testing dependencies -->
8-
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">170.2.37-preview</DacFxPackageVersion>
9-
<ScriptDomPackageVersion Condition="'$(ScriptDomPackageVersion)' == ''">170.*</ScriptDomPackageVersion>
10-
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">5.1.7</SqlClientPackageVersion>
8+
<DacFxPackageVersion Condition="'$(DacFxPackageVersion)' == ''">170.3.54-preview</DacFxPackageVersion>
9+
<ScriptDomPackageVersion Condition="'$(ScriptDomPackageVersion)' == ''">170.128.0</ScriptDomPackageVersion>
10+
<SqlClientPackageVersion Condition="'$(SqlClientPackageVersion)' == ''">6.1.3</SqlClientPackageVersion>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<!-- Source -->
14-
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.31" />
14+
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="17.11.48" />
1515
<PackageVersion Include="Microsoft.SqlServer.DacFx" Version="$(DacFxPackageVersion)" />
1616
<PackageVersion Include="Microsoft.Data.SqlClient" Version="$(SqlClientPackageVersion)" />
1717
<PackageVersion Include="Microsoft.SqlServer.Server" Version="1.0.0" />
1818
<PackageVersion Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="$(ScriptDomPackageVersion)" />
19-
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
19+
<PackageVersion Include="Microsoft.SqlServer.Types" Version="170.1000.7" />
2020
<PackageVersion Include="NuGet.Versioning" Version="6.13.2" />
2121
<PackageVersion Include="System.ComponentModel.Composition" Version="8.0.0" />
2222
<PackageVersion Include="System.IO.Packaging" Version="8.0.1" />
2323

2424
<!-- Test -->
25-
<PackageVersion Include="Microsoft.Build" Version="17.11.31" />
26-
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.31" />
25+
<PackageVersion Include="Microsoft.Build" Version="17.11.48" />
26+
<PackageVersion Include="Microsoft.Build.Tasks.Core" Version="17.11.48" />
2727
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
2828
<PackageVersion Include="Moq" Version="4.20.70" />
2929
<PackageVersion Include="NuGet.Packaging" Version="6.13.2" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 2.0.0-preview.5 - 2025-09-26
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Adds supports for 32-bit float vectors.
9+
* Adds support for the new system functions `AI_GENERATE_CHUNKS`, `JSON_OBJECTAGG`, `AI_GENERATE_EMBEDDINGS`, `VECTOR_SEARCH`, `JSON_ARRAYAGG`, `JSON_QUERY` and `REGEXP_LIKE`.
10+
* Adds a new Deploy option to exclude external models from deployment scripts.
11+
12+
### Changed
13+
* Updated DacFx version to 170.2.55-preview.
14+
* Updated Microsoft.Data.SqlClient to 5.1.7.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 2.0.0-rc.1 - 2025-10-03
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Fixes the bugs with External Model and dependency to a Database Credential.
9+
10+
### Changed
11+
* Updated DacFx version to 170.2.68-preview.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 2.0.0 - 2025-10-14
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Added support for `Sql170DatabaseSchemaProvider` (SQL 2025) target platform.
9+
10+
### Changed
11+
* Updated DacFx version to 170.2.70.
12+
* .NET SDK targets are imported by default which brings in any new features and fixes from the .NET team.
13+
* Brings in support for artifact outputs and tool package references.
14+
* Whole project should no longer rebuild with no changes to files.
15+
16+
### Fixed
17+
* Fixed a build failure in Visual Studio if the project has been previously built with `dotnet build`.
18+
* Fixed build error in SSDT with message `Error loading lock file '\obj\project.assets.json' : Error reading '' : Imports contains an invalid framework: 'unsupported' in 'project.json'.`
19+
* Fixed issue where extra unnecessary binaries are packaged in the SDK.
20+
* Fixed a bug where `MaxDopForSecondary` is incorrectly set. [#597](https://github.com/microsoft/DacFx/issues/597)
21+
* Fixed incremental builds being skipped when files are deleted. [#668](https://github.com/microsoft/DacFx/pull/668)
22+
* Fixed an issue where project build fails on `CREATE USER` with SID/TYPE. [#632](https://github.com/microsoft/DacFx/issues/632)
23+
* Fixed build error with scalar functions and identity columns on Fabric DW.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 2.1.0-preview - 2025-11-14
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Adds support for database options ACCELERATED_DATABASE_RECOVERY and OPTIMIZED_LOCKING
9+
10+
### Changed
11+
* Updated DacFx version to 170.3.37-preview.
12+
13+
### Fixed
14+
* Fixes https://github.com/microsoft/DacFx/issues/719
15+
* Fixes https://github.com/microsoft/DacFx/issues/713
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 2.1.0-preview.2 - 2025-12-15
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
9+
### Changed
10+
* Updated DacFx version to 170.3.54-preview.
11+
* Updated Microsoft.Data.SqlClient version to 6.1.3.
12+
13+
### Fixed
14+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlPackage 170.2.55-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Adds supports for 32-bit float vectors.
9+
* Adds support for the new system functions `AI_GENERATE_CHUNKS`, `JSON_OBJECTAGG`, `AI_GENERATE_EMBEDDINGS`, `VECTOR_SEARCH`, `JSON_ARRAYAGG`, `JSON_QUERY` and `REGEXP_LIKE`.
10+
* Adds a new Deploy option to exclude external models from deployment scripts.
11+
12+
### Fixed
13+
14+
### Changed
15+
* Updates the ScriptDom version to 170.121.2
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlPackage 170.2.68-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
9+
### Fixed
10+
* Fixes a bug with comparing json indexes with the default json path.
11+
* Fixes https://github.com/microsoft/DacFx/issues/476
12+
* Fixes the bugs with External Model and dependency to a Database Credential.
13+
### Changed
14+
* Updates the ScriptDom version to 170.128.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlPackage 170.3.37-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Adds .Net 10
9+
* Adds support for database options ACCELERATED_DATABASE_RECOVERY and OPTIMIZED_LOCKING
10+
### Fixed
11+
* Fixes a bug with deploying to SQL database in Microsoft Fabric when target database includes a security policy
12+
* Fixes https://github.com/microsoft/DacFx/issues/719
13+
* Fixes https://github.com/microsoft/DacFx/issues/713
14+
* Fixes https://github.com/microsoft/DacFx/issues/706
15+
### Changed
16+
17+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release Notes
2+
3+
## Microsoft.SqlPackage 170.3.54-preview
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
### Fixed
9+
### Changed
10+
* Updates Microsoft.Data.SqlClient to 6.1.3
11+

0 commit comments

Comments
 (0)