Releases: alpacahq/alpaca-trade-api-csharp
Releases · alpacahq/alpaca-trade-api-csharp
SDK 8.0.0 2nd beta
Package 8.0.0-beta2 on NuGet contains the following changes:
SDK 8.0.0 1st beta
Package 8.0.0-beta1 on NuGet contains the following changes:
- #771 The initial support for the options' multi-leg orders placement (and responses' handling) was added to the library.
Extensions 8.0.0 1st beta
Package 8.0.0-beta1 on NuGet contains the following changes:
- #771 The initial support for the options' multi-leg orders placement (and responses' handling) was added to the library.
SDK 7.2.0
Extensions 7.2.0
Extensions 7.2.0 1st beta
Package 7.2.0-beta1 on NuGet contains the following changes:
- #740 The
AlpacaDataClientExtensions.ListCorporateActionsAsAsyncEnumerable
helper method was added to simplify corporate actions pagination handling.
SDK 7.2.0 1st beta
Package 7.2.0-beta1 on NuGet contains the following changes:
- #740 The
IAlpacaDataClient.ListCorporateActionsAsync
function was added to support historical corporate actions request/response.
SDK 7.1.4
Extensions 7.1.1
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
Package 7.1.3 on NuGet contains the following changes:
- #765 The
OptionTrade
item was added to theAccountActivityType
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.