From 6d9a6c764cbb43a41e164632b00cfaf2fda6f96e Mon Sep 17 00:00:00 2001 From: JKorf Date: Thu, 8 Aug 2024 16:58:45 +0200 Subject: [PATCH] Updated to version 6.0.0 --- HTX.Net/HTX.Net.csproj | 6 +++--- README.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/HTX.Net/HTX.Net.csproj b/HTX.Net/HTX.Net.csproj index 41e3c1eb..775c5fa2 100644 --- a/HTX.Net/HTX.Net.csproj +++ b/HTX.Net/HTX.Net.csproj @@ -7,9 +7,9 @@ HTX.Net JKorf - 5.7.0 - 5.7.0 - 5.7.0 + 6.0.0 + 6.0.0 + 6.0.0 HTX.Net is a client library for accessing the HTX 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 HTX;HTX.Net;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net diff --git a/README.md b/README.md index ff0d4f34..987c6323 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,22 @@ 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 6.0.0 - 08 Aug 2024 + * Renamed library from Huobi.Net to HTX.Net, following the renaming of the exchange + * Renamed all models and references from Huobi... to HTX... + * Renamed UsdtMarginSwapApi to UsdtFuturesApi + * Renamed some endpoints to match standardized endpoint names + * Split Margin and SubAccount endpoints into separate topics in the rest SpotApi + * Split SubAccount endpoints into separate topics in the rest FuturesApi + * Added UsdtFuturesSymbolOrderBook implementation + * Added client side ratelimiting + * Added various missing endpoints + * Added Usdt Futures API account websocket streams + * Updated from Newtonsoft.Json to System.Text.Json for json handling + * Updated code xml comments + * Updated API documentation references + * Fixed a large number of bugs + * Version 5.7.0 - 07 Aug 2024 * Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0