From 5cfa926cb00e2e210051838d2b1b09531a469ec5 Mon Sep 17 00:00:00 2001 From: Yogesh Prajapati Date: Fri, 12 Jun 2026 00:01:14 +0100 Subject: [PATCH] Release 6.0.1-preview.3 --- CHANGELOG.md | 2 ++ src/RulesEngine/RulesEngine.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d61ae8c..0b887d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [6.0.1-preview.3] + ### Features - 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). diff --git a/src/RulesEngine/RulesEngine.csproj b/src/RulesEngine/RulesEngine.csproj index f17814e6..45734668 100644 --- a/src/RulesEngine/RulesEngine.csproj +++ b/src/RulesEngine/RulesEngine.csproj @@ -3,7 +3,7 @@ net6.0;net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1 13.0 - 6.0.1-preview.2 + 6.0.1-preview.3 Copyright (c) Microsoft Corporation. LICENSE https://github.com/microsoft/RulesEngine