Skip to content

Releases: dvcrn/binance.ex

v2.0.1

30 Oct 03:53
f734c7a
Compare
Choose a tag to compare

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

07 Jul 06:20
77e7807
Compare
Choose a tag to compare

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

04 Jul 02:39
c3af60e
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

27 Apr 19:50
Compare
Choose a tag to compare

iceberg_quantity bugfix when creating order and version bumps

PR:

#89

Thanks to @voleoo

v1.0.1

16 Jun 10:37
Compare
Choose a tag to compare
  • This release fixes OTP 24 compatibility as well as keep code backwards compatible with older versions (PR: #48)

v1.0.0

29 May 06:01
85f2e03
Compare
Choose a tag to compare
  • Breaking: Replace v1 exchangeInfo with v3 exchangeInfo
  • Add get_system_status

v0.8.0

09 Apr 02:27
0571a03
Compare
Choose a tag to compare
  • Add Klines (#38)
  • Add user stream calls (#37)

Release 0.6.0

13 Aug 01:45
35277f8
Compare
Choose a tag to compare

Release 0.5.0

09 Jul 00:51
474768e
Compare
Choose a tag to compare
  • 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)

v0.3.0

24 Mar 02:31
7f758cb
Compare
Choose a tag to compare