Skip to content

Adding dacfx release notes - #818

Merged
allancascante merged 5 commits into
mainfrom
dev/allancascante/release_notes_170.5.60-preview
Jul 28, 2026
Merged

Adding dacfx release notes#818
allancascante merged 5 commits into
mainfrom
dev/allancascante/release_notes_170.5.60-preview

Conversation

@allancascante

Copy link
Copy Markdown
Contributor

Description

Release notes for 170.5.60-preview

Code Changes

  • Unit tests are added, if possible
  • Existing tests are passing
  • New or updated code follows the guidelines here
  • Ensure .dacpac from changes to Microsoft.Build.Sql build process MUST be backwards compatible with older versions of SqlPackage
  • Use proper logging for MSBuild tasks

* 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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove. feature is not ready

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also add a similar release notes for sqlpackage

* 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`

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is also test fix

@ErikEJ

ErikEJ commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Thanks for the new approach to very detailed release notes, very useful!

Comment thread release-notes/Microsoft.SqlServer.DacFx/170.5/170.5.60-preview.md
@allancascante
allancascante merged commit 3bb6c3c into main Jul 28, 2026
15 checks passed
@allancascante
allancascante deleted the dev/allancascante/release_notes_170.5.60-preview branch July 28, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants