Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

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.

Added

  • Database as a building block for connection management in application.
  • schema::TableSchema for mapping binary row into actual column names
  • replication::BinaryRow and replication::BinaryRowIter for making working with rows based binary events easier to work with
  • replication::Event to make easier processing of similar table changes
  • mapper::ChangeLogMapper to transform replication::Event into business domain change item
  • log::ItemChange to store multiple domain model specific changes in an enum
  • aggregate::Aggregate and aggregate::AsyncAggregate to process log::ItemChange in batches and product output of aggregate::ChangeAggregate
  • app::Application to build easily your own changelog customized apps