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

Releases: altangent/ccxws

v0.22.0

02 Apr 14:26
Compare
Choose a tag to compare
  • 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

01 Apr 22:12
Compare
Choose a tag to compare
  • 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.

v0.21.2

29 Mar 16:48
Compare
Choose a tag to compare
  • Bibox
    • Increase watcher duration for multiclient connections to prevent reconnection churn

v0.21.1

28 Mar 20:36
Compare
Choose a tag to compare
  • Bibox
    • Failures when subscribing to more than 20 markets

0.21.0

27 Mar 19:54
Compare
Choose a tag to compare
  • 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
  • Bibox
    • changed to l2snapshot from l2update as this functionality has changed