Releases: alpacahq/alpaca-trade-api-go
Releases · alpacahq/alpaca-trade-api-go
v3.6.0
What's Changed
- Add Said Saifi to the CODEOWNERS by @gnvk in #296
- Add position intent to PlaceOrderRequest by @ankitsridhar16 in #294
- Fix go vet errors by @leki75 in #298
- Add logging and optional callback to buffer fills by @leki75 in #297
New Contributors
- @ankitsridhar16 made their first contribution in #294
Full Changelog: v3.5.0...v3.6.0
v3.5.0
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
Backward incompatible
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
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
- @hiohiohio made their first contribution in #274
Full Changelog: v3.2.2...v3.3.0
v3.2.2
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
- @noramehesz made their first contribution in #263
Full Changelog: v3.2.1...v3.2.2
v3.2.1
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
v3.1.1
What's Changed
- Add User-Agent header on HTTP requests and WSS by @AlexandrosKyriakakis in #254
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- PLTF-189: support new event streaming by @turip in #245
- Add AssetAttributes on assets entity by @AlexandrosKyriakakis in #252
New Contributors
- @turip made their first contribution in #245
- @AlexandrosKyriakakis made their first contribution in #252
Full Changelog: v3.0.1...v3.1.0