diff --git a/Binance.Net/Binance.Net.csproj b/Binance.Net/Binance.Net.csproj index 1dabbc7f..5eb42044 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 2d8044a9..eff525ea 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