You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-operations-studio/release-notes.md
+51-4Lines changed: 51 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Microsoft SQL Operations Studio (preview) release notes| Microsoft Docs
3
3
description: 'Microsoft SQL Operations Studio (preview) release notes'
4
4
ms.custom: "tools|sos"
5
-
ms.date: "03/28/2018"
5
+
ms.date: "04/24/2018"
6
6
ms.prod: "sql-non-specified"
7
7
ms.reviewer: "alayu; erickang; sstein"
8
8
ms.suite: "sql"
@@ -17,7 +17,56 @@ ms.workload: "Inactive"
17
17
---
18
18
# SQL Operations Studio (preview) release notes
19
19
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.
-[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).
21
70
22
71
## March 2018 (March Public Preview)
23
72
@@ -33,8 +82,6 @@ The *March Public Preview* continues to address the top GitHub issues and is foc
33
82
- Add additional [extensibility APIs for connection and object explorer](https://github.com/Microsoft/sqlopsstudio/wiki/Extensibility-API) management.
34
83
- Continue to fix important customer impacting [GitHub issues](https://github.com/Microsoft/sqlopsstudio/issues).
35
84
36
-
For more information, see the [Change Log](https://github.com/Microsoft/sqlopsstudio/blob/master/CHANGELOG.md).
0 commit comments