From a42db2cd1d765e633b9913e6207dca326379227f Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 21 Oct 2024 10:55:50 +0200 Subject: [PATCH] Updated to version 2.6.0 --- OKX.Net/OKX.Net.csproj | 6 +++--- README.md | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/OKX.Net/OKX.Net.csproj b/OKX.Net/OKX.Net.csproj index 7962210..0a67539 100644 --- a/OKX.Net/OKX.Net.csproj +++ b/OKX.Net/OKX.Net.csproj @@ -7,9 +7,9 @@ JK.OKX.Net JKorf - 2.5.1 - 2.5.1 - 2.5.1 + 2.6.0 + 2.6.0 + 2.6.0 JK.OKX.Net is client library for accessing the OKX REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more. false OKX;OKX.Net;OKX Client;OKX API;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 75f0357..95db48f 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,15 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf). ## Release notes +* Version 2.6.0 - 21 Oct 2024 + * Added restClient.UnifiedApi.Account.ManualBorrowRepayAsync, SetAutoRepayAsync and GetBorrowRepayHistoryAsync endpoints + * Added EasyConvertDustAsync, GetEasyConvertDustAssetsAsync and GetEasyConvertDustHistoryAsync endpoints + * Added BurningFeeRate property to restClient.UnifiedApi.Account.GetAssetsAsync response model + * Updated AccountBillSubType and AccountSubType Enum values + * Refactored restClient.UnifiedApi.Trading.PlaceOrderAsync take profit / stop loss parameters to support the full functionality offered by the API + * Fixed restClient.UnifiedApi.Trading.CancelMultipleOrdersAsync order canceled event processing + * Removed restClient.UnifiedApi.Account.ConvertDustAsync deprecated endpoint + * Version 2.5.1 - 14 Oct 2024 * Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3 * Fixed TypeLoadException during initialization