Skip to content

Releases: alpacahq/alpaca-trade-api-csharp

SDK 7.1.4

16 Nov 22:16
41f3861
Compare
Choose a tag to compare

Package 7.1.4 on NuGet contains the following changes:

  • Service release - the dependencies upgraded to be more up-to-date with the latest fixes.

Extensions 7.1.1

16 Nov 22:18
41f3861
Compare
Choose a tag to compare

Package 7.1.1 on NuGet contains the following changes:

  • Service release - the dependencies upgraded to be more up-to-date with the latest fixes.

SDK 7.1.3

10 Nov 19:14
2f4993a
Compare
Choose a tag to compare

Package 7.1.3 on NuGet contains the following changes:

  • #765 The OptionTrade item was added to the AccountActivityType enum. Thanks, @Chacoon3, for this contribution.
  • #766 Changes from PR #755 were partially rolled back. The ListAccountActivitiesAsync should work fine again.
  • #765 The custom string-to-enum converter was added for the AccountActivityType enum with a fallback value.

SDK 7.1.2

20 Oct 09:27
55a70c8
Compare
Choose a tag to compare

Package 7.1.2 on NuGet contains the following changes:

  • #756 The OptionType property in the IOptionContract deserialization is fixed. Thanks, @uranio-235, for this contribution.

SDK 7.1.1

30 Sep 18:48
1ffeed0
Compare
Choose a tag to compare

Package 7.1.1 on NuGet contains the following changes:

  • #753 The AccountActivitiesRequest class has been updated and now provides the correct URL query parameters for the API endpoint. Thanks, @ooples, for this contribution.

SDK 7.1.0

12 May 16:14
7ac5bbd
Compare
Choose a tag to compare

Package 7.1.0 on NuGet converts the latest beta into the official release.

Extensions 7.1.0

12 May 16:48
8e2e8c3
Compare
Choose a tag to compare

Package 7.1.0 on NuGet converts the latest beta into the official release.

SDK 7.1.0 4th beta

28 Apr 12:09
f7334b0
Compare
Choose a tag to compare
SDK 7.1.0 4th beta Pre-release
Pre-release

Package 7.1.0-beta4 on NuGet contains the following changes:

  • #745 The new OptionSnapshotRequest class now has a proper pagination support logic.

Extensions 7.1.0 3rd beta

28 Apr 18:01
c3b469a
Compare
Choose a tag to compare
Pre-release

Package 7.1.0-beta3 on NuGet contains the following changes:

  • #745 New methods GetOptionChainAsyncAsAsyncEnumerable and ListSnapshotsAsAsyncEnumerable were added.

SDK 7.1.0 3rd beta

26 Apr 17:20
238c834
Compare
Choose a tag to compare
SDK 7.1.0 3rd beta Pre-release
Pre-release

Package 7.1.0-beta3 on NuGet contains the following changes:

  • #745 Added support for the new portfolio history endpoint using the existing IAlpacaTradingClient.GetPortfolioHistoryAsync method.
  • #745 The new IOptionSnapshot interface with Greeks and implied volatility was added and used instead of ISnapshot for options.
  • #745 The new OptionSnapshotRequest class was added and used for the ListSnapshotsAsync method (breaking change).
  • #745 The OptionChainRequest class is extended with new (optional) filtering properties and initial client-side validation.