v0.27.0
Incompatibility change
- We enhanced Market Data Streaming. However, there could be incompatibility changes (assuming most of users may not be impacted)
- renamed to DataStream from BaseStream with changing file location of websocket.py
- previously BaseStream has subscribe/unsubscribe methods. But now each streaming client extended from DataStream has subscribe/unsubscribe methods.
What's Changed
- Real-time News Data Stream via WebSocket Subscription by @IsaacTrevino in #392
- Update the market data streams by @gnvk in #473
- doc: Update README.md to introduce stock/options historical data client by @hiohiohio in #479
New Contributors
- @IsaacTrevino made their first contribution in #392
Full Changelog: v0.26.1...v0.27.0