Skip to content

Commit 82bd2ec

Browse files
Update release-notes page
1 parent 1910d36 commit 82bd2ec

1 file changed

Lines changed: 21 additions & 23 deletions

File tree

samples/manage/sql-assessment-api/release-notes.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,34 @@
22

33
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API.
44

5-
## SQL Assessment GA <version-number>
5+
## SQL Assessment November 2019 Release — First GA
66

7-
Download: [Download SSMS 18.3.1](download-sql-server-management-studio-ssms.md)
8-
Build number: 15.0.18183.0
9-
Release date: October 30, 2019
7+
SQL Assessment API is part of the SQL Server Management Objects (SMO) and the SQL Server PowerShell module. Install one of them or both to start working with the API.
108

11-
SSMS 18.3.1 is the latest general availability (GA) release of SSMS. If you need a previous version of SSMS, see [previous SSMS releases](release-notes-ssms.md#previous-ssms-releases).
9+
Build number: SqlServer module 21.1.18206, SqlManagementObjectsSMO package coming soon
10+
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
11+
Release date: October 30, 2019
1212

13-
18.3.1 is an update to 18.2 with the following new items and bug fixes.
13+
## What's new in 21.1.18206
1414

15-
## What's new in 18.3.1
15+
- Added 50 assessment rules (144 rules in total so far)
16+
- Added base math expressions and comparisons to rules conditions
17+
- Added support for RegisteredServer object
18+
- Updated way how rules are stored in the JSON format and also updated the mechanism of applying overrides/customizations
19+
- Updated rules to support SQL on Linux
20+
- Updated the ruleset JSON format and added SCHEMA version
21+
- Updated cmdlets output to improve readability of recommendations
1622

17-
| New item | Details |
18-
|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
19-
| Data Classification | Add Data Classification information to column properties UI (*Information Type*, *Information Type ID*, *Sensitivity Label*, and *Sensitivity Label ID* are not exposed in the SSMS UI). |
20-
| Intellisense/Editor | Updated support for features recently added to SQL Server 2019 (for example, "ALTER SERVER CONFIGURATION"). |
21-
| Integration Services | Add a new selection menu item `Tools > Migrate to Azure > Configure Azure-enabled DTExec` that will invoke SSIS package executions on Azure-SSIS Integration Runtime as Execute SSIS Package activities in ADF pipelines. |
22-
| SMO/Scripting | Added support for Support scripting of Azure SQL DW unique constraint. |
23-
| SMO/Scripting | Data Classification </br> - Added support for SQL version 10 (SQL 2008) and higher. </br> - Added new sensitivity attribute 'rank' for SQL version 15 (SQL 2019) and higher and Azure SQL DB. |
24-
| SMO/Scripting | [SQL Assessment API](../sql-assessment-api/sql-assessment-api-overview.md) - Added versioning to ruleset format. |
25-
| SMO/Scripting | [SQL Assessment API](../sql-assessment-api/sql-assessment-api-overview.md) - Added new checks. |
26-
| SMO/Scripting | [SQL Assessment API](../sql-assessment-api/sql-assessment-api-overview.md) - Added support for Azure SQL Database Managed Instance. |
27-
| SMO/Scripting | [SQL Assessment API](../sql-assessment-api/sql-assessment-api-overview.md) - Updated default view of cmdlets to display results as a table. |
23+
## Bug fixes in 21.1.18206
2824

29-
## Bug fixes in 18.3.1
25+
- Rules were revised and some were fixed
26+
- Broken order of recommendations
27+
- Error messages are not clear
3028

31-
### Known issues (18.3.1)
29+
### Known issues in 21.1.18206
3230

33-
- Database Diagram created from SSMS running on machine A cannot be modified from machine B (SSMS crashes). See [UserVoice](https://feedback.azure.com/forums/908035/suggestions/37992649) for more details.
31+
- Invoke-SqlAssessment may crash with message "Missing data item 'FilterDefinition'" on some databases. If you face this issue, override the RedundantIndexes rule to disable it. We'll fix it with the next release.
3432

35-
- There are redraw issues when switching between multiple query windows. See [UserVoice](https://feedback.azure.com/forums/908035/suggestions/37474042) for more details. A workaround for this issue is to disable hardware acceleration under Tools > Options.
33+
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment.
3634

37-
You can reference [UserVoice](https://feedback.azure.com/forums/908035-sql-server) for other known issues and to provide feedback to the product team.
35+
You can use GitHub issues to provide feedback to the product team.

0 commit comments

Comments
 (0)