Skip to content

Commit 52cbd7f

Browse files
YogeshPrajYogesh Prajapati
andauthored
Release 6.0.1-preview.3 (#745)
Co-authored-by: Yogesh Prajapati <yogeshcprajapati@outlook.com>
1 parent e7c7313 commit 52cbd7f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [6.0.1-preview.3]
8+
79
### Features
810
- New `ReSettings.EnableParallelRuleCompilation` (default `false`). When `true`, workflow rules are compiled in parallel during registration, materially reducing warmup time for workflows with many thousands of rules. Silently falls back to serial compilation when combined with `UseFastExpressionCompiler = true` (which regresses ~3× under contention) or for workflows below an internal scheduling-cost threshold. Builds on the warmup work in #740 (#741).
911

src/RulesEngine/RulesEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net6.0;net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1</TargetFrameworks>
55
<LangVersion>13.0</LangVersion>
6-
<Version>6.0.1-preview.2</Version>
6+
<Version>6.0.1-preview.3</Version>
77
<Copyright>Copyright (c) Microsoft Corporation.</Copyright>
88
<PackageLicenseFile>LICENSE</PackageLicenseFile>
99
<PackageProjectUrl>https://github.com/microsoft/RulesEngine</PackageProjectUrl>

0 commit comments

Comments
 (0)