* Feature: New exchange: Bit.com
* Feature: Rework how exchanges that have multiple websocket endpoints are managed and configured.
* Bugfix: Use UTC for datetime conversions in REST api
* Bugfix: Funding rate of 0 was being converted to None when to_dict was called
* Feature: Add OKEx REST API and implement candle function
* Feature: Added trading endpoints to Bitfinex REST mixin
* Bugfix: Change to Okex to allow futures and options subscriptions
* Update: Deribit ticker, trades, and orderbook channels now require authentication
* Bugfix: Fix candle backend for InfluxDB
* Bugfix: OKEx REST candle fix
* Feature: Added ability to use your own Postgres table layouts
* Bugfix: Binance connections that do not require websocket were failing on connect
* Feature: Write native datetimes to Mongo
* Feature: Mongo backend now supports bulk writes + queuing of messages