@@ -30,6 +30,60 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
30
30
31
31
## Unreleased
32
32
33
+ ## v2.8.0
34
+
35
+ What's changed since release v2.7.0:
36
+
37
+ - General improvements:
38
+ - ** Important change** : Replaced ` SuppressedRuleWarning ` execution option with ` RuleSuppressed ` by @BernieWhite .
39
+ [ #1456 ] ( https://github.com/microsoft/PSRule/issues/1456 )
40
+ - Improved options for output of suppressed rules with ` RuleSuppressed ` option.
41
+ - Deprecated ` SuppressedRuleWarning ` option, which will be removed in v3.
42
+ - Added support for logging excluded rules by @BernieWhite .
43
+ [ #1432 ] ( https://github.com/microsoft/PSRule/issues/1432 )
44
+ - Added additional options to schema for PSRule for Azure by @BernieWhite .
45
+ [ #1446 ] ( https://github.com/microsoft/PSRule/issues/1446 )
46
+ - Improved error message for failing to read options file by @BernieWhite .
47
+ [ #1433 ] ( https://github.com/microsoft/PSRule/issues/1433 )
48
+ - Added support for import within initialize block by @BernieWhite .
49
+ [ #1448 ] ( https://github.com/microsoft/PSRule/issues/1448 )
50
+ - Added support for direct typing on import by @BernieWhite .
51
+ [ #1449 ] ( https://github.com/microsoft/PSRule/issues/1449 )
52
+ - Use the ` $PSRule.ImportWithType ` method to import an object with a specific type.
53
+ - Added support for case sensitivity matching with ` match ` and ` notMatch ` expressions by @BernieWhite .
54
+ [ #1480 ] ( https://github.com/microsoft/PSRule/issues/1480 )
55
+ - Engineering:
56
+ - Bump Pester to v5.4.0.
57
+ [ #1414 ] ( https://github.com/microsoft/PSRule/pull/1414 )
58
+ Bump Microsoft.CodeAnalysis.Common to v4.4.0.
59
+ [ #1341 ] ( https://github.com/microsoft/PSRule/pull/1341 )
60
+ - Bump BenchmarkDotNet to v0.13.5.
61
+ [ #1413 ] ( https://github.com/microsoft/PSRule/pull/1437 )
62
+ - Bump BenchmarkDotNet.Diagnostics.Windows to v0.13.5.
63
+ [ #1413 ] ( https://github.com/microsoft/PSRule/pull/1437 )
64
+ - Bump Microsoft.NET.Test.Sdk to v17.5.0.
65
+ [ #1442 ] ( https://github.com/microsoft/PSRule/pull/1442 )
66
+ - Bump Newtonsoft.Json to v13.0.3.
67
+ [ #1467 ] ( https://github.com/microsoft/PSRule/pull/1467 )
68
+ - Bump Microsoft.CodeAnalysis.NetAnalyzers to v7.0.1.
69
+ [ #1468 ] ( https://github.com/microsoft/PSRule/pull/1468 )
70
+ - Bug fixes:
71
+ - Fixes handling of numerics in tests for that are impacted by regional format by @BernieWhite .
72
+ [ #1405 ] ( https://github.com/microsoft/PSRule/issues/1405 )
73
+ - Fixed no output with using job summary with as summary by @BernieWhite .
74
+ [ #1483 ] ( https://github.com/microsoft/PSRule/issues/1483 )
75
+ - Fixed output and added error for unsupported scenarios.
76
+ - Fixed LocalizedData is not exposed to if pre-conditions by @BernieWhite .
77
+ [ #1083 ] ( https://github.com/microsoft/PSRule/issues/1083 )
78
+ - Fixed LocalizedData is not exposed to conventions by @BernieWhite .
79
+ [ #1477 ] ( https://github.com/microsoft/PSRule/issues/1477 )
80
+ - Fixed problem binding when not set locally by @BernieWhite .
81
+ [ #1473 ] ( https://github.com/microsoft/PSRule/issues/1473 )
82
+
83
+ What's changed since pre-release v2.8.0-B0171:
84
+
85
+ - No additional changes.
86
+
33
87
## v2.8.0-B0171 (pre-release)
34
88
35
89
What's changed since pre-release v2.8.0-B0121:
0 commit comments