Skip to content

Releases: alpacahq/alpaca-trade-api-python

v3.2.0

12 Jan 12:38
9f75328
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.0

09 Jan 07:59
e297b9b
Compare
Choose a tag to compare

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

27 Jun 13:20
Compare
Choose a tag to compare

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

Full Changelog: v2.3.0...v3.0.1

v2.3.0

23 Jun 10:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

08 Jun 09:02
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Apr 14:35
v2.1.0
9a91a43
Compare
Choose a tag to compare

PRs in this release:

v2.0.0

25 Mar 18:14
bddd0a1
Compare
Choose a tag to compare

⚠️ 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

28 Feb 15:07
Compare
Choose a tag to compare
  • Move updated bars to their own subscription by @gnvk #574
  • empty handler check when unregister cancel errors + corrections by @ccnlui #577
  • Adds support for Python 3.10 by @ccnlui #561
  • Fixes Incorrect Access Issue on Long-Short Example by @haxdds #560

v1.5.0

26 Jan 11:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.5.0

Bug Fixes and Crypto Snapshot Endpoint

10 Dec 13:31
Compare
Choose a tag to compare
  • 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()