Releases: JKorf/HTX.Net
HTX.Net Version 8.11.0
Updated CryptoExchange.Net to version 11.2.2
Added V5 Usdt futures API implementation
HTX.Net Version 8.10.1
Fixed Shared UsdtFutures GetKlinesAsync returning error if no startTime/endTime filter provided, fixed pagination
Fixed user client provider not caching new client when previous client was disposed
HTX.Net Version 8.10.0
Updated CryptoExchange.Net to version 11.2.0
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