- mini ticker socket function `start_miniticker_socket` - aggregate trade iterator `aggregate_trade_iter`
**Fixes**
- clean up `interval_to_milliseconds` logic - general doc and file cleanups
0.6.2
^^^^^^^^^^^^^^^^^^^
**Fixes**
- fixed handling Binance errors that aren't JSON objects
0.6.1
^^^^^^^^^^^^^^^^^^^
**Fixes**
- added missing dateparser dependency to setup.py - documentation fixes
0.6.0
^^^^^^^^^^^^^^^^^^^
New version because why not.
**Added**
- get_historical_klines function to fetch klines for any date range - ability to override requests parameters globally - error on websocket disconnect - example related to blog post
**Fixes**
- documentation fixes
0.5.17
^^^^^^^^^^^^^^^^^^^^
**Added**
- check for name parameter in withdraw, set to asset parameter if not passed
**Update**
- Windows install error documentation
**Removed**
- reference to disable_validation in documentation
0.5.16
^^^^^^^^^^^^^^^^^^^^
**Added**
- addressTag documentation to withdraw function - documentation about requests proxy environment variables
**Update**
- FAQ for signature error with solution to regenerate API key - change create_order to create_test_order in example
**Fixed**
- reference to BinanceAPIException in documentation