-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters