Skip to content

Releases: alpacahq/alpaca-py

v0.28.1

23 Jul 12:13
4123932
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 by @dependabot in #486
  • chore(deps-dev): bump setuptools from 69.2.0 to 70.0.0 by @dependabot in #488
  • fix: Fix limit order request validation for oco by @hiohiohio in #489

Full Changelog: v0.28.0...v0.28.1

v0.28.0

08 Jul 08:17
7efcb17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.1...v0.28.0

v0.27.1

03 Jul 00:42
a45edfd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.27.1

v0.27.0

02 Jul 06:52
f0b47e9
Compare
Choose a tag to compare

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

Full Changelog: v0.26.1...v0.27.0

v0.26.1

28 Jun 16:35
e092f3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.26.1

v0.26.0

28 Jun 15:00
e1a9097
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

27 Jun 05:21
6e3f3a9
Compare
Choose a tag to compare

What's Changed

  • feat: Add asof parameter to historical stock data requests by @gnvk in #477
  • fix: Remove model_config for sphinx by @hiohiohio in #474

Full Changelog: v0.24.0...v0.25.0

v0.24.0

12 Jun 00:39
f2362cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0

v0.23.0

08 Jun 01:32
46255ae
Compare
Choose a tag to compare

Deprecated notification

  • set BrokerClient.delete_account() deprecated. Please use BrokerClient.close_account() instead. BrokerClient.delete_account() will be removed in the future release.

What's Changed

Full Changelog: v0.22.0...v0.23.0

v0.22.0

30 May 09:36
795680d
Compare
Choose a tag to compare

What's Changed

  • feat: Add transmitter info into BatchJournalRequestEntry by @hiohiohio in #459

Full Changelog: v0.21.2...v0.22.0