Skip to content

v1.0.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Mar 04:50
7a7aadc

Changes

🚀 Features

🐛 Bug Fixes

  • update Digifinex urls @vslee (#747)
  • fix Poloniex trade stream @vslee (#738)
  • fix KuCoin trade stream ID parsing @vslee (#736)
  • find Korea timezone on Linux @vslee (#732)
  • change ExchangeMarket properties to nullable @vslee (#730)
  • update websocket URL for ZB.com @vslee (#720)
  • remove excessive IsPostOnly check in ExchangeAPI.cs @vslee (#717)
  • fix GetFullOrderBookWebSocketAsync data inconsistency @BZ-CO (#714)

🧰 Maintenance

💔 Breaking changes

  • most ExchangeMarket properties are now nullable
  • PlaceSafeMarketOrderAsync() parameter is now named marketSymbol
  • CancelOrder() now supports ClientOrderId
  • exception types have been standardized