v-0.9
Closed tickets
All tickets closed in this release are listed here.
New features and enhancements
- Limit number of ReplicationDue sent per ReplicationRead (#364)
- Allow EventsourcedProcessor to emit events with custom aggregation IDs (#370)
Bug fixes
- Persist on event may persist events again in case of disaster recovery (#385). Note the problem is only fixed for event logs written with a eventuate >=0.9 release. Confirmation events for persist on event requests that have been written before may still fail to confirm a request if they have been restored through disaster recovery. So after an upgrade to 0.9 the application should make a backup of the event log to make sure those confirmation events do not get lost through a disaster.