Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Releases: altangent/ccxws

v0.29.1

22 Oct 15:11
Compare
Choose a tag to compare

Changes

  • Fixed issue with KuCoin ticker parsing

Exchanges

KuCoin

  • Fixed issue with ticker parsing that would throw exceptions

v0.29.0

14 Oct 20:06
Compare
Choose a tag to compare

Changes

  • Added support for candle subscriptions via the subscribeCandles and unsubscribeCandles methods.
  • Added candle support for Binance, Binance Jersey, Binance US, and Kraken. Remaining exchanges (that support candles will be implemented in upcoming releases).

Exchanges

Binance

  • Added support for candles

Binance Jersey

  • Added support for candles

Binance US

  • Added support for candles

Kraken

  • Added support for candles

v0.28.3

24 Sep 20:17
Compare
Choose a tag to compare

Changes

  • Added exchange Binance US
  • Fixed error event in Bibox

v0.27.3

10 Sep 19:41
Compare
Choose a tag to compare

Changes

  • Fix race condition with Bittrex connection logic cause errors #99
  • Fix KuCoin ticker to send string values for percentChange and change

Exchanges Impacted

  • Bittrex

    • Race condition with connection logic cause errors - #99
  • KuCoin

    • Ticker now has string values for percentChange and change

v0.27.2

26 Aug 14:22
Compare
Choose a tag to compare

Changes

  • Added support for KuCoin v2 with PR #97

v0.27.0

19 Aug 19:11
Compare
Choose a tag to compare

Changes

  • Improved eventing workflow for connection logic
  • Removed winston logging
  • Added error event

Exchanges Impacted

  • All
    • You should add an error event handler to your consumer to ensure that you do not have process failures due to unhandled error events.

v0.26.4

09 Aug 22:01
Compare
Choose a tag to compare

Changes

  • Fixing market.id to match CCXT for Gate.io

Exchanges

  • Gate.io market.id has been fixed

v0.26.3

05 Aug 18:01
Compare
Choose a tag to compare

Changes

  • Fixing watcher to reset timeout on tickers

v0.26.2

05 Aug 17:59
Compare
Choose a tag to compare

Changes

  • Adding support for Binance Jersey

v0.26.1

31 Jul 17:46
Compare
Choose a tag to compare

Changes

  • fix removal of error listener when close is called
  • fix trade and l2snapshot amount values of CEX client

Exchange Impacts

  • Binance

    • Binance client would have uncaught error listerner exceptions that could cause the process to crash. This issue was fixed in commit a5fd310
  • CEX

    • WS feed sends amount values as an unformatted integer. This value is specific to the base currency. A map was added to convert to the proper decimal value for trade and l2snapshot values.