From 7a82ad17cc5536ab6a9296dc01f0038ae182c749 Mon Sep 17 00:00:00 2001 From: Zi Chen Date: Fri, 13 Dec 2024 12:04:42 -0800 Subject: [PATCH] Add release notes --- .../Microsoft.Build.Sql/0.2.5-preview.md | 18 ++++++++++++++++++ release-notes/Microsoft.Build.Sql/README.md | 18 ++++++++++++++++++ .../Microsoft.Build.Sql.csproj | 1 + .../Microsoft.Build.Sql.nuspec | 1 + src/Microsoft.Build.Sql/README.md | 1 + 5 files changed, 39 insertions(+) create mode 100644 release-notes/Microsoft.Build.Sql/0.2.5-preview.md create mode 100644 release-notes/Microsoft.Build.Sql/README.md diff --git a/release-notes/Microsoft.Build.Sql/0.2.5-preview.md b/release-notes/Microsoft.Build.Sql/0.2.5-preview.md new file mode 100644 index 0000000..3973940 --- /dev/null +++ b/release-notes/Microsoft.Build.Sql/0.2.5-preview.md @@ -0,0 +1,18 @@ +# Release Notes + +## Microsoft.Build.Sql 0.2.5-preview - 2024-11-22 + +This update brings the below changes over the previous release: + +### Added +* Added code analysis sample template, can be created via `dotnet new sqlcodeanalysis`. [#515](https://github.com/microsoft/DacFx/pull/515) +* Added support for [SQL database in Fabric](https://learn.microsoft.com/en-us/fabric/database/sql/overview) in the target platform `SqlDbFabricDatabaseSchemaProvider`. + +### Fixed +* Fixed SSDT loading error started in SDK version 0.2.4-preview. [#524](https://github.com/microsoft/DacFx/pull/524) +* Fixed `:r` included files in pre/post-deployment scripts being also included in build. [#497](https://github.com/microsoft/DacFx/pull/497) +* Fixed build error when referencing synonym on table with UDT of same name. +* Fixed unresolved reference error to `ISJSON` function in stored procedures. + +### Changed +- Updated DacFx version to 162.5.57 and System.IO.Packaging to 8.0.1. [#530](https://github.com/microsoft/DacFx/pull/530) \ No newline at end of file diff --git a/release-notes/Microsoft.Build.Sql/README.md b/release-notes/Microsoft.Build.Sql/README.md new file mode 100644 index 0000000..3f7cc04 --- /dev/null +++ b/release-notes/Microsoft.Build.Sql/README.md @@ -0,0 +1,18 @@ +# Microsoft.Build.Sql and Templates Releases + +The following Microsoft.Build.Sql and Microsoft.Build.Sql.Templates releases have been shipped: + +| Release Date | Version | Notes | +| :-- | :-- | :--: | +| 2024-11-22 | 0.2.5-preview | [release notes](0.2.5-preview.md) | +| 2024-11-01 | 0.2.4-preview | | +| 2024-09-19 | 0.2.3-preview | | +| 2024-07-17 | 0.2.0-preview | | +| 2024-06-06 | 0.1.19-preview | | +| 2024-02-27 | 0.1.15-preview | | +| 2023-10-23 | 0.1.14-preview | | +| 2023-08-28 | 0.1.12-preview | | +| 2023-05-11 | 0.1.10-preview | | +| 2023-02-13 | 0.1.9-preview | | +| 2022-11-10 | 0.1.7-preview | | +| 2022-02-28 | 0.1.3-preview | | \ No newline at end of file diff --git a/src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj b/src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj index 195c20c..6609ce9 100644 --- a/src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj +++ b/src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj @@ -5,6 +5,7 @@ $(MSBuildThisFileDirectory)Microsoft.Build.Sql.nuspec MSBuildSDK README.md + https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql false true diff --git a/src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec b/src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec index 2856082..30071e6 100644 --- a/src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec +++ b/src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec @@ -19,6 +19,7 @@ LICENSE.txt false README.md + https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql diff --git a/src/Microsoft.Build.Sql/README.md b/src/Microsoft.Build.Sql/README.md index cb9ec36..7584b38 100644 --- a/src/Microsoft.Build.Sql/README.md +++ b/src/Microsoft.Build.Sql/README.md @@ -55,6 +55,7 @@ Depending on where you are developing, additional steps may be required. A walk- ## Resources +- [Release notes](https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql) - [Primary documentation](https://aka.ms/sqlprojects) - [CI/CD workflow samples](https://aka.ms/sqlprojects-samples) - [GitHub repository](https://github.com/microsoft/dacfx)