- `context` added to strategy - `.start` / `.add` refactored to make more sense - HistoricalStream added and working but will change in the future to not use threads (example added)
**Libraries**
- betfairlightweight upgraded to 2.1.0
1.0.0
+++++++++++++++++++
**Improvements**
- Refactor to trading framework / engine - Remove recorder/storage engine and replace with 'strategies' - Market and data streams added - Background worker class added - Add docs - exampleone added
- py3.7/3.8 testing and Black fmt - main.py update to remove flumine hardcoding - Remove docker and change to 'main.py' example - Refactor to local_dir so that it can be overwritten
**Bug Fixes**
- File only loaded if < than 1 line - FLUMINE_DATA updated to /tmp to prevent permission issues
**Libraries**
- betfairlightweight upgraded to 1.10.4 - Add py3.8 support
0.8.1
+++++++++++++++++++
**Improvements**
- logging improvements (exc_info) - Python 3.4 removed and 3.7 support added
**Libraries**
- betfairlightweight upgraded to 1.10.3
0.8.0
+++++++++++++++++++
**Improvements**
- black fmt - _async renamed to `async_` to match bflw - py3.7 added to travis - 28 readme update