Skip to content

Commit 87b62b8

Browse files
authored
Update release-notes.md
1 parent f8b13cc commit 87b62b8

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Release notes for SQL Assessment API
22

3-
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API.
3+
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API. 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.
44

5-
## SQL Assessment November 2019 Release — First GA
5+
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
6+
Download: [SMO NuGet Package](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects)
67

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.
8+
You can use GitHub issues to provide feedback to the product team.
9+
10+
## GA - November 2019 - 21.1.18206
811

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
12+
Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package coming soon
1213

13-
## What's new in 21.1.18206
14+
### What's new
1415

1516
- Added 50 assessment rules (144 rules in total so far)
1617
- Added base math expressions and comparisons to rules conditions
@@ -20,16 +21,16 @@ Release date: October 30, 2019
2021
- Updated the ruleset JSON format and added SCHEMA version
2122
- Updated cmdlets output to improve readability of recommendations
2223

23-
## Bug fixes in 21.1.18206
24+
### Bug fixes
2425

2526
- Rules were revised and some were fixed
2627
- Broken order of recommendations
2728
- Error messages are not clear
2829

29-
## Known issues in 21.1.18206
30+
### Known issues
3031

3132
- Invoke-SqlAssessment may crash with message "Missing data item 'FilterDefinition'" on some databases. If you face this issue, create a customization to disable the RedundantIndexes rule to disable it. See README.md to learn how to disable rules. We'll fix this issue with the next release.
3233

3334
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment API.
3435

35-
You can use GitHub issues to provide feedback to the product team.
36+

0 commit comments

Comments
 (0)