diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec449f148..9ff2344796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## Version 0.27.3 +* Release date: March 28, 2017 +* Release status: Public Preview + +## What's new in this version +The March Public Preview release enables some key aspects of the SQL Operations +Studio extensibility story. Here are some highlights in this release. + +* Enhance the Manage Dashboard extensibility model to support tabbed Insights and Configuration panes +* Dashboard Insights extensions for `sp_whoisactive` from [whoisactive.com](http://whoisactive.com) +* Extension Manager enables simple acquisition of 1st-party and 3rd-party extensions +* Add additional Extensibility APIs for `connection` and `objectexplorer` management +* Community Localization open for 10 languages +* Continue to fix important customer impacting GitHub issues + ## Version 0.26.7 * Release date: February 16, 2017 * Release status: Public Preview Hotfix 1 diff --git a/README.md b/README.md index 72d564ba61..822f1d2507 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ SQL Operations Studio is a data management tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. -**Download SQL Operations Studio February Public Preview** +**Download SQL Operations Studio March Public Preview** Platform | Link -- | -- -Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=867998 -Windows ZIP | https://go.microsoft.com/fwlink/?linkid=867997 -macOS ZIP | https://go.microsoft.com/fwlink/?linkid=867999 -Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=868000 -Linux DEB | https://go.microsoft.com/fwlink/?linkid=868002 -Linux RPM | https://go.microsoft.com/fwlink/?linkid=868001 +Windows Setup Installer | https://go.microsoft.com/fwlink/?linkid=870837 +Windows ZIP | https://go.microsoft.com/fwlink/?linkid=870838 +macOS ZIP | https://go.microsoft.com/fwlink/?linkid=870839 +Linux TAR.GZ | https://go.microsoft.com/fwlink/?linkid=870840 +Linux DEB | https://go.microsoft.com/fwlink/?linkid=870842 +Linux RPM | https://go.microsoft.com/fwlink/?linkid=870841 Go to our [download page](https://aka.ms/sqlopsstudio) for more specific instructions. @@ -69,6 +69,8 @@ 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: +* westerncj for `Removed duplicate contribution from README.md (#753)` +* ntovas for `Fix for duplicate extensions shown in "Save File" dialog. (#779)` * SebastianPfliegel for `Add cursor snippet (#475)` * mikaoelitiana for fix: `revert README and CONTRIBUTING after last VSCode merge (#574)` * alextercete for `Reinstate menu item to install from VSIX (#682)` @@ -79,6 +81,10 @@ We would like to thank all our users who raised issues, and in particular the fo * stebet for `Fix #153: Fixing sql snippets that failed on a DB with case-sensitive collation. (#152)` * SebastianPfliegel `Remove sqlExtensionHelp (#312)` * olljanat for `Implemented npm version check (#314)` +* Adam Mechanic for helping with the `whoisactive` extension +* All community localization contributors *(will get list of individuals next month)* + +And of course we'd like to thank the authors of all upstream dependencies. Please see a full list in the [ThirdPartyNotices.txt](https://raw.githubusercontent.com/Microsoft/sqlopsstudio/master/ThirdPartyNotices.txt) ## License