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 https://github.com/alpacahq/alpaca-py/pull/392
* Update the market data streams by gnvk in https://github.com/alpacahq/alpaca-py/pull/473
* doc: Update README.md to introduce stock/options historical data client by hiohiohio in https://github.com/alpacahq/alpaca-py/pull/479
New Contributors
* IsaacTrevino made their first contribution in https://github.com/alpacahq/alpaca-py/pull/392
**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.26.1...v0.27.0