forked from coinbase/coinbase-pro-trading-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cayle Sharrock
committed
Oct 6, 2017
1 parent
9d863be
commit 241a937
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
|
||
## v0.1.17 | ||
|
||
* New Features | ||
* Gemini Market feed! Thanks @github-ajt | ||
* Bug Fixes | ||
* Handle new API feed messages for GDAX | ||
* GDAX Feed messages handle error messages more elegantly. Thanks @kostola | ||
* Other | ||
* Use CircleCI for integration testing on Github | ||
|
||
## v0.1.16 | ||
|
||
Bug fixes and basic CCXT integration. There are quite a few bugfixes as well as public REST support for some 70 exchanges :) | ||
|
||
## v0.1.13 | ||
|
||
* New Exchange support: Bittrex | ||
* New Core filters: | ||
* Product splitter (split a feed stream by product, with proper backpressure handling) | ||
|
||
## v0.1.12 | ||
|
||
* Add ProductSplitter |