Releases: dougdellolio/coinbasepro-csharp
Releases · dougdellolio/coinbasepro-csharp
v1.0.31
- Added support for new DASH product types - DASH-USD, DASH-BTC
- Fixed a bug where cancelling order by ID caused a conversion error
v1.0.30
- Added Fees service for new Fees API (https://docs.pro.coinbase.com/#fees)
- Added support new currencies ALGO and LINK (@riberk)
- Added support for new ProductTypes - ALGO-USD, BAT-ETH, ETH-DAI, LINK-ETH, LINK-USD, ZEC-BTC (@riberk)
v1.0.29
- Added support for EOS, Augur (REP), Maker (MKR), and Tezos (XTZ)
- Extracted interfaces from services to allow for easier testing
- Added missing fields to match response in Websocket
- Changed ProductId on Websocket ticker from
String
toProductType
- Fixed Websocket URI for sandbox (@henningms)
v1.0.28
- Added support for Stellar Lumens (XLM)
- Fixed possible null exception when calling
Stop
in the Websocket
v1.0.27
- Added support for XRP
v1.0.26
- Added support for Civic (CVC), district0x (DNT), Loom Network (LOOM), and Decentraland (MANA)
- Added ability to define multiple order statuses in get order request
- Fixed a bug where the Websocket would fail if empty
client_oid
specified in "Received" type
v1.0.25
- Added support for Zcash (ZEC)
- Added new "conversion" account entry type
- Added support around new account entry types. Any unmapped types will now be mapped to an "Unknown" type
- Fixed a bug where Websocket data sent in scientific notation could not be deserialized properly
v1.0.24
- Added support for Basic Attention Token (BAT)
- Added ability to set auto send ping interval on Websocket to prevent websocket from closing because of no activity
- Added new Stablecoin conversions service (https://docs.pro.coinbase.com/#stablecoin-conversions)
v1.0.23
- Added support for USD Coin (USDC)
- Added support around new asset listings. Any unmapped currencies and product types will now be mapped to an "Unknown" type
- Added
IWebSocket
interface (@mchandschuh)