Skip to content

Releases: gazbert/bxbot

v0.6.4

09 Jul 19:58
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

Added Docker support and misc documentation updates.

  • #29 - Added Docker support for running the bot.
  • Misc README and CONTRIBUTING updates.
  • Added bot pic to README ;-)

v0.6.3

25 Jun 18:13
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

Fix for some Exchange Adapters not filtering open orders by market id.

  • #55 - Fixes for Gemini, GDAX, Bitfinex, ItBit, and Kraken to return only open orders for given marketId - thanks to @askosyrskiy for spotting this on Gemini.
  • Updated Bitstamp Exchange Adapter to use Bitstamp v2 API. This also enables filtering of open orders by marketId as the v2 API supports multiple markets.

v0.6.2

17 Jun 18:37
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Gemini exchange adapter fix and upgrade to Gradle 4.0

  • #54 - Fix to round Gemini order prices to correct number of decimal places. Thanks to @tacp17 for spotting this and to @askosyrskiy for assistance.
  • Updated Gradle build to 4.0
  • Misc README and config XML documentation tweaks.

v0.6.1

04 May 20:51
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Documentation improvements mostly.

  • Updated sample config files to try and make things clearer.
  • Updated the sample trading algo to make it simpler and clearer.
  • Fixed some typos in the sample trading algo error logging.
  • Misc README updates and hyperlink fixes. Also re-ordered some sections.

v0.6.0

10 Apr 20:16
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Mostly a dependency update release.

  • Updated to latest Spring Boot 1.5.2
  • Added (very) basic Windows batch file for starting/stopping the bot.
  • Updated Gradle and Maven wrappers.
  • Updated Google, Spring, JavaMail, and test dependencies.
  • Switched to simpler semantic versioning.
  • README tweaks and future plans update.

v0.5-beta.2

26 Feb 14:10
Compare
Choose a tag to compare
v0.5-beta.2 Pre-release
Pre-release

Fix for Windows build bug and other minor stuff.

  • #48 Fix to close config input/output streams. No problem on Linux/OSX, but breaking the build on Windows - thanks to @datasmithtech for spotting this.
  • Correction of ItBit ticker and market order URLs. They worked fine, fix just removed duplicate '/' in URLs.
  • Extra unit tests for xml-datastore config saves.
  • README updates.

v0.5-beta.1

03 Jan 21:17
Compare
Choose a tag to compare
v0.5-beta.1 Pre-release
Pre-release

Minor bug fix and enhancement release

  • #45 - Emergency stop will not run if configured value is set 0. Thanks to @Gondee .
  • Fix for NPE when optional exchange config is missing.
  • Try and log error stream in exchange adapters if they receive unexpected exchange response.
  • Upgraded to Gradle wrapper 3.2.1
  • Minor README and doc updates.
  • Added extra payload logging to get to bottom of unexpected ItBit payload response - turns out it happens when exchange is down for maintenance.

v0.5-beta

12 Nov 15:56
Compare
Choose a tag to compare
v0.5-beta Pre-release
Pre-release

A large and overdue update!

  • Modularized the bot.
  • Included Grade build.
  • More REST API build-out. REST API is still disabled (via application.properties) and not ready for Prod yet.
  • #44 - FIX for GDAX adapter returning incorrect cancel order status.
  • Misc code grooming.

v0.4-beta.2

14 Aug 13:15
Compare
Choose a tag to compare
v0.4-beta.2 Pre-release
Pre-release
  • Added integration tests for Exchange Adapters. They will run as part of the maven verify/install phase.
  • Doc updates for how to contribute - using GitHub Flow from now on.
  • Drawn line under REST admin API development - it is disabled by default and stubbed, so no risk of actual config being accessed. Further build will continue on separate dev branch.

v0.4-beta.1

10 Aug 19:58
Compare
Choose a tag to compare
v0.4-beta.1 Pre-release
Pre-release

README and 3rd party license updates only.