Skip to content

Releases: flashnuke/BinanceExtensionCPP

REST Bugfix and API changes

27 Sep 20:45
4102178
Compare
Choose a tag to compare

Bugfixes

  • REST response buffer not returning full data

Features

  • Added and removed endpoints according to the official changelogs

Notes

  • Fiat and C2C endpoints have been added
  • WAPI endpoints are deprecated and therefore have been removed

API Updates and Bugfix

24 May 14:23
d2b26a4
Compare
Choose a tag to compare

Bugfixes

  • Websocket client initialization was broken for some clients
  • More bugs that encountered in Ubuntu were fixed

Features

  • Removed and added several endpoints that were modified by Binance

Notes

  • Updated the Readme.md with additional info regarding compilation on Ubuntu

template function instantiations fix

08 Apr 11:58
Compare
Choose a tag to compare

Bugfixes

  • Added missing template function instantiations

v2.0

30 Mar 12:34
cda870b
Compare
Choose a tag to compare

Bugfixes

  • Certain streams were not supported (link errors)
  • Orderbook manager example was not sorted properly

Features

  • Additional example file for options trade stream
  • Support for options REST and websocket methods
  • Support for options testnet methods
  • New endpoints (up to Binance changelog 30/03/2021)

Notes

  • Websocket streams (options) - support only interval = 0
  • Websocket streams (options) - conversion from gzip to binary is performed

v1.1

28 Dec 15:30
Compare
Choose a tag to compare

Updated endpoints (Keep up with changelog)

initial release

09 Sep 14:43
901cf44
Compare
Choose a tag to compare

initial release after testing