Reactive Crypto Versions Save

💲📈A Kotlin/Java library for cryptocurrency trading. Supporting REST Api and WebSockets non-blocking client base on Reactor Netty

0.3.2.SNAPSHOT

3 years ago

0.3.2.SNAPSHOT

0.3.1

3 years ago

✨ New features and improvements

  • update okex websocket endpoint
  • add exchange UnicornX

0.3.0

3 years ago

✨ New features and improvements

  • change hubi websocket endpoint

Breaking changes

  • rename CurrencyPair

Chore

  • remove closed exchange(IDAX)
  • add new missing currency
  • change version tag syntax 'x.x.x.RELEASE' to 'x.x.x'

0.2.3.RELEASE

4 years ago

🐞 Bug fixes

  • add default deserializer for Currency class

0.2.2.RELEASE

4 years ago

📄 Documents

✨ New features and improvements

🐞 Bug fixes

Refactor

Style

Test

0.2.1.RELEASE

4 years ago

✨ New features and improvements

0.2.0.RELEASE

4 years ago

✨ New features and improvements

  • Add custom factory plugins #68
  • Add upbit market order
  • Add Coineal http client
  • Add new currency

🐞 Bug fixes

  • fix sync error for exchange where using orderBook updated subscribe #66

🔧 Bump versions

  • Depending on reactor-core 3.2.10.RELEASE #69
  • Depending on reactor-netty 0.8.9.RELEASE #70
  • Depending on commons-lang3 3.9 #59

📄 Documents

  • add commit message convention

0.1.9.RELEASE

4 years ago

✨ New features and improvements

  • Cleanup slf4j, log4j logging dependency #56
  • Depending on assertj-core 3.12.2 #50
  • Depending on gradle-simple 1.1 #51
  • Depending on kotlin-logging 1.6.25 #53
  • Depending on jackson-module-kotlin 2.9.9 #52
  • Depending on ktlint 0.33.0 #54
  • Depending on jackson-databind 2.9.9 #45
  • Depending on spring-webflux 5.1.7.RELEASE #48
  • Depending on junit 4.12 #49

🐞 Bug fixes

  • Fix Bithumb multi pair subscribe issue #57

v0.1.8.RELEASE

4 years ago

🐞 Bug fixes

  • Fix duplicate event time in order book stream

v0.1.7.RELEASE

4 years ago

✨ New features and improvements

  • Add a disconnect feature if the connection is abnormal