Skip to content

Releases: DogsTailFarmer/exchanges-wrapper

exchanges-wrapper 2.1.31

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 10 Mar 17:34

2.1.31 2025-03-10

Update

  1. Version updates: The requirements.txt file has been updated to reflect new versions of dependencies:
    • crypto-ws-api was updated from version 2.0.17 to 2.0.18.
  2. Account information handling:
    • In the exchanges_wrapper module, specifically in the account_information function (in multiple files), there
      are minor changes related to handling account balance data.
      These changes likely fix issues with formatting or parsing of balance data.
  3. Logger usage: The use of a logger has been introduced in some places.
  4. Docstrings: Some docstrings have been added or updated to provide better documentation for the functions.

The overall changes seem to be related to maintenance tasks, such as updating dependencies and fixing minor issues
with data handling. There are no major new features or functionality additions in this diff output.

exchanges-wrapper 2.1.30

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 20 Feb 19:25

2.1.30 2025-02-20

Update

  • Bump requirements

exchanges-wrapper 2.1.29

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 18 Feb 19:02

2.1.29 2025-02-18

Fix

  • ByBit: [2025-02-14 12:11:20,916: ERROR] Send request: fetch_open_orders::: KeyError: 'list'

Update

exchanges-wrapper 2.1.28

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 06 Feb 15:37

2.1.28 2025-02-06

Fix

ByBit: fetch_order: was used incorrect endpoint

Update

  • ByBit: API Rate Limit handler

exchanges-wrapper 2.1.27

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 27 Jan 16:40

2.1.27 2025-01-27

Update

  • Bump requirements
  • Some minor improvements

exchanges-wrapper 2.1.26

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 18 Jan 15:43

2.1.26 2025-01-18

Fix

  • HTX: fetch_order:...: exception: argument of type 'ExchangeError' is not iterable", None)

Update

  • Some minor improvements

exchanges-wrapper 2.1.24

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 16 Jan 15:15

2.1.24 2025-01-16

Fix

exchanges-wrapper 2.1.23

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 14 Jan 16:58

2.1.23 2025-01-14

Fix

  • web_sockets module logging

exchanges-wrapper 2.1.22

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 14 Jan 11:02

2.1.21 2025-01-13

Update

  • Structure optimization
  • Bump requirements
  • ByBit: on_funds_update: availableToWithdraw: this field is deprecated for accountType=UNIFIED

exchanges-wrapper 2.1.20

Choose a tag to compare

@DogsTailFarmer DogsTailFarmer released this 14 Sep 08:51

2.1.20 2024-09-14

Fix

  • Downgraded betterproto to 2.0.0b6

2.1.19 2024-09-13

Fix

  • pyproject.toml

2.1.18 2024-09-13

Fix

  • Dependency conflict

2.1.17 2024-09-13

Update

  • Dependency: Up requirements for crypto-ws-api==2.0.13

2.1.16 2024-09-13

Fix

  • OKX: get_exchange_info: <class 'decimal.ConversionSyntax'> #82

Update

  • HTX: monitoring PING interval from server for each WSS channel and restart if timing out
  • Dependency