This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
Releases: altangent/ccxws
Releases · altangent/ccxws
v0.29.1
Changes
- Fixed issue with KuCoin ticker parsing
Exchanges
KuCoin
- Fixed issue with ticker parsing that would throw exceptions
v0.29.0
Changes
- Added support for candle subscriptions via the
subscribeCandles
andunsubscribeCandles
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
Changes
- Added exchange Binance US
- Fixed error event in Bibox
v0.27.3
v0.27.2
v0.27.0
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.
- You should add an
v0.26.4
Changes
- Fixing market.id to match CCXT for Gate.io
Exchanges
- Gate.io market.id has been fixed
v0.26.3
Changes
- Fixing watcher to reset timeout on tickers
v0.26.2
Changes
- Adding support for Binance Jersey
v0.26.1
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
andl2snapshot
values.
- 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