From f2d95a4612138859bd5ca89b1ab9bff9304bd5ee Mon Sep 17 00:00:00 2001 From: JKorf Date: Sat, 18 Jan 2025 10:15:08 +0100 Subject: [PATCH] Updated to version 2.9.3 --- CryptoClients.Net/CryptoClients.Net.csproj | 6 +++--- README.md | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CryptoClients.Net/CryptoClients.Net.csproj b/CryptoClients.Net/CryptoClients.Net.csproj index 536bc30..d2965c7 100644 --- a/CryptoClients.Net/CryptoClients.Net.csproj +++ b/CryptoClients.Net/CryptoClients.Net.csproj @@ -9,9 +9,9 @@ CryptoClients.Net JKorf - 2.9.2 - 2.9.2 - 2.9.2 + 2.9.3 + 2.9.3 + 2.9.3 CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data. false CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;HTX;HTX.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;GateIo.Net;Gate.io;BitMart;BitMart.Net;CryptoCurrency;CryptoCurrency Exchange diff --git a/README.md b/README.md index 5944897..f12f343 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,19 @@ 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.9.3 - 18 Jan 2025 + * Updated Bybit.Net from version 4.0.1 to version 4.0.2 + * Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model + * Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model + * Added ContractAddress to restClient.V5Api.Account.GetAssetInfoAsync response model + * Added TradeId property to restClient.V5Api.Account.GetBrokerEarningsAsync response model + * Updated restClient.V5Api.ExchangeData.GetSpotSymbolsAsync PricePercentageFilter response model to new x/y limit value properties + * Fixed shared interfaces futures symbols request not returning full data set + * Updated Kraken.Net from version 5.5.2 to version 5.5.3 + * Fixed restClient.FuturesApi.Trading.GetUserTradesAsync startTime parameter not being applied + * Updated Kucoin.Net from version 5.23.3 to version 5.23.4 + * Fixed shared interfaces balance subscription providing updates for all accounts + * Version 2.9.2 - 13 Jan 2025 * Updated ExchangeOrderBookFactory to use lower update intervals where available * Updated XT.Net from version 1.1.2 to version 1.1.3