Releases: dvcrn/binance.ex
Releases · dvcrn/binance.ex
v2.0.1
What's Changed
- Fix endpoint getting fixed at compile-time by @dvcrn in #106
- Fix 'duplicate key' error on some endpoints
- OTP23, Elixir 1.14.5 now required
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- added type specs to Binance.OrderResponse structure by @mushu8 in #90
- v2: Rewrite SDK to automatically generate from latest docs by @dvcrn in #92
New Contributors
Full Changelog: v1.0.4...v2.0.0
v2.0.0-beta.1
What's Changed
- Full rewrite to auto-generate the entire SDK from docs
- added type specs to Binance.OrderResponse structure by @mushu8 in #90
New Contributors
Full Changelog: v1.0.4...v2.0.0-beta.1
v1.0.4
iceberg_quantity
bugfix when creating order and version bumps
PR:
#89
Thanks to @voleoo
v1.0.1
- This release fixes OTP 24 compatibility as well as keep code backwards compatible with older versions (PR: #48)
v1.0.0
- Breaking: Replace v1 exchangeInfo with v3 exchangeInfo
- Add
get_system_status
v0.8.0
- Add Klines (#38)
- Add user stream calls (#37)
Release 0.5.0
- Drop Elixir 1.5
- Add FOK & IOC limit orders (@rupurt #15)
- Return struct for insufficient balance error (@rupurt #17)
- Return OrderResponse as struct for buy & sell (@rupurt #14)