0.2.2.RELEASE
·
99 commits
to master
since this release
📄 Documents
- fix typo error (6d78bee52745ab118a1e46ab6496f277a5961b44)
✨ New features and improvements
- add biannce error handling (cfae98e46a31eba95543ef018775a65791974634)
- Add binance http client (d901a5a07c2e33912897b45c55c896c8c94167f7)
- Add binance raw http client (2415f43c46a78a83a6f3d4ff392c76d71f64b1f0)
- add new exchange 'coinall' (c6222e669005f2fb7c957fa7881aa7a5210cebcf), closes #100
- add new exchange 'okex korea' (ec667133cabf03e45294820282284013bcc2e12b)
- coineal asset balance (f586058df6a323c56e5fa03144314172beca6705)
- coineal modify orderStatus API integration (5c660c5d63938c02bac62d970724948cdfeb60b4)
- convert exchangeVendor from to enum class to data class using static fields (56278515624d2c662ab2d5417a220be2a7d4e388)
- orderStatus interface - upbitOrderStatus API integration (ce1c0a12d2303532c7f97854b6926af7a52fe24e)
- treat UNKNOWN Currency when not found Currency enum (9bae453fff264b3289489d9a8de2a5755ec76d8e)
- upbit balance (7f61ed3cbb3ee5456aa91cbf04afa61097decbeb)
- upbit limit order (f315597b4d2af46356091b8014a7d49b051efc67)
- upbit refactoring & binance trivial bug fix (f107a975d93b8a4c7a9e4cbfbcf0cca629f45c72)
- add new exchange 'Huobi Global' (e0529265b5d7ee7a88b84c3a615a4d34dc36aa3d)
- add new exchange 'Huobi Japan' (70c6802766a5b723daa2414f9a463ef1ea1edf14)
- add new exchange 'Korbot Ex' (cca788c15849a412eec4ec03301c30201d889a55)
🐞 Bug fixes
- change huobi websocket ping/poing time period (f6010185de2ffd00ee434640a1f2438bc231d396)
- coineal empty page response deserialize error (bc6ba4b6df02ac2e686028f8ced0e90d961b4c16), closes #76
- coineal trade result field correction due to API Docs (1eceff45d57adb5286a6fef9cbafe276f24c7229)
- coineal tradeHistory code syntax error (668026ae5fa0ad3ca0fd6500be33f885936cbfa3)
- ExchangeVendor apply @JvmStatic to some method (f1ec096bc0617f36ab6b4dd2a25c008232efe4ca)
- ExchangeVendor valueOf return null when not exists in list (c3eb3c44d572dda4e51025dda17ba08d9350d45f)
- fix gradle version typo error (08c27509d22c1e2b64fde48811c8183c7a202ae3)
- ktlint format (aed0e42e1cf7149ec8e60eedfda4f4f5a217f8c1)
- okex korea change to official v3 websocket (07fc5a3c0532823d98488452b3435ef8aee8524a), closes #96
- remove coineal useless field (417619a72943f31aa4d66309d45dcf61839532f8)
Refactor
- add default implementation ExchangeClientFactory string method (9bdf77211878a9019ab97221e676f1f9bb6ef5db)
- Change Currency enum class to data class (3cb1e96ce866a5fb036ba9e6620997a346914c30)
- remove string base client factory (61b8c1cdde6b6cbc67e42e2e8bf28540bd98d10b)
Style
Test
- change coineal orderbook test condition (2217f4ca340d8ce53afc628d7307b9d264b4b940)