Releases: alpacahq/alpaca-trade-api-python
Releases · alpacahq/alpaca-trade-api-python
v3.2.0
What's Changed
- Add Python 3.11 support. by @fumoboy007 in #673
- Support Python 3.12 by @hiohiohio in #745
- v3.2.0 by @hiohiohio in #746
Full Changelog: v3.1.1...v3.2.0
v3.1.0
What's Changed
- Add sort parameter and re-add historical crypto quotes by @gnvk in #718
- fix: Use warnings.catch_warnings() instead of pytest.warns(None) by @hiohiohio in #741
- Allow error messages without code field by @gnvk in #738
- v3.1.0 by @gnvk in #742
Full Changelog: v3.0.2...v3.1.0
V3.0.1
What's Changed
- Updating existing crypto APIs to v1beta2 and adding in Latest Orderbooks by @andrewwoood in #650
- Crypto v1beta3 by @haxdds in #687
- Fix streaming news article event dispatching by @fumoboy007 in #691
- Only call the news handler once for a single message by @gnvk in #693
- Call each different news handler once by @gnvk in #694
New Contributors
- @andrewwoood made their first contribution in #650
- @fumoboy007 made their first contribution in #691
Full Changelog: v2.3.0...v3.0.1
v2.3.0
What's Changed
- Fix missing URL import for the Stream class example in README by @hiohiohio in #628
- Fixed grammar and spelling by @ALifeLivedFully in #629
- Add optional asof for historical marketdata endpoints by @gnvk in #632
New Contributors
- @hiohiohio made their first contribution in #628
- @ALifeLivedFully made their first contribution in #629
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Updated Stream Instructions for
sip
parameter in README by @hinchcliffz in #615 - Remove drew887 as owner by @drew887 in #621
- Fix typo in streamconn_on_and_off example by @MorSof in #623
- Add optional feed argument to the market data methods by @gnvk in #625
New Contributors
- @hinchcliffz made their first contribution in #615
- @MorSof made their first contribution in #623
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
⚠️ Note this release is a Breaking Change due to the removal of Market Data V1 capabilities
- Adds a param to the stream classes to allow overriding of websocket defaults (#596)
- Scheduled weekly dependency update for week 12 (#592)
- Increase ping timeout (#591)
- Send subscription requests in parts (#586)
- Remove marketdata v1 functions (#590)
- Updating overnight-hold to use the new data api (async get bars) (#562)
- Add Week and Month timeframe units (#583)
- Multi symbol support for the latest crypto endpoints (#580)
You can view this release on PyPi here
v1.5.1
v1.5.0
Bug Fixes and Crypto Snapshot Endpoint
-
Adds Crypto Snapshot Endpoint
-
Handle new messages as implicit subscriptions messages that come with subscribing to trades
- The biggest change is letting user pass in handler_cancel_errors and handler_corrections into subscribe_trades()