From 0285d8cd38aa763b1a56438d576a37e0b75b350c Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Wed, 9 Jan 2019 10:12:14 -0800 Subject: [PATCH] Update readme for January release (#3595) * Update readme for December release * Fix spelling * Update release date to 12/13 * added release note items and fixed a small misspell * Update release date to Dec 18 * Update release date --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 17 +++++++++++------ 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc9ca5750..bd91307538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Change Log +## Version 1.3.8 +* Release date: January 9, 2018 +* Release status: General Availability + +## What's new in this version +* #13 Feature Request: Azure Active Directory Authentication +* #1040 Stream initial query results as they become available +* #3298 Сan't add an azure account. +* #2387 Support Per-User Installer +* SQL Server Import updates for DACPAC\BACPAC +* SQL Server Profiler UI and UX improvements +* Updates to [SQL Server 2019 extension](https://docs.microsoft.com/sql/azure-data-studio/sql-server-2019-extension?view=sql-server-ver15) +* **sp_executesql to SQL** and **New Database** extensions + +## 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: + +* Tarig0 for `Add Routine_Type to CreateStoredProc fixes #3257 (#3286)` +* oltruong for `typo fix #3025'` +* Thomas-S-B for `Removed unnecessary IErrorDetectionStrategy #749` +* Thomas-S-B for `Simplified code #750` + ## Version 1.2.4 * Release date: November 6, 2018 * Release status: General Availability diff --git a/README.md b/README.md index f43a50899e..0df3f264b9 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ Azure Data Studio is a data management tool that enables you to work with SQL Se Platform | Link -- | -- -Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=2038320 -Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2038323 -macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2038327 -Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2038332 -Linux RPM | https://go.microsoft.com/fwlink/?linkid=2038401 -Linux DEB | https://go.microsoft.com/fwlink/?linkid=2038405 +Windows User Installer | https://go.microsoft.com/fwlink/?linkid=2049972 +Windows System Installer | https://go.microsoft.com/fwlink/?linkid=2049975 +Windows ZIP | https://go.microsoft.com/fwlink/?linkid=2050146 +macOS ZIP | https://go.microsoft.com/fwlink/?linkid=2049981 +Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=2049986 +Linux RPM | https://go.microsoft.com/fwlink/?linkid=2049989 +Linux DEB | https://go.microsoft.com/fwlink/?linkid=2050157 Go to our [download page](https://aka.ms/azuredatastudio) for more specific instructions. @@ -62,6 +63,10 @@ The [Microsoft Enterprise and Developer Privacy Statement](https://privacy.micro ## 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: +* Tarig0 for `Add Routine_Type to CreateStoredProc fixes #3257 (#3286)` +* oltruong for `typo fix #3025'` +* Thomas-S-B for `Removed unnecessary IErrorDetectionStrategy #749` +* Thomas-S-B for `Simplified code #750` * rdaniels6813 for `Add query plan theme support #3031` * Ruturaj123 for `Fixed some typos and grammatical errors #3027` * PromoFaux for `Use emoji shortcodes in CONTRIBUTING.md instead of � #3009`