File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11=================================
2- Welcome to python-binance v1.0.29
2+ Welcome to python-binance v1.0.30
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.29 "
7+ __version__ = "1.0.30 "
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.30 - 2025-10-14
5+ ^^^^^^^^^^^^^^^^^^^^
6+
7+ **Fixed **
8+
9+ - Set default limit=None for futures_historical_klines* (fetch full range by default) (#1607)
10+ - fixed a typo in a method name (#1605)
11+ - all links updated (#1600)
12+ - throw readloopclosed error if trying to connect once read loop is already closed (#1593)
13+ - ensure spot v3 version (#1587
14+
15+
16+ **Added **
17+ - Demo trading
18+ - websocket userdatastream.signature support, deprecate listenkey for spot market
19+
20+
21+ v1.0.28 - 2025-02-27
22+ ^^^^^^^^^^^^^^^^^^^^
23+
24+ **Added **
25+
26+ - Add `papi_get_rate_limit `
27+ - Add docs for `create_oco_order `
28+ - Add `uiKlines ` support
29+ - Add options websocket market streams
30+ - Add dozens of missing endpoints
31+
432v1.0.29 - 2025-05-19
533^^^^^^^^^^^^^^^^^^^^
634
You can’t perform that action at this time.
0 commit comments