Changed - `get_list_of_depth_caches()` is deprecated, use `get_list_of_depthcaches()` instead! From now on, only active DepthCaches are returned! - `stop_depthcache()` removes asks and bids, but the rest of the DepthCache remains.
2.7.0
Changed - Holding the thread lock is now in the more abstract functions. Fixed - 'Uncontrolling growth of elements in lists of asks and bids in Depth Cache Manager' [issue45](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/issues/45) Thanks to [chubatrik](https://github.com/chubatrik) for finding and reporting it! - 'error' and 'result' messages are now processed separately with corresponding log levels. - In `_get_book_side()` only the thread lock of 'bid' was used by mistake, also for 'asks'. This has now been corrected. - 'stop_depth_cache returns "error_msg: stream_id is missing!"' [issue46](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-local-depth-cache/issues/46)
2.7.0.dev
2.6.0
Added - Counting restarts and logging last restart time in `ubldc.dc_streams`.
2.5.0
Added - Support of `auto_data_cleanup_stopped_streams` - Passthrough to UBWA.