Skip to content

Commit

Permalink
chore: bump to 1.0.22 (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei authored Oct 29, 2024
1 parent 4b641a3 commit 559a32a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Welcome to python-binance v1.0.21
Welcome to python-binance v1.0.22
=================================

.. image:: https://img.shields.io/pypi/v/python-binance.svg
Expand Down
2 changes: 1 addition & 1 deletion binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = "1.0.21"
__version__ = "1.0.22"

from binance.client import Client, AsyncClient # noqa
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
Changelog
=========

v1.0.22 - 2024-10-29
^^^^^^^^^^^^^^^^^^^^

**Added**

- futures all tickers stream
- futures coin-m all tickers stream

**Fixed**

- hang in the ThreadedApiManager


v1.0.21 - 2024-10-23
^^^^^^^^^^^^^^^^^^^^

**Added**

- Some new endpoints

**Fixed**

- url encoding for coin-m post endpoints
- batch order endpoint
- Some minor bug fixes
Expand All @@ -16,13 +31,15 @@ v1.0.20 - 2024-10-22
^^^^^^^^^^^^^^^^^^^^

**Added**

- EDDSA authentication
- Portfolio Margin endpoints
- Some new futures endpoints
- Proxy support for the AsyncClient
- Version override is possible now through `params`

**Fixed**

- Migrated `positionRisk` to v3
- Fixed the error `AttributeError("'Connect' object has no attribute 'protocol'")`
- Some minor bug fixes
Expand Down

0 comments on commit 559a32a

Please sign in to comment.