From a0e588c3de877bff3fa7247d8d7e24d16a965688 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 10:44:45 +0100 Subject: [PATCH] Updated to version 8.1.0 --- CryptoExchange.Net/CryptoExchange.Net.csproj | 6 +++--- README.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 6286ab7f..11f3c8c8 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -6,9 +6,9 @@ CryptoExchange.Net JKorf CryptoExchange.Net is a base library which is used to implement different cryptocurrency (exchange) API's. It provides a standardized way of implementing different API's, which results in a very similar experience for users of the API implementations. - 8.0.3 - 8.0.3 - 8.0.3 + 8.1.0 + 8.1.0 + 8.1.0 false OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;Binance;Binance.Net;CryptoCurrency;CryptoCurrency Exchange git diff --git a/README.md b/README.md index 28621819..9e9d6e72 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,17 @@ 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 8.1.0 - 28 Oct 2024 + * Added KlineTracker and TradeTracker implementation + * Added Side to SharedTrade model + * Added overload for Create method in OrderBookFactory using SharedSymbol + * Added ValidateMessage method to websocket Query object to filter messages even though it is matched to the query based on the ListenIdentifier + * Added DoHandleReset method for websocket subscriptions + * Added ConnectionId to RequestDefinition to correctly handle connection and path rate limiting configuration + * Added System.Text.Json ArrayConverter Write implementation + * Updated SharedFuturesTicker LastPrice, HighPrice and LowPrice properties to be nullable + * Updated SetApiCredentials method to also updated the credentials on the client specific options to prevent unknown client credentials in some situations + * Version 8.0.3 - 14 Oct 2024 * Added support for duplicate array indexes in System.Text.Json ArrayConverter * Added fallback for unparsable value in System.Text.Json NumberStringConverter