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 11=================================
2- Welcome to python-binance v1.0.25
2+ Welcome to python-binance v1.0.26
33=================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 44
55"""
66
7- __version__ = "1.0.25 "
7+ __version__ = "1.0.26 "
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.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+
422v1.0.25 - 2024-12-05
523^^^^^^^^^^^^^^^^^^^^
624
You can’t perform that action at this time.
0 commit comments