This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
Releases: altangent/ccxws
Releases · altangent/ccxws
v0.22.0
- BitMEX
- Breaking change for L2 order books. Asks were previously being sent in descending order (best ask last). CCXWS standardizes order book results to have best bid/ask in array index 0. As of this release, BitMEX asks are in ascending order (best ask first).
v0.21.3
- BitMEX
- Trade, Level2Snapshot, and Level2Update return the market used to subscribe to the feed in the
market
property of the data object. This feature enables use cases where the market in subscribe may contain additional metadata that is needed by the consumer when new data arrives.
- Trade, Level2Snapshot, and Level2Update return the market used to subscribe to the feed in the
v0.21.2
- Bibox
- Increase watcher duration for multiclient connections to prevent reconnection churn
v0.21.1
- Bibox
- Failures when subscribing to more than 20 markets
0.21.0
- Improvements to test running to reduce flakiness and increase speed
- BitMEX
- orderbook snapshots and updates events now include the
id
property used during the subscription (#46) - orderbook updates now perform mapping of the price automatically
- trade events now include
id
property used during the subscription - trade events now include the property
raw
to include the additional values sent with a BitMEX trade event
- orderbook snapshots and updates events now include the
- Bibox
- changed to
l2snapshot
froml2update
as this functionality has changed
- changed to