diff --git a/README.rst b/README.rst index d597f57b..71a5f20c 100755 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================= -Welcome to python-binance v1.0.29 +Welcome to python-binance v1.0.30 ================================= .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/binance/__init__.py b/binance/__init__.py index 33b56ff5..849d524c 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.0.29" +__version__ = "1.0.30" from binance.async_client import AsyncClient # noqa from binance.client import Client # noqa diff --git a/docs/changelog.rst b/docs/changelog.rst index 09bd4832..9e8afa90 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,34 @@ Changelog ========= +v1.0.30 - 2025-10-14 +^^^^^^^^^^^^^^^^^^^^ + +**Fixed** + +- Set default limit=None for futures_historical_klines* (fetch full range by default) (#1607) +- fixed a typo in a method name (#1605) +- all links updated (#1600) +- throw readloopclosed error if trying to connect once read loop is already closed (#1593) +- ensure spot v3 version (#1587 + + +**Added** +- Demo trading +- websocket userdatastream.signature support, deprecate listenkey for spot market + + +v1.0.28 - 2025-02-27 +^^^^^^^^^^^^^^^^^^^^ + +**Added** + +- Add `papi_get_rate_limit` +- Add docs for `create_oco_order` +- Add `uiKlines` support +- Add options websocket market streams +- Add dozens of missing endpoints + v1.0.29 - 2025-05-19 ^^^^^^^^^^^^^^^^^^^^