Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions release-notes/Microsoft.SqlPackage/170.3/170.3.79-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes

## Microsoft.SqlPackage 170.3.79-preview

This update brings the below changes over the previous release:

### Added
* Enhances permission publishing to include EXECUTE ON EXTERNAL MODEL permissions
* Extends Vector column support to allow changing the base type
### Fixed
* Fixes https://github.com/microsoft/DacFx/issues/604
* Fixes https://github.com/microsoft/DacFx/issues/735

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Release Notes

## Microsoft.SqlServer.DacFx 170.3.79-preview

This update brings the below changes over the previous release:

### Added
* Enhances permission publishing to include EXECUTE ON EXTERNAL MODEL permissions
* Extends Vector column support to allow changing the base type
### Fixed
* Fixes https://github.com/microsoft/DacFx/issues/604
* Fixes https://github.com/microsoft/DacFx/issues/735
### Changed