This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Releases: altangent/ccxws
Releases · altangent/ccxws
v0.47.0
- Bitfinex
- Added support for heartbeat events - PR #257 (@evan-coygo)
- Coinex
- Remove support for candles - 95bc98a (@bmancini55)
- ZB
- Fix URL - 61bcb53 (@bmancini55)
v0.46.1
This release converts the library to be implemented in TypeScript.
v0.45.0
LedgerX
- Updated endpoint to api.ledgerx.com
v0.44.0
General
- Dependency updates
Binance
- #280 - Added constructor option,
batchTickersto Binance client. Defaults totrue. Whenfalse, a consumer can subscribe to individual tickers reducing the bandwidth - thanks to @karimhossenbux
v0.43.1
v0.43.0
Changes
- Bitfinex
- PR #243 - @evan-coygo - Adds
sequenceIdtotickerandtradeevents
- PR #243 - @evan-coygo - Adds
- Gemini
- PR #244 - @evan-coygo - Adds
l2updatebroadcast on heartbeat event
- PR #244 - @evan-coygo - Adds
v0.42.0
Changes
- Bitfinex
- PR #237 @evan-coygo
- migrated to v2 API
- added
sequenceIdandtimestampMstol2snapshot,l2update,l3snapshot, andl3updateevents
- PR #237 @evan-coygo
- Bittrex
- PR #235 @evan-coygo
- added
sequenceIdtol2snapshot
- added
- PR #235 @evan-coygo
- CoinbasePro
- PR #239 @evan-coygo
- adds
timestampMstol2update
- adds
- PR #239 @evan-coygo
- Gemini
- PR #241 @evan-coygo
- Modifies
sequenceIdto besocket_sequenceand addseventId
- Modifies
- PR #241 @evan-coygo
v0.41.0
Changes
- Binance, BinanceUS, Binance JE
- removed
timestampMs(event time is broadcast aseventMs) fromLevel2Update - added
l2updateSpeedandl2snapshotSpeedto constructor options
- removed
v0.40.1
Changes
- ErisX
- Fixed
unsubscribeLevel3Update - Added
subscirbeLevel2Snapshotfunctionality - Added
l2depthproperty to constructor to control L2 snapshot depth - Added
fetchSecuritiesmethod to retrieve list of raw securities supported by the exchange
- Fixed
v0.40.0
Changes
- Binance, Binance CoinM, Binance USDTM, Binance US, Binance JE
- Added
eventMsmillisecond timestamp to l2update event
- Added
- Binance, Binance US, Binance JE
- Added
eventMsas timestampMs
- Added