Skip to content

Commit b5289b7

Browse files
committed
Updated to version 8.0.0
1 parent d021f1b commit b5289b7

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

HTX.Net/HTX.Net.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net8.0;net9.0;net10.0;netstandard2.0;netstandard2.1</TargetFrameworks>
44
<Nullable>enable</Nullable>
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JKorf.HTX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>7.11.0</PackageVersion>
11-
<AssemblyVersion>7.11.0</AssemblyVersion>
12-
<FileVersion>7.11.0</FileVersion>
10+
<PackageVersion>8.0.0</PackageVersion>
11+
<AssemblyVersion>8.0.0</AssemblyVersion>
12+
<FileVersion>8.0.0</FileVersion>
1313
<Description>HTX.Net is a high performance 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.</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>HTX;HTX.Net;HTX.com;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net;CryptoExchange.Net</PackageTags>

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,19 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
162162
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
163163

164164
## Release notes
165+
* Version 8.0.0 - 16 Dec 2025
166+
* Added Net10.0 target framework
167+
* Updated CryptoExchange.Net version to 10.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
168+
* Improved performance across the board, biggest gains in websocket message processing
169+
* Added support for Ed25519 credentials when using Net8.0 and newer
170+
* Updated REST message response handling
171+
* Updated WebSocket message handling
172+
* Added UseUpdatedDeserialization socket client options to toggle by new and old message handling
173+
* Added SocketIndividualSubscriptionCombineTarget socket client option
174+
* Updated Shared API's subscription update types from ExchangeEvent to DataEvent
175+
* Added NextTime to HTXOrder model
176+
* Fixed UsdtFutures SymbolOrderBook resync logic
177+
165178
* Version 7.11.0 - 11 Nov 2025
166179
* Updated CryptoExchange.Net version to 9.13.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
167180
* Added handling of `close` futures websocket message

0 commit comments

Comments
 (0)