Luís Garcês
Luís Garcês
### Prerequisites - [X] I have searched [issues](https://github.com/Farfetch/kafkaflow/issues) to ensure it has not already been reported ### Description If the `ConsumerWorker` background task fails to start, it is silently ignored...
## Description Renames content type to ruleset and condition type to condition: - `TContentType` generic references renamed to `TRuleset`. - `TConditionType` generic references renamed to `TCondition`. - Method names referencing...
## Description Release 3.0.0 Includes: - #167 - #168 > [!WARNING] > BREAKING CHANGES: > - `PriotityCriteria` property on `RulesEngineOptions` - previously deprecated due to a typo. > - Old...
## Description For performance reasons, this PR replaces the references: - `IEnumerable` by `IDictionary` - `IEnumerable` by `IDictionary` > [!WARNING] > BREAKING CHANGE: conditions are no longer accepted via a...