This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
v-0.7.1
Closed tickets
All tickets closed in this release are listed here.
New features and enhancements
- Overview and Architecture sections of the Eventuate documentation have been completely revised (#235, #262). There is now a stronger focus on Eventuate's event collaboration and event bus functionality.
- Failed disaster recovery should indicate whether partial updates have been made (#260).
Breaking changes
EventsourcedView
does not extendActorLogging
any more (#259). Application-specificEventsourced*
implementation classes that used the inheritedlog: LoggingAdapter
so far should now uselogger: LoggingAdapter
or define their own logging adapter.