All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Incremental import module (packages/modules/resolve-module-incremental-import/) provides out-of-the-box api-handlers that allow you to implement incremental import in any application..
- Eventstore incremental import API (packages/adapters/eventstore-adapters/)
beginIncrementalImport
- begin accumulate events for incremental importpushIncrementalImport
- accumulate events for incremental importcommitIncrementalImport
- commit accumulated events to eventstorerollbackIncrementalImport
- drop accumulated events