File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 44
55"""
66
7- __version__ = "1.0.24 "
7+ __version__ = "1.0.25 "
88
99from binance .async_client import AsyncClient # noqa
1010from binance .client import Client # noqa
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.0.25 - 2024-12-05
5+ ^^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - borrow-repay endpoints (margin_interest_rate_history/margin_get_borrow_repay_records/margin_borrow_repay/etc)
10+ - futures_mark_price_klines thanks to @zhen1007
11+ - futures_index_price_klines and futures_premium_index_klines
12+ - HistoricalKlinesType enum enhanced
13+ - block trades endpoints (options_create_block_trade_order, options_cancel_block_trade_order, etc)
14+ - dapi asyn endpoints (futures_coin_account_order_history_download, futures_coin_account_order_history_download_link, etc)
15+
16+
17+ **Fixed **
18+
19+ - Removed unnecessary logs with `error ` level
20+ - Remove CANCEL read_loop error log
21+ - Fix error type for when message queue is full
22+ - Fixes that if first connect fails it would not throw and let the user wait indefinitely
23+ - Improves error handling passing to user error type for different scenarios
24+
25+
426v1.0.24 - 2024-11-28
527^^^^^^^^^^^^^^^^^^^^
628
You can’t perform that action at this time.
0 commit comments