I’d like to share that Axon Framework 4.5.2 has been released today.
Some of the adjustments we’ve done for 4.5.2 are the following:
-
Added a missing
isReplayingflag on theStreamingEventProcessor.
Pull request #1821 reintroduces this functionality in this release. -
Some enhancements in regards to logging Exceptions and stacktraces when initialization fails.
This commit reintroduces this functionality in this release. -
Improved Axon Framework (
AxonServerEventStore) which will now rethrown Exceptions that has a validStatus.Code.
Pull request #1842 reintroduces this functionality in this release. -
General improvements on the
PooledStreamingEventProcessormade across several Pull Requests.
For a detailed perspective on the release notes, please check this page.