From 04830ace7593c1d0b314ba9e71d6069c05b7c764 Mon Sep 17 00:00:00 2001 From: JKorf Date: Sun, 17 Sep 2023 12:15:54 +0200 Subject: [PATCH] Updated version --- Bitfinex.Net/Bitfinex.Net.csproj | 8 ++++---- README.md | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Bitfinex.Net/Bitfinex.Net.csproj b/Bitfinex.Net/Bitfinex.Net.csproj index cd6c704..73cf5e8 100644 --- a/Bitfinex.Net/Bitfinex.Net.csproj +++ b/Bitfinex.Net/Bitfinex.Net.csproj @@ -7,9 +7,9 @@ Bitfinex.Net JKorf - 6.0.1 - 6.0.1 - 6.0.1 + 7.0.0 + 7.0.0 + 7.0.0 Bitfinex.Net is a .Net wrapper for the Bitfinex API. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds false Bitfinex Bitfinex.Net C# .Net CryptoCurrency Exchange API wrapper @@ -20,7 +20,7 @@ icon.png en true - 6.0.1 - Updated CryptoExchange.Net + 7.0.0 - Updated all endpoints to V2 API (expect for Account.WithdrawAsync), Updated all parameters and response models, Created endpoints for all possible requests for the Configs and Stats endpoints, Split the endpoints and subscriptions for trading symbols and funding symbols where necesarry, Added Account.GetMovementsDetailsAsync endpoint, Added Account.GetLoginHistoryAsync endpoint, Added Account.GetApiKeyPermissionsAsync endpoint, Added Account.GetAccountChangeLogAsync endpoint, Added ExchangeData.GetDerivativesStatusAsync endpoint, Added ExchangeData.GetLiquidationsAsync endpoint, Added ExchangeData.GetFundingStatisticsAsync endpoint, Added Trading.IncreasePositionAsync endpoint, Added Trading.GetIncreasePositionInfoAsync endpoint, Added Trading.GetPositionSnapshotsAsync endpoint, Added SubscribeToLiquidationUpdatesAsync stream, Added SubscribeToDerivativesUpdatesAsync stream, Added SubmitFundingOfferAsync socket request, Added CancelFundingOfferAsync socket request Bitfinex.Net.xml diff --git a/README.md b/README.md index 8f0f3db..3a85d9e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,26 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries. ## Release notes +* Version 7.0.0 - 17 Sep 2023 + * Updated all endpoints to V2 API (expect for Account.WithdrawAsync) + * Updated all parameters and response models + * Created endpoints for all possible requests for the Configs and Stats endpoints + * Split the endpoints and subscriptions for trading symbols and funding symbols where necesarry + * Added Account.GetMovementsDetailsAsync endpoint + * Added Account.GetLoginHistoryAsync endpoint + * Added Account.GetApiKeyPermissionsAsync endpoint + * Added Account.GetAccountChangeLogAsync endpoint + * Added ExchangeData.GetDerivativesStatusAsync endpoint + * Added ExchangeData.GetLiquidationsAsync endpoint + * Added ExchangeData.GetFundingStatisticsAsync endpoint + * Added Trading.IncreasePositionAsync endpoint + * Added Trading.GetIncreasePositionInfoAsync endpoint + * Added Trading.GetPositionSnapshotsAsync endpoint + * Added SubscribeToLiquidationUpdatesAsync stream + * Added SubscribeToDerivativesUpdatesAsync stream + * Added SubmitFundingOfferAsync socket request + * Added CancelFundingOfferAsync socket request + * Version 6.0.1 - 25 Aug 2023 * Updated CryptoExchange.Net