Releases: JKorf/HTX.Net
Releases · JKorf/HTX.Net
Version 6.1.3
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 6.1.2
- Fixed cancellation token not being passed to subscribe method in Shared client
Version 6.1.1
- Fixed LastPrice value on SpotTicker Shared implementation
Version 6.1.0
- Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
- Added Shared client interfaces implementation for Spot and UsdtFuturesApi Rest and Socket clients
- Added QuoteQuantity property to HTXOrderUpdate model
- Updated from parameter type from int? to long? on SpotApi.Account.GetWithdrawalDepositHistoryAsync
- Updated Status property type from string to SymbolStatus on HTXSymbolConfig model
- Updated OrderSide property type from string to OrderSide on HTXUsdtMarginSwapOrderUpdate
- Updated Sourcelink package version
- Fixed UsdtFuturesApi.Account.SetIsolatedMarginPositionModeAsync, SetCrossmarginPositionModeAsync, GetIsolatedMarginPositionModeAsync and GetCrossMarginPositionMode response deserialization
- Marked ISpotClient references as deprecated
Version 6.0.2
- Fix deserialization undocumented canceled-source field value
Version 6.0.1
- Fixed websocket SpotApi queries (GetXX methods)
Version 6.0.0
- Renamed library from Huobi.Net to HTX.Net, following the renaming of the exchange
- Renamed all models and references from Huobi... to HTX...
- Renamed UsdtMarginSwapApi to UsdtFuturesApi
- Renamed some endpoints to match standardized endpoint names
- Split Margin and SubAccount endpoints into separate topics in the rest SpotApi
- Split SubAccount endpoints into separate topics in the rest FuturesApi
- Added UsdtFuturesSymbolOrderBook implementation
- Added client side ratelimiting
- Added various missing endpoints
- Added Usdt Futures API account websocket streams
- Updated from Newtonsoft.Json to System.Text.Json for json handling
- Updated code xml comments
- Updated API documentation references
- Fixed a large number of bugs
Version 5.7.0
- Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0
Version 5.6.0
- Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
Version 5.5.0
- Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0
- Updated internal classes to internal access modifier