Incompatibility change
- The response of `StockHistoricalDataClient` is changed when no data with specifying only 1 symbol in the query
- With this change now we'll return `{}` instead of `{"AAPL": []}`
- affected methods
- `get_stock_bars()`
- `get_stock_quotes()`
- `get_stock_trades()`
- `get_stock_latest_bar()`
- `get_stock_latest_quote()`
- `get_stock_latest_trade()`
- `get_stock_snapshot()`
What's Changed
* refactor: move pagination logic for historical market data to the base rest client by gnvk in https://github.com/alpacahq/alpaca-py/pull/525
**Full Changelog**: https://github.com/alpacahq/alpaca-py/compare/v0.32.0...v0.33.0