Skip to content

Commit 264f1c3

Browse files
authored
Merge pull request #665 from alexprotsenko/master
Added release-notes.md
2 parents 7a6b822 + aeb6d44 commit 264f1c3

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Release notes for SQL Assessment API
2+
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.
4+
5+
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
6+
7+
Download: [SMO NuGet Package](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects)
8+
9+
You can use GitHub issues to provide feedback to the product team.
10+
11+
## GA - November 2019 - 21.1.18206
12+
13+
Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package coming soon
14+
15+
### What's new
16+
17+
- Added 50 assessment rules (144 rules in total so far)
18+
- Added base math expressions and comparisons to rules conditions
19+
- Added support for RegisteredServer object
20+
- Updated way how rules are stored in the JSON format and also updated the mechanism of applying overrides/customizations
21+
- Updated rules to support SQL on Linux
22+
- Updated the ruleset JSON format and added SCHEMA version
23+
- Updated cmdlets output to improve readability of recommendations
24+
25+
### Bug fixes
26+
27+
- Rules were revised and some were fixed
28+
- Broken order of recommendations
29+
- Error messages are not clear
30+
31+
### Known issues
32+
33+
- 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.
34+
35+
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment API.
36+
37+

0 commit comments

Comments
 (0)