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

Releases: altangent/ccxws

v0.33.1

29 Apr 18:29
Compare
Choose a tag to compare

Changes

  • CEX.io
    • Adding multipliers for new markets - PR #157

v0.33.0

17 Apr 17:37
Compare
Choose a tag to compare

Changes

  • BitMEX
    • Adds ticker support - #98

v0.32.0

16 Apr 21:47
Compare
Choose a tag to compare

Changes

  • Liquid
    • NEW Exchange support - #121
  • Gemini
    • Tickers now emitted with each spread update - #150, #156
  • Kraken
    • L2Updates with duplicate price points only use the most recent - #155

v0.31.1

24 Mar 12:15
Compare
Choose a tag to compare

Changes

  • Creation of zlib utility to serialize unzip or inflateRaw operations
  • Modified Huobi client ot use serial unzip utility
  • Modified OKEx client to use serial unzip utility

v0.31.0

18 Mar 16:18
Compare
Choose a tag to compare

Changes

  • Huobi
    • Fixes timestampMs property to use tick.ts for order book snapshots - #135
    • Adds sequenceId property as tick.version for order book snapshots - #135

v0.30.0

16 Mar 15:25
Compare
Choose a tag to compare

Changes

v0.29.6

03 Mar 15:49
Compare
Choose a tag to compare

OKEx:

  • Changes port to final v3 port 8443

v0.29.5

25 Feb 01:30
Compare
Choose a tag to compare
  • Exchanges
    • Huobi - Support prices up to 10 digits on Huobi - PR #132

v0.29.4

13 Dec 22:14
Compare
Choose a tag to compare

Changes

  • Bittrex
    • Fixing Ticker base and quote symbol - #115
  • Gate.io
    • Use single-socket instead of multiple sockets - #119, #123
    • Made market_id case insensitive - #119, #123
  • Gemini
    • Adding ticker support - #116
  • Kucoin
    • Fixing duplicate socket issue and added throttling - #119, #120

v0.29.3

24 Oct 12:16
Compare
Choose a tag to compare

Changes

  • Removing extraneous logging in KuCoin
  • Dynamic symbol loading for Poloniex
  • Added lint rule to check for console.log

Exchanges

Kucoin

  • Removing extraneous logging

Poloniex

  • Ticker symbols were previously static. This meant new markets would not be available by the client until a new release of the software. This change dynamically loads the market id => symbol map from the REST API when the class is instantiated. This behavior can be controlled by an optional flag autoloadSymbolMaps that can be supplied to the constructor.