Skip to content

Polyflow v3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 12:42
· 0 commits to e6778776ccc16fdefa4fd54290352cff048e625e since this release

🚀 Enhancements & Features

  • Implement a new TX-aware accumulating sender, using Camunda Job to de-couple from Axon Unit of Work #714
  • Remove batching of TaskEngine Commands #712
  • Activate collector services if they are enabled via properties. #710

⚡ Breaking Changes

  • Commands can't be dispatched to TaskAggregate if originated from a runinng UnitOfWork which has state COMMITED #708

🐛 Bug Fixes

  • TaskAggregateCommand Handler swallows Exceptions in batch mode. #711