Skip to content

Releases: JKorf/HTX.Net

HTX.Net Version 8.9.2

13 Apr 16:46

Choose a tag to compare

Fixed subscription not getting closed when HTXUsdtFuturesSymbolOrderBook start fails

HTX.Net Version 8.9.1

09 Apr 10:59

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added check in socketClient.SpotApi order book queries for null message

HTX.Net Version 8.9.0

24 Mar 14:48

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to HTXCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added support for specifying non-HMAC credentials via Configuration
Fixed GetFinancialRecordsAsync types parameter serialization

HTX.Net Version 8.8.0

06 Mar 09:44

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

HTX.Net Version 8.7.0

24 Feb 13:51

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient

HTX.Net Version 8.6.0

16 Feb 09:40

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

HTX.Net Version 8.5.0

10 Feb 12:48

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

HTX.Net Version 8.4.0

06 Feb 14:09

Choose a tag to compare

Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added HTXUserSpotDataTracker and HTXUserFuturesDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Added Close EventTrigger enum value
Updated UsdtMarginSwapIsolatedTradeUpdate.ClientOrderId type from string to long
Fixed UsdtFutures UserTradeUpdates message handling
Fixed disposed clients getting returned from UserClientProvider
Fixed websocket messages not matched for cross margin futures order updates
Fixed Shared futures balance responses/updates

HTX.Net Version 8.3.0

22 Jan 09:41

Choose a tag to compare

Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option
Added Metadata to HTXExchange

HTX.Net Version 8.2.2

19 Jan 10:07

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.5, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed some order book sync issues
Fixed SharedClient TransferAsync FromSymbol, ToSymbol parameter handling