Releases: DogsTailFarmer/exchanges-wrapper
exchanges-wrapper 2.1.36
2.1.36 2025-04-25
🎨 refactor(exch_srv.py): remove receive_window
from request handling
📝 chore(proto): delete receive_window
field from martin.proto
♻️ refactor(martin/init.py): remove receive_window
from data class
exchanges-wrapper 2.1.35
2.1.35 2025-04-24
- Fixed incorrect merging of branches
exchanges-wrapper 2.1.34
2.1.34 2025-04-24
🔧 fix(exchanges_wrapper): adjust return types for several functions to use 'list' and 'dict' annotations
🔧 fix(exchanges_wrapper): ensure consistent return types in 'fetch_server_time' and 'get_symbols' functions
🔧 fix(parsers): update 'orders', 'klines', and 'candle' functions in various parsers to use 'list' and 'dict' annotations
✨ feat(client.py): Update UserEventsDataStream
to use new API endpoint and remove deprecated methods
✨ feat(lib.py): Remove redundant check for binance_us
exchange
✨ fix(web_sockets.py): Adjust ping_interval
for binance
and huobi
✨ fix(web_sockets.py): Refactor message handling for binance
events
✨ fix(requirements.txt): Upgrade crypto-ws-api
to version 2.0.20
📝 docs(README.md): Update documentation regarding Ed25519
API key for Binance
✨ chore(toml): Update exch_srv_cfg.toml.template
with new API key requirements
exchanges-wrapper 2.1.33
2.1.33 2025-03-28
Update
- ✨ feat(requirements.txt): Update
crypto-ws-api
andaiohttp
to latest versions.
exchanges-wrapper 2.1.32
2.1.32 2025-03-19
Fix
Exception get_exchange_info: "Send request: fetch_exchange_info:OKX:FILUSDT: exception: [<class 'decimal.ConversionSyntax'>]"
In "/v5/market/instruments-info"
response, last
field can be empty string, like {"last": ''}
exchanges-wrapper 2.1.31
2.1.31 2025-03-10
Update
- 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.
- Account information handling:
- In the
exchanges_wrapper
module, specifically in theaccount_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.
- 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