This release simply bumps the dependency on [pipeline-live](https://github.com/alpacahq/pipeline-live) to 0.2.0 to fix issues related to it still using market data v1
0.7.0
Removes remaining sdk usages of the marketdata v1 endpoints such as get_barset.
PRs Included in this release: - 255 Quick fixes to remove calls to market data v1 from alpaca SDK
0.6.0
* In this release we add support for the data v2 stage. * We also still use the `get_barset()` as a phase out step and fall back on the new `get_bars()`
0.5.5
- bump docker image to v0.5.5 (e255f43) - update version to 0.5.5 (70d589b) - bump alpaca-trade-api to v1.2.0 (87beead) - ci:: pyup weekly updates are enough (ebeea3e)
0.5.4
In this release we do some maintenance work: * update alpaca-trade-api to 0.52.0 * update pipeline-live to 0.1.12 * limit versions of pandas (<1.2.0) and numpy (<1.20.0) scipy(<1.6.0) which dropped support for python 3.6 * CI maintenance
0.5.3
This is a minor release for small fixes: * calc order amount fails due to missing current price value - add retry (c2fe9c47726838b14b479c0ca26d463c37d40a2c) * don't include untradable assets in the asset list (2ca0a746a0c864e5f648e13dcb3af250c44bebb1)