Adding dacfx release notes - #818
Merged
allancascante merged 5 commits intoJul 28, 2026
Merged
Conversation
allancascante
requested review from
chlafreniere,
dzsquared,
kburtram,
llali and
ssreerama
as code owners
July 25, 2026 00:28
llali
reviewed
Jul 25, 2026
| * Fixes non-deterministic object ordering when creating and updating a SQL project [#795](https://github.com/microsoft/DacFx/issues/795) | ||
| * Fixes a redundant `ALTER TABLE ... ADD CONSTRAINT` emitted when publishing inline constraints from a project [#792](https://github.com/microsoft/DacFx/issues/792) | ||
| * Fixes an `InvalidCastException` when extracting an object-level permission on a SECURITY POLICY [#800](https://github.com/microsoft/DacFx/issues/800) | ||
| * Fixes DACPAC extract producing `ModelSchemaVersion` "2.4" instead of "2.6" for models without filegroups |
Member
There was a problem hiding this comment.
I think this is the test fix. not code fix
| This update brings the below changes over the previous release: | ||
|
|
||
| ### Adds | ||
| * Adds pre-plan script support, including a dacpac artifact, public API, and MSBuild `<PrePlan>` plumbing |
Member
There was a problem hiding this comment.
please remove. feature is not ready
Member
There was a problem hiding this comment.
please also add a similar release notes for sqlpackage
llali
reviewed
Jul 25, 2026
| * Fixes `sp_addextendedproperty` with `@level1type=N'NULL'` for an extended property on a SECURITY POLICY | ||
| * Fixes Table Designer identity default validation | ||
| * Fixes stale Table Designer cache access token callbacks | ||
| * Fixes the SqlDwUnified (Fabric Warehouse) platform incorrectly mapping to `Sql150` |
Contributor
|
Thanks for the new approach to very detailed release notes, very useful! |
dzsquared
approved these changes
Jul 27, 2026
dzsquared
requested changes
Jul 28, 2026
Co-authored-by: Drew Skwiers-Koballa <dzsquared@users.noreply.github.com>
llali
approved these changes
Jul 28, 2026
dzsquared
approved these changes
Jul 28, 2026
allancascante
deleted the
dev/allancascante/release_notes_170.5.60-preview
branch
July 28, 2026 18:00
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Release notes for 170.5.60-preview
Code Changes