We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b63172 commit 70a7a2aCopy full SHA for 70a7a2a
3 files changed
README.rst
@@ -1,5 +1,5 @@
1
=================================
2
-Welcome to python-binance v1.0.35
+Welcome to python-binance v1.0.36
3
4
5
.. image:: https://img.shields.io/pypi/v/python-binance.svg
binance/__init__.py
@@ -4,7 +4,7 @@
"""
6
7
-__version__ = "1.0.35"
+__version__ = "1.0.36"
8
9
from binance.async_client import AsyncClient # noqa
10
from binance.client import Client # noqa
docs/changelog.rst
@@ -1,5 +1,14 @@
Changelog
+v1.0.36 - 2026-03-24
+^^^^^^^^^^^^^^^^^^^^
+
+**Added**
+- feat: USD-M futures WebSocket URL category support #1684
+**Fixed**
+- fix: propagate connection errors to subscription queues #1681
11
12
v1.0.35 - 2026-02-16
13
^^^^^^^^^^^^^^^^^^^^
14
0 commit comments