This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
Releases: bitrich-info/xchange-stream
Releases · bitrich-info/xchange-stream
xchange-stream-4.4.2
xchange-stream-parent-4.4.2 [maven-release-plugin] copy for tag xchange-stream-parent-4.4.2
xchange-stream-4.4.1
xchange-stream-parent-4.4.1 [maven-release-plugin] copy for tag xchange-stream-parent-4.4.1
xchange-stream-4.4.0
Based od Xchange 4.4.0
xchange-stream-4.3.16
Based od Xchange 4.3.19
xchange-stream-4.3.15
Based on Xchange 4.3.14 library
xchange-stream-4.3.11
xchange-stream-parent-4.3.11 [maven-release-plugin] copy for tag xchange-stream-parent-4.3.11
xchange-stream-4.3.2
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
xchange-stream-4.3.1
xchange-stream-4.3.0
Changelog
- #22 GDAX and Bitfinex stream
- #24 support Bitmex streaming
- #26 Poloniex stream v2
- #27 support Bitflyer streaming
- #29 support Gemini streaming
- #30 support Wex (formal BTC-e) streaming
- #31 fix OkCoin marketdata format; add OkEx streaming
- #36 Convert v2 timestamp (msec) to v1 timestamp (sec). (#36)
- Update to latest Xchange version 4.3.0
Thanks to @lukaszaoralek for a lot of new exchange implementations in this version.