Skip to content

1.0.0-pre2

Pre-release
Pre-release
Compare
Choose a tag to compare
@armiol armiol released this 20 Dec 14:17
· 7475 commits to master since this release
6bc53d7

This version brings test API updates, bug fixes and performance optimizations.

Improvements in the test framework

  • TestClient utility (#884).
  • Several features in BlackBoxBoundedContext (#897, #903, #904)
  • New factory methods in GivenUserId (#891).

Optimizations

  • Read less data upon each Aggregate load (#892).
  • Add forceful GrpcContainer. shutdownNowAndWait () to reduce waiting time (#883).

Resolved issues

  • Make ProcessManager versioned properly (#893).
  • Ignore Empty and Nothing returning values from @Command-er handlers (#895).
  • Do not detect entity columns if no @Column annotation was explicitly set (#917).
  • When creating actor requests, do not require both zone offset and zone ID from clients; calculate zone offset automatically (#915).