Enable Raw API Response
In this release we enable raw data responses from REST and Stream APIs. (de0fc4f)
It is achieved by passing raw_data=True
to API instances and it returns the data without wrapping it with Entity objects. Default is using Entities, exactly as before.
Also:
- Support for polygon financials V2 (200f667)
- Update the example code for websocket usage (a02e694)
- Add oauth support for StreamConn (05f3a78)
- Add CI pipelines for python 3.6-3.9 (be04063)
- Make sure there are no issues with pandas 1.2.0+ and numpy 1.20.0+ which dropped support for python 3.6 (e2eb54d)