------- * Fixed market_watch issue with newly defined columns * Fixed some deprecation/future warnings * Increased default timeout from 5 to 10 seconds * Updated dataset
0.44.0
------- * Breaking: renamed the database module to dataset * feat(_parse_price_info): handle invalid nav_datetime
0.43.2
------- * fixed: Use fake user-agent for API requests due to a new restriction from server.
0.43.1
------- * fixed a bug in ``Instrument.live_data``
0.43.0
------- * feat!: removed the 1-connection-per-host limit. However, users should note that ``InstrumentOnDate`` (``Instrument.on_date``) methods are rate-limited and avoid making simultaneous calls. * feat(docs): a new (and incomplete) module to fetch parsed documentation data
0.42.0
------- * feat(Instrument.__hash__): handle ``numpy.int64`` ``Instrument.code`` * fix(Session): Do not inherit from ``aiohttp.ClientSession`` (deprecated by aiohttp). * feat(Session): use TCPConnector(limit_per_host=1, keepalive_timeout=120.)