Update release-notes.md

This commit is contained in:
Ebru Ersan
2019-10-31 10:20:27 -07:00
committed by GitHub
parent f8b13cc990
commit 87b62b858f
@@ -1,16 +1,17 @@
# Release notes for SQL Assessment API
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API.
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.
## SQL Assessment November 2019 Release — First GA
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
Download: [SMO NuGet Package](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects)
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.
You can use GitHub issues to provide feedback to the product team.
Build number: SqlServer module 21.1.18206, SqlManagementObjectsSMO package coming soon
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
Release date: October 30, 2019
## GA - November 2019 - 21.1.18206
## What's new in 21.1.18206
Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package coming soon
### What's new
- Added 50 assessment rules (144 rules in total so far)
- Added base math expressions and comparisons to rules conditions
@@ -20,16 +21,16 @@ Release date: October 30, 2019
- Updated the ruleset JSON format and added SCHEMA version
- Updated cmdlets output to improve readability of recommendations
## Bug fixes in 21.1.18206
### Bug fixes
- Rules were revised and some were fixed
- Broken order of recommendations
- Error messages are not clear
## Known issues in 21.1.18206
### Known issues
- 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.
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment API.
You can use GitHub issues to provide feedback to the product team.