mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update readme and changelog for Feb release (#4025)
This commit is contained in:
25
CHANGELOG.md
25
CHANGELOG.md
@@ -1,5 +1,30 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## Version 1.4.5
|
||||||
|
* Release date: February 13, 2019
|
||||||
|
* Release status: General Availability
|
||||||
|
|
||||||
|
## What's new in this version
|
||||||
|
* Added **Admin pack for SQL Server** extension pack to make it easier to install SQL Server admin-related extensions. This includes:
|
||||||
|
* [SQL Server Agent](https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-agent-extension?view=sql-server-2017)
|
||||||
|
* [SQL Server Profiler](https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-profiler-extension?view=sql-server-2017)
|
||||||
|
* [SQL Server Import](https://docs.microsoft.com/en-us/sql/azure-data-studio/sql-server-import-extension?view=sql-server-2017)
|
||||||
|
* Added filtering extended event support in Profiler extension
|
||||||
|
* Added Save as XML feature that can save T-SQL results as XML
|
||||||
|
* Added Data-Tier Application Wizard improvements
|
||||||
|
* Added Generate script button
|
||||||
|
* Added view to give warnings of possible data loss during deployment
|
||||||
|
* Updates to the [SQL Server 2019 Preview extension](https://docs.microsoft.com/sql/azure-data-studio/sql-server-2019-extension?view=sql-server-ver15)
|
||||||
|
* Results streaming enabled by default for long running queries
|
||||||
|
* Resolved [bugs and issues](https://github.com/Microsoft/azuredatastudio/milestone/23?closed=1).
|
||||||
|
|
||||||
|
## Contributions and "thank you"
|
||||||
|
We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes:
|
||||||
|
|
||||||
|
* AlexFsmn for `Added context menu for DBs in explorer view to backup & restore db. #2277`
|
||||||
|
* sadedil for `Missing feature request: Save as XML #3729`
|
||||||
|
* gbritton1 for `Removed reference to object explorer #3463`
|
||||||
|
|
||||||
## Version 1.3.8
|
## Version 1.3.8
|
||||||
* Release date: January 9, 2019
|
* Release date: January 9, 2019
|
||||||
* Release status: General Availability
|
* Release status: General Availability
|
||||||
|
|||||||
17
README.md
17
README.md
@@ -9,13 +9,13 @@ Azure Data Studio is a data management tool that enables you to work with SQL Se
|
|||||||
|
|
||||||
Platform | Link
|
Platform | Link
|
||||||
-- | --
|
-- | --
|
||||||
Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2049972
|
Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2072725
|
||||||
Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2049975
|
Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2072728
|
||||||
Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2050146
|
Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2072354
|
||||||
macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2049981
|
macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2072737
|
||||||
Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2049986
|
Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2072360
|
||||||
Linux RPM | https://go.microsoft.com/fwlink/?linkid=2049989
|
Linux RPM | https://go.microsoft.com/fwlink/?linkid=2072741
|
||||||
Linux DEB | https://go.microsoft.com/fwlink/?linkid=2050157
|
Linux DEB | https://go.microsoft.com/fwlink/?linkid=2072744
|
||||||
|
|
||||||
Go to our [download page](https://aka.ms/azuredatastudio) for more specific instructions.
|
Go to our [download page](https://aka.ms/azuredatastudio) for more specific instructions.
|
||||||
|
|
||||||
@@ -68,6 +68,9 @@ The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.micro
|
|||||||
## Contributions and "Thank You"
|
## Contributions and "Thank You"
|
||||||
We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes:
|
We would like to thank all our users who raised issues, and in particular the following users who helped contribute fixes:
|
||||||
|
|
||||||
|
* AlexFsmn for `Added context menu for DBs in explorer view to backup & restore db. #2277`
|
||||||
|
* sadedil for `Missing feature request: Save as XML #3729`
|
||||||
|
* gbritton1 for `Removed reference to object explorer #3463`
|
||||||
* Tarig0 for `Add Routine_Type to CreateStoredProc fixes #3257 (#3286)`
|
* Tarig0 for `Add Routine_Type to CreateStoredProc fixes #3257 (#3286)`
|
||||||
* oltruong for `typo fix #3025'`
|
* oltruong for `typo fix #3025'`
|
||||||
* Thomas-S-B for `Removed unnecessary IErrorDetectionStrategy #749`
|
* Thomas-S-B for `Removed unnecessary IErrorDetectionStrategy #749`
|
||||||
|
|||||||
Reference in New Issue
Block a user