Skip to content

Commit 75fef45

Browse files
author
stevestein
committed
update for April release
1 parent ac0563f commit 75fef45

2 files changed

Lines changed: 56 additions & 9 deletions

File tree

docs/sql-operations-studio/download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Download and install Microsoft SQL Operations Studio (preview) | Microsoft Docs
33
description: 'Download and Install Microsoft SQL Operations Studio (preview) for Windows, macOS, or Linux'
44
ms.custom: "tools|sos"
5-
ms.date: "03/28/2018"
5+
ms.date: "04/24/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -19,13 +19,13 @@ ms.workload: "Inactive"
1919

2020
[!INCLUDE[name-sos](../includes/name-sos.md)] runs on Windows, macOS, and Linux.
2121

22-
Download and install the latest release, the *March Public Preview*:
22+
Download and install the latest release, the *April Public Preview*:
2323

2424
|Platform|Download|Release date| Version |
2525
|:---|:---|:---|:---|
26-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=870837)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=870838)|March 28, 2018 |0.27.3|
27-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=870839)|March 28, 2018 |0.27.3|
28-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=870842)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=870841)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=870840)|March 28, 2018 |0.27.3|
26+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=870837)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=870838)|April 24, 2018 |0.28.3|
27+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=870839)|April 24, 2018 |0.28.3|
28+
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=870842)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=870841)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=870840)|April 24, 2018 |0.28.3|
2929

3030
For details about the latest release, see the [release notes](release-notes.md).
3131

docs/sql-operations-studio/release-notes.md

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
33
description: 'Microsoft SQL Operations Studio (preview) release notes'
44
ms.custom: "tools|sos"
5-
ms.date: "03/28/2018"
5+
ms.date: "04/24/2018"
66
ms.prod: "sql-non-specified"
77
ms.reviewer: "alayu; erickang; sstein"
88
ms.suite: "sql"
@@ -17,7 +17,56 @@ ms.workload: "Inactive"
1717
---
1818
# SQL Operations Studio (preview) release notes
1919

20-
**[Download the March Public Preview](download.md)**
20+
**[Download the April Public Preview](download.md)**
21+
22+
23+
## April 2018 (April Public Preview)
24+
25+
release date: April 24, 2018
26+
version: 0.28.3
27+
28+
The *April Public Preview* contains several additional bug fixes and improvements.
29+
30+
- Improved large and protected file support for saving Admin protected and >256M files within SQL Operations Studio.
31+
- Integrated Terminal splitting to work with multiple open terminals at once.
32+
- Reduced installation on-disk file count foot print for faster installs and startup times.
33+
- Improvements to SQL Agent Preview extension.
34+
- Continue to fix GitHub issues:
35+
- Fix #37 When the chart viewer throws an error, unexpected behavior occurs.
36+
- Fix #462 Feature Request: Option for Server Groups to be expanded by default.
37+
- Fix #967 Expect query plan when select XML showplan in the result grid.
38+
- Fix #1023 Add square brackets for ms_foreachdb call from flyfishingdba.
39+
- Fix #1050 Clear insights view before showing error.
40+
- Fix #1057 Restore and new query actions in explorer-widget are broken.
41+
- Fix #1068 Dashboard Output windows pops-up with error message for Azure SQL Database.
42+
- Fix #1069 Connection Dialog shows Server Required error when initially displayed.
43+
- Fix #1070 Server Groups now require a double-click to expand.
44+
- Fix #1072 Select control background is semi-transparent.
45+
- Fix #1115 Fix all high contrast accessibility issues in SQL Operations Studio.
46+
- Fix #1101 Extension fails to upgrade "Download Manually" link goes to wrong location.
47+
- Fix #1103 V Scroll not working on Home Tab.
48+
- Fix #1104 SQL extension tabs stopped working.
49+
50+
51+
A significant highlight for this build is the Visual Studio Code 1.21 platform source code refresh. This brings in several updates to the core editor and workbench from the previous 1.19 sync point. Some examples include the following:
52+
53+
- [New Notifications UI](https://code.visualstudio.com/updates/v1_21#_new-notifications-ui) - Easily manage and review SQL Operations Studio notifications.
54+
- [Integrated Terminal splitting](https://code.visualstudio.com/updates/v1_21#_split-terminals) - Work with multiple open terminals at once.
55+
- [Save large and protected files](https://code.visualstudio.com/updates/v1_20#_save-files-that-need-admin-privileges) - Save Admin protected and >256M files within SQL Operations Studio.
56+
- [Improved large file support](https://code.visualstudio.com/updates/v1_21#_text-buffer-improvements) - Text buffer optimizations for large files.
57+
- [Improved Settings search](https://code.visualstudio.com/updates/v1_20#_settings-search) - Easily find the right setting with natural language search.
58+
- [Global snippets](https://code.visualstudio.com/updates/v1_20#_global-snippets) - Create snippets you can use across all file types.
59+
- [Explorer multi-selection](https://code.visualstudio.com/updates/v1_20#_multi-select-in-the-explorer) - Perform actions on multiple files at once.
60+
- [Errors & warnings in Explorer](https://code.visualstudio.com/updates/v1_20#_error-indicators-in-the-explorer) - Quickly navigate to errors in your code base.
61+
- [Drag & drop, copy & paste across windows](https://code.visualstudio.com/updates/v1_21#_better-drag-and-drop-support) - Move files across open SQL Operations Studio windows.
62+
- [Git submodule support](https://code.visualstudio.com/updates/v1_20#_git-submodules) - Perform Git operations on nested Git repositories.
63+
- [Terminal screen reader support](https://code.visualstudio.com/updates/v1_20#_screen-reader-support) - Integrated Terminal now has "Screen Reader Optimized" mode.
64+
- [Centered editor layout](https://code.visualstudio.com/updates/v1_21#_centered-editor-layout) - Maximize your code viewing screen real estate.
65+
- [Horizontal search results (preview)(https://code.visualstudio.com/updates/v1_21#_horizontal-search) - You can now view search results in a horizontal panel.
66+
67+
For additional details, checkout the [Visual Studio Code February Release Notes](https://code.visualstudio.com/updates/v1_21), and the [Visual Studio Code January Release Notes](https://code.visualstudio.com/updates/v1_20).
68+
69+
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md).
2170

2271
## March 2018 (March Public Preview)
2372

@@ -33,8 +82,6 @@ The *March Public Preview* continues to address the top GitHub issues and is foc
3382
- Add additional [extensibility APIs for connection and object explorer](https://github.com/Microsoft/sqlopsstudio/wiki/Extensibility-API) management.
3483
- Continue to fix important customer impacting [GitHub issues](https://github.com/Microsoft/sqlopsstudio/issues).
3584

36-
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md).
37-
3885

3986
## February 2018 (February Public Preview)
4087

0 commit comments

Comments
 (0)