Skip to content

Releases: binance/binance-futures-connector-java

v3.0.5

03 Oct 08:27
Compare
Choose a tag to compare

Removed

  • UM_Futures Porfolio Endpoints:
    • GET fapi/v1/pmExchangeInfo
    • GET fapi/v1/pmAccountInfo

v3.0.4

10 Jan 10:07
Compare
Choose a tag to compare

Fixed

  • DecimalFormat with Locale.ENGLISH for requests with Double to have . as decimal separator.

Updated

  • Bumped logback-classic dependency to 1.2.13.

v3.0.3

18 Oct 04:52
ba694ff
Compare
Choose a tag to compare

Updated

  • Bumped org.json package version to 20231013.

v3.0.2

27 Jun 06:37
87c1bc8
Compare
Choose a tag to compare

Added

  • Added User-Agent header

v3.0.1

09 Mar 01:49
665cfb8
Compare
Choose a tag to compare

Fixed

  • Removed symbol as mandatory parameter in currentAllOpenOrders() within UMAccount.java and CMAccount.java classes

Updated

  • Bumped org.json package version to 20230227

v3.0.0

07 Mar 02:53
e94098d
Compare
Choose a tag to compare

Added

  • HTTP Proxy Support

Updated

  • Removed unnecessary secretKey parameter from UserData classes

v2.0.0

13 Jan 02:09
5bebbb9
Compare
Choose a tag to compare

Fixed

  • POST /v1/marginType - Changed marginType from Integer to String

Changed

  • Changed package path from com.binance.connector to com.binance.connector.futures to avoid conflicts with the Binance Spot API connector.

v1.0.0

07 Dec 09:51
@2pd 2pd
Compare
Choose a tag to compare

Added

  • First release for futures Java connector