Releases: sammchardy/python-binance
Releases · sammchardy/python-binance
v1.0.22
v1.0.21
Added
- Some new endpoints
Fixed
- url encoding for coin-m post endpoints
- batch order endpoint
- Some minor bug fixes
v1.0.20
Added
- EDDSA authentication
- Portfolio Margin endpoints
- Some new futures endpoints
- Proxy support for the AsyncClient
- Version override is possible now through
params
- Added new binance endpoint rolling-window-price-change-statistics
Updated
- Migrated
positionRisk
to v3
Fixed
- Fixed the error
AttributeError("'Connect' object has no attribute 'protocol'")
- Some minor bug fixes
v1.0.17
Added
- RSA key authentication
- Support for api1, api2, api3, api4 base endpoints
- binance.us staking endpoints
- Options ticker by expiration socket
- Staking endpoints
- Pay and Convert endpoints
- Futures index info endpoint
- Open OCO Orders endpoint
- Param to pass session params to aiohttp.ClientSession
Updated
- Some margin endpoint versions
- Support testnet for more streams
Fixed
- Indefinite websocket reconnect loop
- Crash on parsing code from some errors
v1.0.16
Added
- pass limit param to all kline functions
- increase default for kline functions from 500 to 1000
- add HistoricalKlinesType.FUTURES_COIN as option for kline functions
- testnet URL for coin_futures_socket
Updated
- round_step_size more accurate
Fixed
- remove deprecated loop param
- websockets unpinned
- hanging websockets in exiting state
- check start_ts after end_ts for klines
- multi assets margin params
v0.7.10
Individual symbol ticker stream to websockets.
v0.7.9: Merge pull request #639 from adanikel/new/missing_subaccount_endpoints
New/missing subaccount endpoints
v0.7.8: Merge pull request #534 from bsliran/patch-1
Updates the get_product endpoint
v0.7.7
Merge pull request #623 from ttamg/feature/websockets-for-isolated-ma…