Release Notes
- Adds rules engine support for the new event history operations
insertandinsertIfNotExists.insertunconditionally records consequence content as an event history entry.insertIfNotExistsrecords the entry only when no existing record shares the same hash.
- Adds support for the new
mostRecenthistorical condition type, which allows rules engine to evaluate the most recently occurring event from a list of events.
What’s Changed
- Release workflow fix - Upgrade macOS runner to 14 (#1167) @timkimadobe
- Merge
staging->mainforv5.6.0(#1166) @timkimadobe - Merge
dev-v5.6.0->staging(#1165) @timkimadobe - Updating TestUtils version to 5.6.0 (#1164) @github-actions
- Updating versions to 5.6.0 (#1163) @github-actions
- Support new historical rules condition and consequences (#1162) @timkimadobe