Skip to content

1.0.3

Compare
Choose a tag to compare
@CCob CCob released this 30 Dec 12:21
· 127 commits to master since this release
  • Added a new retry functionality for REST calls which defaults to 5 attempts
  • Added new subscribeToMarketSummaries function since Bittrex no long automatically do this on WebSocket connection
  • No longer need 3rd party repositories for maven artifacts since I have created a new fork of the SignalR library called signalr4j and it is published on Maven Central
  • Improved WebSocket reconnect logic on disconnect, but more work still needs to be done
  • Fixed typo in getMarketSummaries URL builder which was causing a 404 error code
  • Renamed Tick DAO endTime property to startTime, since this is what Bittrex's T property represents