Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

xchange-stream-4.3.2

Compare
Choose a tag to compare
@dozd dozd released this 15 Mar 14:05
· 1090 commits to develop since this release

Changelog

Bugfixes

  • Overwrite NettyStreamingService.connect() in BitmexStreamingService (#96)
  • Fix subscription disposal problem (issue #67) in NettyStreamingService (#128)
  • Gdax disconnect and reconnect fixes, binance isAlive implementation (#126)
  • use double to prevent loss of time precision (#123)
  • Gemini Orderbook Race Condition Fix (#116)
  • Fix for BitFinex OrderBook (#112)
  • Fix for issue #105 (#110)
  • Fix BitstampManualExample.java (#108)
  • [bitflyer] BitfluerStreamingExchange not properly initializing non streaming services (#102)
  • Binance has web socket APIs for tickers and trades. Updated README to reflect this. (#99)
  • Bitflyer was coming up with null values in its ExchangeSpecification. (#91)
  • Bitmex was coming up with null values in its ExchangeSpecification. (#88)
  • Repair reconnecting (#89)
  • Reconnect with channelName instead channelId (#85)
  • Add handler for compressed websocket messages (#78)
  • Updates XChange dependency to 4.3.2 (#76)
  • possible fix for gdax reconnect inability (#70)
  • Fixing orderbook timestamp when converting to XChange order book (#60)
  • Ok(Ex)coin fix (#57)

New Features

  • Added maven wrapper. (#83)
  • [Binance] Adds Binance ticker streams (#77)
  • Add differential orderbook to BitstampStreamingMarketDataService (#87)