Skip to content

v0.8.5

Pre-release
Pre-release

Choose a tag to compare

@gazbert gazbert released this 24 Dec 14:15

A significant release and well worth taking:

  • #81 - added basic Ticker support to TradingApi. Thanks to @KrzychuJedi for helping to drive this.
  • #77 - fixed some time dependent unit test failures. Thanks to @KosherBacon for spotting these on Windows.
  • #30 - Boosted unit test coverage of public and authenticated exchange adapter tests.
  • Moved all impl classes out of bxbot-trading-api project - a breaking change if you have written your own Exchange Adapter I'm afraid, but it had to be done. I've moved the impl classes to the bxbot-exchanges project where they belong.
  • Deprecated the Huobi Exchange Adapter - due to regulatory requirements from Chinese authorities Huobi ceased trading activity on October 31 2017.
  • Updated Spring Boot to 1.5.9.RELEASE
  • Updated spring-tx to 4.3.13.RELEASE
  • Updated Google Guava to 23.6-jre
  • Updated to Gradle 4.4.1
  • Updated Maven to 3.5.2
  • Updated maven-javadoc-plugin to 3.0.0
  • Updated EasyMock to 3.5.1
  • Removed unnecessary use of PowerMock in certain projects.
  • Misc README and Javadoc updates.