Releases: DigitalRuby/ExchangeSharp
Releases · DigitalRuby/ExchangeSharp
v0.6.4
Changes
🚀 Features
- Binance Jersey: added exchange support @vslee (#499)
- CI/CD with Azure pipelines @johnnyasantoss (#476)
- Move to netstandard2.0 @johnnyasantoss (#487)
- BL3P: Get full order book @johnnyasantoss (#485)
- Console: Add interactive command @johnnyasantoss (#486)
🐛 Bug Fixes
- HitBTC: fix 1 month candle conversion @vslee and @GonzoKK (#505)
- NDAX: fix symbol separator bug @vslee (#498)
- HitBTC: allow OnGetDepositHistoryAsync() for all currencies @vslee and @GonzoKK (#489)
- KuCoin: update ticker websocket API @szmcdull (#488)
🧰 Maintenance
- Fix installation script @johnnyasantoss (#496)
- Update readme @johnnyasantoss (#494)
- CI/CD: change addChangeLog to false @vslee (#492)
- CI/CD: ignore tests that were failing on OSX @johnnyasantoss (#493)
- CI/CD: token for Azure pipeline GH connection @vslee (#491)
- Move files that should have been updated in rebase @johnnyasantoss (#490)
0.6.3
Changes
🚀 Features
- Binance.US: added exchange support @vslee (#481)
- BL3P: added Trade stream (websocket) @vslee (#479)
- BL3P: added buy/sell/cancel @johnnyasantoss (#475)
- BL3P: added Orderbook implementation and tests (websockets) @johnnyasantoss (#470)
- NDAX: added Trade stream (websocket) @vslee (#471)
- New terminal interface implementation @johnnyasantoss (#467)
- NDAX: added ticker (websockets) @Kukks (#469)
- NDAX: added REST api Support @Kukks (#465)
- BL3P.eu: added exchange support @johnnyasantoss (#462)
🧰 Maintenance
- BL3P: move supporting classes to ExchangeBL3PAPI class @vslee (#474)
- C# 8 phase 1 @jjxtra (#472)
- Kraken: speedup symbol lookup in trade stream @vslee (#473)
- NDAX: move supporting classes to ExchangeNDAXAPI class @vslee (#468)
- Additional BL3P capitalization fixes @vslee (#463)
- Project and git ignore file maintenance @johnnyasantoss (#461)
v0.6.2
v0.6.1
Changes (released 9/19/2019)
In this release, we are switching to semantic versioning.
🚀 Features
🐛 Bug Fixes
- ZB.com: fix MarketSymbolMetatadata.IsActive @vslee and @GonzoKK (#442)
- Digifinex: fixed IsLastFromSnapshot bug @vslee (#440)
- LBank: fixed marketsymbol bug in ParseTicker()ParseTicker @vslee and @GonzoKK (#432)
- fixed bug in KuCoin GetTickersAsync() @vslee and @GonzoKK (#429)
- Fix Kraken problems with coin names @edalmasso (#428)