File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
=================================
2
- Welcome to python-binance v1.0.25
2
+ Welcome to python-binance v1.0.26
3
3
=================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
7
- __version__ = "1.0.25 "
7
+ __version__ = "1.0.26 "
8
8
9
9
from binance .async_client import AsyncClient # noqa
10
10
from binance .client import Client # noqa
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v1.0.26 - 2024-12-23
5
+ ^^^^^^^^^^^^^^^^^^^^
6
+
7
+ **Added **
8
+
9
+ - Websockets docs
10
+ - support for microseconds time unit
11
+ - futures data link endpoints
12
+ - return type to _get_account_socket thanks to @zhen1007
13
+ - futures_index_price_constituents endpoint
14
+
15
+
16
+ **Fixed **
17
+
18
+ - FuturesDepthCacheManager and OptionsDepthCacheManager to __init__
19
+ - EDDSA random error
20
+
21
+
4
22
v1.0.25 - 2024-12-05
5
23
^^^^^^^^^^^^^^^^^^^^
6
24
You can’t perform that action at this time.
0 commit comments