Skip to content

Commit e692c12

Browse files
authored
chore: bump to 1.0.30 (#1615)
* update gitignore * bump version * chore: bump to 1.0.30
1 parent 4257586 commit e692c12

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

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.29"
7+
__version__ = "1.0.30"
88

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

docs/changelog.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
Changelog
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+
432
v1.0.29 - 2025-05-19
533
^^^^^^^^^^^^^^^^^^^^
634

0 commit comments

Comments
 (0)