- end_str, limit, spot params in kline fetching - drop None values in params passed
**Updated**
- more examples in docs
1.0.1
^^^^^^
**Fixed**
- restored params for Client and AsyncClient classes
1.0.0
^^^^^^
**Added**
- Async support for all REST endpoints - USDⓈ-M and Coin-M Futures websocket streams - Websockets use same tld as Client - convert type option for DepthCache
**Breaking Changes**
- Supports only py3.6+ - All wapi calls changed to sapi - Websockets have changed to use Asynchronous context managers
**Fixed**
- get_historical_klines params
0.7.11
^^^^^^^
**Added** - Vanilla Options REST endpoints - Vanilla Options websockets - Futures order type enums
**Updated**
- websocket keep-alive functions for different socket types - dependencies
**Fixed**
- change to User-Agent to avoid connection issues
0.7.5
^^^^^^^^^^^^^^^^^^^
**Added**
- Futures REST endpoints - Lending REST endpoints - OCO Orders function `create_oco_order`, `order_oco_buy`, `order_oco_sell` - Average Price function `get_avg_price` - Support for other domains (.us, .jp, etc)