Skip to content

Commit 29f3e0f

Browse files
committed
Updated to version 8.4.0
1 parent 3e944fd commit 29f3e0f

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

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>8.3.0</PackageVersion>
11-
<AssemblyVersion>8.3.0</AssemblyVersion>
12-
<FileVersion>8.3.0</FileVersion>
10+
<PackageVersion>8.4.0</PackageVersion>
11+
<AssemblyVersion>8.4.0</AssemblyVersion>
12+
<FileVersion>8.4.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
@@ -163,6 +163,19 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
163163
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
164164

165165
## Release notes
166+
* Version 8.4.0 - 06 Feb 2026
167+
* Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
168+
* Added HTXUserSpotDataTracker and HTXUserFuturesDataTracker
169+
* Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
170+
* Added PositionMode mapping on SharedPosition models
171+
* Added Status mapping for SharedDeposit models
172+
* Added Close EventTrigger enum value
173+
* Updated UsdtMarginSwapIsolatedTradeUpdate.ClientOrderId type from string to long
174+
* Fixed UsdtFutures UserTradeUpdates message handling
175+
* Fixed disposed clients getting returned from UserClientProvider
176+
* Fixed websocket messages not matched for cross margin futures order updates
177+
* Fixed Shared futures balance responses/updates
178+
166179
* Version 8.3.0 - 22 Jan 2026
167180
* Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
168181
* Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option

0 commit comments

Comments
 (0)