File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
=================================
2
- Welcome to python-binance v1.0.21
2
+ Welcome to python-binance v1.0.22
3
3
=================================
4
4
5
5
.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
7
- __version__ = "1.0.21 "
7
+ __version__ = "1.0.22 "
8
8
9
9
from binance .client import Client , AsyncClient # noqa
10
10
from binance .depthcache import DepthCacheManager , OptionsDepthCacheManager , ThreadedDepthCacheManager # noqa
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v1.0.22 - 2024-10-29
5
+ ^^^^^^^^^^^^^^^^^^^^
6
+
7
+ **Added **
8
+
9
+ - futures all tickers stream
10
+ - futures coin-m all tickers stream
11
+
12
+ **Fixed **
13
+
14
+ - hang in the ThreadedApiManager
15
+
16
+
4
17
v1.0.21 - 2024-10-23
5
18
^^^^^^^^^^^^^^^^^^^^
6
19
7
20
**Added **
21
+
8
22
- Some new endpoints
9
23
10
24
**Fixed **
25
+
11
26
- url encoding for coin-m post endpoints
12
27
- batch order endpoint
13
28
- Some minor bug fixes
@@ -16,13 +31,15 @@ v1.0.20 - 2024-10-22
16
31
^^^^^^^^^^^^^^^^^^^^
17
32
18
33
**Added **
34
+
19
35
- EDDSA authentication
20
36
- Portfolio Margin endpoints
21
37
- Some new futures endpoints
22
38
- Proxy support for the AsyncClient
23
39
- Version override is possible now through `params `
24
40
25
41
**Fixed **
42
+
26
43
- Migrated `positionRisk ` to v3
27
44
- Fixed the error `AttributeError("'Connect' object has no attribute 'protocol'") `
28
45
- Some minor bug fixes
You can’t perform that action at this time.
0 commit comments