* Feature: Rework backfill to operate even when store's data differs * Bugfix: Log exception/traceback when aggregator process dies * Feature: Support for max book depth via `max_depth` parameter. * Feature: Funding data support * Bugfix: Kraken trades not storing correctly * Bugfix: Book delta interval between snapshots not correctly read from config
0.1.0
* Feature: Elasticsearch support * Feature: Data passthrough support * Feature: Config for book data is more granular * Feature: Data retention time for Redis data
0.0.8
* Feature: Trade Data backfill * Bugfix: Stop storing extra column in arctic * Feature: Plugin interface to allow configurable 3rd party/non core functionality * Feature: InfluxDB Support * Bugfix: Ensure numeric data stored in parquet is as float * Feature: Rotating file logger
0.0.7
* Bugfix: Trades not working correctly with redis aggregator * Feature: Book delta support
0.0.6
* Feature: Kafka support
0.0.5
* Feature: Install entry point script with setuptools * Bugfix: Incorreclty storing level/order size in book updates in Arctic * Bugfix: Optional dependenices no longer required to be installed * Feature: Redis decoupled from aggregator, in preparation for the caching backend to be user selected