From 12de705a17d2eeb9ee17e1e26011bb5b1ad7b279 Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 14:34:12 +0100 Subject: [PATCH] Updated to version 10.8.0 --- Binance.Net/Binance.Net.csproj | 8 ++++---- README.md | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 1dabbc7fc..5eb420449 100644 --- a/Binance.Net/Binance.Net.csproj +++ b/Binance.Net/Binance.Net.csproj @@ -7,9 +7,9 @@ Binance.Net JKorf - 10.7.0 - 10.7.0 - 10.7.0 + 10.8.0 + 10.8.0 + 10.8.0 Binance.Net is a client library for accessing the Binance 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 Binance;Binance.Net;Binance Client;Binance API;CryptoCurrency;CryptoCurrency Exchange @@ -48,7 +48,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/README.md b/README.md index 2d8044a9a..eff525ead 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,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 10.8.0 - 28 Oct 2024 + * Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0 + * Moved FormatSymbol to BinanceExchange class + * Added support Side setting on SharedTrade model + * Added BinanceTrackerFactory for creating trackers + * Added overload to Create method on BinanceOrderBookFactory support SharedSymbol parameter + * Fixed Shared rest GetTradeHistoryAsync pagination + * Added catch around HttpClientHandler.AutomaticDecompression setting as it's not support on Blazor WASM + * Version 10.7.0 - 21 Oct 2024 * Added SelfTradePreventionMode and PriceMatch parameters and responses for Coin-M Futures API * Added returnPermissionSets and symbolStatus parameters to restClient.SpotApi.ExchangeData.GetExchangeInfoAsync endpoint