Releases: gazbert/bxbot
Releases · gazbert/bxbot
v0.4-beta.1
README and 3rd party license updates only.
v0.4-beta
v0.3-beta.1
- Fix for Kraken Exchange Adapter sending occasional invalid signatures and receiving 'EAPI:Invalid key' responses from exchange.
- Fix for ItBit Exchange Adapter sending occasional invalid signatures and receiving 401 responses from exchange. Finally nailed this bug - never use a BigInteger to do a byte array's job... ;-)
v0.3-beta
v0.2-beta.2
- Finally got round to upgrading to log4j2! Code and docs updated to reflect this.
- Use Google Guava for util stuff.
- Upgraded Google Gson to 2.7.
- Upgraded Java Mail to 1.5.5.
- Upgraded Maven plugins.
- README cleanup.
v0.2-beta.1
- FIXED sample bitfinex/markets.xml config.
- Fixed 'comment typos' in the sample exchange.xml config files.
- Updated README.md "Coming Soon" section to reflect what is coming next...
v0.2-beta
The 2nd minor beta release of the bot.
Changes include:
- Major refactoring and cleanup of Exchange Adapters - their config is now fully externalized in the exchange.xml file.
- Removed ExchangeTimeoutException from Trading API and replaced it with new ExchangeNetworkException.
- Added support in exchange.xml to configure which network failures trigger non-fatal ExchangeNetworkException - this allows Trading Strategies to recover from temporary network issues.
v0.1-beta.5
Added more temporary network failure handling to itBit and Cryptsy exchange adapters.
v0.1-beta.4
Added Cloudflare throttling resilience to BTC-e Exchange Adapter.
v0.1-beta.3
Added more temporary network failure resilience to Huobi exchange adapter.