Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 945 Bytes

Changelog

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.

0.25.0

Added

  • 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 import
    • pushIncrementalImport - accumulate events for incremental import
    • commitIncrementalImport - commit accumulated events to eventstore
    • rollbackIncrementalImport - drop accumulated events

Changed

Removed