Releases: DogsTailFarmer/exchanges-wrapper
Releases · DogsTailFarmer/exchanges-wrapper
Release list
exchanges-wrapper 2.1.31
2.1.31 2025-03-10
Update
- Version updates: The
requirements.txtfile has been updated to reflect new versions of dependencies:crypto-ws-apiwas updated from version 2.0.17 to 2.0.18.
- Account information handling:
- In the
exchanges_wrappermodule, specifically in theaccount_informationfunction (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.
- In the
- Logger usage: The use of a logger has been introduced in some places.
- 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
2.1.30 2025-02-20
Update
- Bump requirements
exchanges-wrapper 2.1.29
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
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
2.1.27 2025-01-27
Update
- Bump requirements
- Some minor improvements
exchanges-wrapper 2.1.26
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
2.1.24 2025-01-16
Fix
HTX:fetch_order:
https://huobiapi.github.io/docs/spot/v1/en/#get-the-order-detail-of-an-order-based-on-client-order-id
If an order is created via API, then it's no longer queryable after being cancelled for 2 hoursBitfinex: improving the generation and control ofnoncevalues for authorized HTTP requests
exchanges-wrapper 2.1.23
2.1.23 2025-01-14
Fix
web_socketsmodule logging
exchanges-wrapper 2.1.22
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
2.1.20 2024-09-14
Fix
- Downgraded
betterprototo2.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