Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

v-0.7.1

Compare
Choose a tag to compare
@krasserm krasserm released this 19 May 06:31
· 135 commits to master since this release

Closed tickets

All tickets closed in this release are listed here.

New features and enhancements

Breaking changes

  • EventsourcedView does not extend ActorLogging any more (#259). Application-specific Eventsourced* implementation classes that used the inherited log: LoggingAdapter so far should now use logger: LoggingAdapter or define their own logging adapter.