Skip to content

Latest commit

 

History

History
208 lines (114 loc) · 4.11 KB

File metadata and controls

208 lines (114 loc) · 4.11 KB

Changelog

5.0.11 - 2026-05-06

Changed (2)

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

5.0.10 - 2026-04-15

Changed (2)

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

5.0.9 - 2026-04-07

Changed (1)

  • Update @binance/common library to version 2.3.11.

5.0.8 - 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).

5.0.7 - 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).

5.0.6 - 2026-03-24

Changed (1)

  • Update @binance/common library to version 2.3.7.

5.0.5 - 2026-03-19

Changed (2)

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

5.0.4 - 2026-03-13

Changed (1)

  • Update @binance/common library to version 2.3.5.

5.0.3 - 2026-03-02

Changed (2)

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

5.0.2 - 2026-02-24

Changed (2)

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

5.0.1 - 2026-02-12

Changed (1)

  • Update @binance/common library to version 2.3.2.

5.0.0 - 2026-01-20

Changed (3)

  • Update @binance/common library to version 2.3.1.

  • Deleted parameter userName

    • affected methods:
      • hashrateResaleDetail() (GET /sapi/v1/mining/hash-transfer/profit/details)
  • Modified response for hashrateResaleList() (GET /sapi/v1/mining/hash-transfer/config/details/list):

    • data.configDetails.items: property type added
    • data.configDetails.items: item property type added

4.1.2 - 2026-01-13

Changed (1)

  • Update @binance/common library to version 2.2.0.

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/mining/hash-transfer/config/details/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