Skip to content

Latest commit

 

History

History
115 lines (63 loc) · 2.19 KB

File metadata and controls

115 lines (63 loc) · 2.19 KB

Changelog

3.6.0 - 2026-04-29

  • Updated binance-common library to version 3.9.1
  • Updated pyproject.toml dependencies

3.5.0 - 2026-04-29

Changed (1)

  • Updated binance-common library to version 3.9.0

3.4.0 - 2026-03-26

Added (1)

  • Added py.typed file to indicate that the package supports type hints.

Changed (2)

  • Updated binance-common library to version 3.8.0
  • Updated tox file

3.3.0 - 2026-03-16

Changed (1)

  • Updated binance-common library to version 3.7.0

3.2.0 - 2026-02-11

Changed (2)

  • Updated binance-common library to version 3.6.0
  • Updated pyproject.toml dependencies

3.1.0 - 2026-01-29

Changed (1)

  • Updated binance-common library to version 3.5.0

3.0.0 - 2026-01-23

Changed (3)

  • Updated binance-common library to version 3.4.1

  • Deleted parameter userName

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

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

2.1.0 - 2025-01-13

Changed (1)

  • Updated binance-common library to version 3.4.0

2.0.0 - 2025-12-22

Changed (2)

  • Updated binance-common library to version 3.3.0
  • Add Body to Rest API request

1.7.0 - 2025-10-10

Changed (1)

  • Updated binance-common library to version 3.2.0

1.6.0 - 2025-09-16

Changed (1)

  • Updated binance-common library to version 3.1.1

1.5.0 - 2025-09-12

Changed (1)

  • Updated binance-common library to version 3.1.0

1.4.0 - 2025-09-05

Changed (1)

  • Updated binance-common library to version 3.0.0

1.3.0 - 2025-08-22

Changed (1)

  • Standardized type hints for required parameters by replacing default = None annotations with Union[..., None]

1.2.0 - 2025-08-07

Changed (1)

  • Updated binance-common library to version 1.2.0

1.1.0 - 2025-08-06

Changed (2)

  • Updated binance-common library to version 1.1.0
  • Added python version 3.13

1.0.0 - 2025-07-17

  • Initial release