Axon Framework - Release 4.5.8

As of the 21st of January, we have released Axon Framework 4.5.8.

This release brings two adjustments worth mentioning to the framework.
Namely:

  1. We spotted a bug within the PooledStreamingEventProcessor (PSEP).
    More specifically, whenever a subset of the tokens for the PSEP existed, calculating the lower bound of a token would cause failures.
    We addressed this predicament in pull request #2082.
  2. We introduce an enhancement in the API of the CommandGateway.
    You can now directly insert MetaData whenever using the CommandGateway#send or CommandGateway#sendAndWait operations.
    You can verify the changes #here.
4 Likes