diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a0503a..885c291c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v1.22.0 - Changing the default dedupe statuses behavior by sophiatev ([#622](https://github.com/microsoft/durabletask-dotnet/pull/622)) +- Bump Analyzers package version to 1.22.0 stable release (from 0.3.0) +- Add DURABLE0011: ContinueAsNew warning for unbounded orchestration loops ([#660](https://github.com/microsoft/durabletask-dotnet/pull/660)) ## 1.21.0 - Introduce WorkItemFilters into worker flow by halspang ([#616](https://github.com/microsoft/durabletask-dotnet/pull/616)) diff --git a/src/Analyzers/AnalyzerReleases.Shipped.md b/src/Analyzers/AnalyzerReleases.Shipped.md index acf5040a..6757ebd2 100644 --- a/src/Analyzers/AnalyzerReleases.Shipped.md +++ b/src/Analyzers/AnalyzerReleases.Shipped.md @@ -1,6 +1,14 @@ ; Shipped analyzer releases ; https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md +## Release 1.22.0 + +### New Rules + +Rule ID | Category | Severity | Notes +--------|----------|----------|------- +DURABLE0011 | Orchestration | Warning | **ContinueAsNewOrchestrationAnalyzer**: Warns when an unbounded `while (true)` orchestration loop does not call ContinueAsNew. + ## Release 0.3.0 ### New Rules diff --git a/src/Analyzers/AnalyzerReleases.Unshipped.md b/src/Analyzers/AnalyzerReleases.Unshipped.md index d61f18da..74657c2a 100644 --- a/src/Analyzers/AnalyzerReleases.Unshipped.md +++ b/src/Analyzers/AnalyzerReleases.Unshipped.md @@ -5,4 +5,3 @@ Rule ID | Category | Severity | Notes --------|----------|----------|------- -DURABLE0011 | Orchestration | Warning | ContinueAsNewOrchestrationAnalyzer diff --git a/src/Analyzers/Analyzers.csproj b/src/Analyzers/Analyzers.csproj index 50b832bc..f867af66 100644 --- a/src/Analyzers/Analyzers.csproj +++ b/src/Analyzers/Analyzers.csproj @@ -11,8 +11,6 @@ - 0.3.0 - .NET Analyzers for the Durable Task SDK. en false