Skip to content

Commit aaa1671

Browse files
author
stevestein
committed
update for August release
1 parent 61b66d4 commit aaa1671

2 files changed

Lines changed: 61 additions & 7 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: "07/19/2018"
5+
ms.date: "08/28/2018"
66
ms.prod: sql
77
ms.reviewer: "alayu; sstein"
88
ms.suite: "sql"
@@ -18,13 +18,13 @@ manager: craigg
1818

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

21-
Download and install the latest release, the *July Public Preview*:
21+
Download and install the latest release, the *August Public Preview*:
2222

2323
|Platform|Download|Release date| Version |
2424
|:---|:---|:---|:---|
25-
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=2005949)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2005950)|July 19, 2018 |0.31.4|
26-
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=2005959)|July 19, 2018 |0.31.4|
27-
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=2006084)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2006083)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2005960)|July 19, 2018 |0.31.4|
25+
|Windows|[Installer](https://go.microsoft.com/fwlink/?linkid=2005949)<br>[.zip](https://go.microsoft.com/fwlink/?linkid=2005950)|August 28, 2018 |0.32.5|
26+
|macOS|[.zip](https://go.microsoft.com/fwlink/?linkid=2005959)|August 28, 2018 |0.32.5|
27+
|Linux|[.deb](https://go.microsoft.com/fwlink/?linkid=2006084)<br>[.rpm](https://go.microsoft.com/fwlink/?linkid=2006083)<br>[.tar.gz](https://go.microsoft.com/fwlink/?linkid=2005960)|August 28, 2018 |0.32.5|
2828

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

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

Lines changed: 56 additions & 2 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: "07/19/2018"
5+
ms.date: "08/28/2018"
66
ms.prod: sql
77
ms.reviewer: "alayu; sstein"
88
ms.suite: "sql"
@@ -16,7 +16,61 @@ manager: craigg
1616
---
1717
# SQL Operations Studio (preview) release notes
1818

19-
**[Download the July Public Preview](download.md)**
19+
**[Download the August Public Preview](download.md)**
20+
21+
22+
23+
24+
## August 2018 (August Public Preview)
25+
26+
release date: August 28, 2018
27+
version: 0.32.5
28+
29+
The *August Public Preview* focuses on on bug fixes, product stabilization and filling gaps in existing scenarios.
30+
31+
32+
- Announcing the SQL Server Import Extension
33+
- SQL Server Profiler Session management
34+
- SQL Server Profiler session template support
35+
- SQL Server Agent improvements
36+
- New community extension: First responder kit
37+
- Quality of Life improvements: Connection strings
38+
39+
### Bug Fixes
40+
41+
- Parse SQL in a Query Editor window by using the `Parse Syntax` command
42+
- Save edit data scroll position when switching tabs [#2129](https://github.com/Microsoft/sqlopsstudio/pull/2129)
43+
- View as Chart options are cut off at the bottom [#1497](https://github.com/Microsoft/sqlopsstudio/pull/1497)
44+
- Cancel change connection disconnects current connection [#1474](https://github.com/Microsoft/sqlopsstudio/pull/1474)
45+
- Bug: Error message when saving Excel file second (and subsequent) time [#1748](https://github.com/Microsoft/sqlopsstudio/pull/1748)
46+
- Update document icon for Dashboard and Profiler documents [#2107](https://github.com/Microsoft/sqlopsstudio/pull/2107)
47+
- SQL Tab DB Icon is red [#387](https://github.com/Microsoft/sqlopsstudio/pull/387)
48+
- Feature Request: Auto Connect to current server after Script as... [#825](https://github.com/Microsoft/sqlopsstudio/pull/825)
49+
- Added more saveAsCsv options [#2099](https://github.com/Microsoft/sqlopsstudio/pull/2099)
50+
- Feature Suggestion: Get Connection String for existing connection [#1620](https://github.com/Microsoft/sqlopsstudio/pull/1620)
51+
- Bug: Results pane loses its scrolling positions when switching between tabs [#1744](https://github.com/Microsoft/sqlopsstudio/pull/1744)
52+
- Agent: Enabled button to import queries from sql files [#2042](https://github.com/Microsoft/sqlopsstudio/pull/2042)
53+
- .sql files not associated with SQL Operations Studio [#1836](https://github.com/Microsoft/sqlopsstudio/pull/1836)
54+
- Copy from query results grid is off by 1 column [#1985](https://github.com/Microsoft/sqlopsstudio/pull/1985)
55+
- Add VS Code version to About dialog [#1998](https://github.com/Microsoft/sqlopsstudio/pull/1998)
56+
- double-click not selecting @ in variable name [#143](https://github.com/Microsoft/sqlopsstudio/pull/143)
57+
- Typing N'' autocompletes to N''' [#1850](https://github.com/Microsoft/sqlopsstudio/pull/1850)
58+
- Results Grid Row Indicator Zero Based [#2152](https://github.com/Microsoft/sqlopsstudio/pull/2152)
59+
- Fix the decimal separator #1317](https://github.com/Microsoft/sqlopsstudio/pull/1317)
60+
- SelectBox doesn't change color when disabled [#1624](https://github.com/Microsoft/sqlopsstudio/pull/1624)
61+
- Save as JSON/EXCEL/CSV not work [#1728](https://github.com/Microsoft/sqlopsstudio/pull/1728)
62+
- Shell/Dashboard: Main viewlet icons are draggable and can crash the app [#1524](https://github.com/Microsoft/sqlopsstudio/pull/1524)
63+
- Can't use Ctrl+C shortcut to copy from result pane [#2091](https://github.com/Microsoft/sqlopsstudio/pull/2091)
64+
- Updating causes application icon to be removed/replaced in Windows [#1285](https://github.com/Microsoft/sqlopsstudio/pull/1285)
65+
- Not able to expand/collapse remote file browser folder by clicking name [#1578](https://github.com/Microsoft/sqlopsstudio/pull/1578)
66+
- sqlops.desktop [Desktop Entry] - redundant value for Name & Comment [#1278](https://github.com/Microsoft/sqlopsstudio/pull/1278)
67+
- Edit data: cell doesn't revert to original value on hitting Escape key [#1782](https://github.com/Microsoft/sqlopsstudio/pull/1782)
68+
69+
70+
## Known Issues
71+
72+
- [#2150](https://github.com/Microsoft/sqlopsstudio/pull/2150) Unable to connect on Ubuntu 16.04 to SQL in a container
73+
2074

2175
## July 2018 (July Public Preview)
2276

0 commit comments

Comments
 (0)