Skip to content

Releases: alpacahq/alpaca-trade-api-go

v3.6.0

09 Aug 09:46
1c54c5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

01 Jul 12:44
7d20c8f
Compare
Choose a tag to compare

What's Changed

  • Liquidate all positions response format by @sai-g in #282
  • Add missing AccountActivity and GetAccountActivitiesRequest fields by @gcatlin in #284

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

26 Apr 15:21
2944366
Compare
Choose a tag to compare

Backward incompatible

⚠️ This is a backward incompatible release, because the signature of marketdata.GetOptionChain changed from

GetOptionChain(underlyingSymbol string, req GetOptionSnapshotRequest) (map[string]OptionSnapshot, error)

to

GetOptionChain(underlyingSymbol string, req GetOptionChainRequest) (map[string]OptionSnapshot, error)

The latter now allows you to query option snapshots based on multiple conditions (expiration, strike price, option type, etc.)

Since option endpoints are still in beta, we decided not to increment the major version because of this change.

What's Changed

  • Remove unused Fundamental struct by @gnvk in #277
  • Disable stream read limit by @gnvk in #278
  • Add rights distribution corporate action type by @gnvk in #280
  • Update option snapshots with filters, greeks and pagination by @gnvk in #279

Full Changelog: v3.3.0...v3.4.0

v3.3.0

26 Mar 07:53
c680bac
Compare
Choose a tag to compare

What's Changed

  • Stop trading after the final daily liquidation by @gnvk in #265
  • Add marketdata for options by @gnvk in #271
  • Update the default stream URL for options by @gnvk in #273
  • Add corporate actions by @gnvk in #272
  • fix: Remove sub changes request when timeout happens by @hiohiohio in #274

New Contributors

Full Changelog: v3.2.2...v3.3.0

v3.2.2

03 Nov 09:25
efb7598
Compare
Choose a tag to compare

What's Changed

  • Round limit-price to avoid sub-penny issue by @gnvk in #261
  • Remove haxdds from the CODEOWNERS by @gnvk in #262
  • Set http request host in rest by @noramehesz in #263

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

01 Sep 08:05
d9db58f
Compare
Choose a tag to compare

What's Changed

  • Bump gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0 by @dependabot in #256
  • Add snake case json tags to the market data stream structs by @gnvk in #257
  • Remove replace directive from go.mod by @gnvk in #258

Full Changelog: v3.2.0...v3.2.1

v3.2.0

31 Aug 08:32
8187a4e
Compare
Choose a tag to compare

What's Changed

  • Add sort parameter and re-add historical crypto quotes by @gnvk in #255

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

v3.1.1

21 Aug 17:16
5bbc587
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

02 Aug 10:41
4377bef
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

15 Feb 15:28
2735b13
Compare
Choose a tag to compare

What's Changed

  • Update code examples in the readme by @gnvk in #241
  • Retry on internal server errors by @gnvk in #242

Full Changelog: v3.0.0...v3.0.1