Skip to content

Commit 9ce902b

Browse files
authored
chore: bump to v1.0.25 (sammchardy#1501)
1 parent e5b1950 commit 9ce902b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = "1.0.24"
7+
__version__ = "1.0.25"
88

99
from binance.async_client import AsyncClient # noqa
1010
from binance.client import Client # noqa

docs/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Changelog
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+
426
v1.0.24 - 2024-11-28
527
^^^^^^^^^^^^^^^^^^^^
628

0 commit comments

Comments
 (0)