Skip to content

Latest commit

 

History

History
254 lines (146 loc) · 5.33 KB

File metadata and controls

254 lines (146 loc) · 5.33 KB

Changelog

5.0.1 - 2026-07-21

Changed (2)

  • Update @binance/common library to version 2.4.5.
  • Resolve security vulnerabilities.

5.0.0 - 2026-07-13

Changed (6)

  • Added parameter autoCompoundPlan
    • affected methods:
      • changeAutoCompoundStatus() (POST /sapi/v1/dci/product/auto_compound/edit-status)
  • Deleted parameter AutoCompoundPlan
    • affected methods:
      • changeAutoCompoundStatus() (POST /sapi/v1/dci/product/auto_compound/edit-status)
  • Modified parameter autoCompoundPlan:
    • enum added: NONE, STANDARD, ADVANCED
    • affected methods:
      • subscribeDualInvestmentProducts() (POST /sapi/v1/dci/product/subscribe)
  • Modified parameter optionType:
    • enum added: CALL, PUT
    • affected methods:
      • getDualInvestmentProductList() (GET /sapi/v1/dci/product/list)
  • Modified parameter status:
    • enum added: PENDING, PURCHASE_SUCCESS, SETTLED, PURCHASE_FAIL, REFUNDING, REFUND_SUCCESS, SETTLING
    • affected methods:
      • getDualInvestmentPositions() (GET /sapi/v1/dci/product/positions)
  • Modified response for getDualInvestmentPositions() (GET /sapi/v1/dci/product/positions):
    • list.items: property subscriptionTime added
    • list.items: item property subscriptionTime added

4.1.17 - 2026-06-18

Changed (2)

  • Update @binance/common library to version 2.4.1.
  • Resolve security vulnerabilities.

4.1.16 - 2026-06-02

Changed (1)

  • Update @binance/common library to version 2.4.0.

4.1.15 - 2026-05-21

Changed (1)

  • Update @binance/common library to version 2.3.14.

4.1.14 - 2026-05-06

Changed (2)

  • Update @binance/common library to version 2.3.13.
  • Resolve security vulnerabilities on axios.

4.1.13 - 2026-04-15

Changed (2)

  • Update @binance/common library to version 2.3.12.
  • Resolve security vulnerabilities on axios.

4.1.12 - 2026-04-07

Changed (1)

  • Update @binance/common library to version 2.3.11.

4.1.11 - 2026-03-30

Changed (2)

  • Update @binance/common library to version 2.3.10.
  • Resolve security vulnerabilities on handlebars (bump version from 4.7.8 to 4.7.9) and brace-expansion (bump version from 1.1.12 to 1.1.13).

4.1.10 - 2026-03-26

Changed (2)

  • Update @binance/common library to version 2.3.8.
  • Resolve security vulnerabilities on picomatch (bump version from 2.3.1 to 2.3.2).

4.1.9 - 2026-03-24

Changed (1)

  • Update @binance/common library to version 2.3.7.

4.1.8 - 2026-03-19

Changed (2)

  • Update @binance/common library to version 2.3.6.
  • Resolve security vulnerabilities on flatted.

4.1.7 - 2026-03-13

Changed (1)

  • Update @binance/common library to version 2.3.5.

4.1.6 - 2026-03-02

Changed (2)

  • Update @binance/common library to version 2.3.4.
  • Resolve security vulnerabilities on minimatch.

4.1.5 - 2026-02-24

Changed (2)

  • Update @binance/common library to version 2.3.3.
  • Resolve security vulnerabilities on axios.

4.1.4 - 2026-02-12

Changed (1)

  • Update @binance/common library to version 2.3.2.

4.1.3 - 2026-01-20

Changed (1)

  • Update @binance/common library to version 2.3.1.

4.1.2 - 2026-01-13

Changed (2)

  • Update @binance/common library to version 2.2.0.
  • Update documentation URLs.

4.1.1 - 2025-12-19

Changed (1)

  • Update @binance/common library to version 2.1.1.

4.1.0 - 2025-12-16

Changed (2)

  • Update @binance/common library to version 2.1.0.
  • Support request body params on sendRequest and sendSignedRequest functions.

4.0.3 - 2025-11-27

Changed (1)

  • Fixed bug with Configuration exported type.

4.0.2 - 2025-11-18

Changed (2)

  • Update @binance/common library to version 2.0.1.
  • Replaced deprecated tsup with tsdown for bundling.

4.0.1 - 2025-11-06

Changed (1)

  • Accept BigInt as input for all parameters that expect long numbers.

4.0.0 - 2025-11-06

Changed (2)

  • Convert long numbers to BigInt in all API responses when precision is high.
  • Update @binance/common library to version 2.0.0.

3.0.8 - 2025-09-12

Changed (1)

  • Update @binance/common library to version 1.2.5.

3.0.7 - 2025-08-18

Changed (1)

  • Update @binance/common library to version 1.2.4.

3.0.6 - 2025-07-22

Changed (2)

  • Update @binance/common library to version 1.2.2.
  • Bump form-data from 4.0.2 to 4.0.4 to fix a security issue.

3.0.5 - 2025-07-08

Changed (1)

  • Update @binance/common library to version 1.2.0.

3.0.4 - 2025-06-19

Changed (1)

  • Update @binance/common library to version 1.1.2.

3.0.3 - 2025-06-16

Changed (1)

  • Update @binance/common library to version 1.1.1.

3.0.2 - 2025-06-05

Changed (1)

  • Update @binance/common library to version 1.1.0.

3.0.1 - 2025-06-03

Changed

  • Update @binance/common library to version 1.0.6.

3.0.0 - 2025-05-28

Changed (1)

  • Marked as signed the following endpoints:
    • GET /sapi/v1/dci/product/list

2.0.0 - 2025-04-10

Changed

  • Update @binance/common library to version 1.0.2.
  • Update examples.

Removed

  • Remove unused error reponses.

1.0.1 - 2025-04-07

  • Update @binance/common library to version 1.0.1.
  • Remove unsupported Testnet URL.

1.0.0 - 2025-03-24

  • Initial release