Releases: JKorf/HTX.Net
HTX.Net Version 8.9.2
Fixed subscription not getting closed when HTXUsdtFuturesSymbolOrderBook start fails
HTX.Net Version 8.9.1
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
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
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
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
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
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
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
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
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