Skip to content

Releases: JKorf/HTX.Net

Version 6.8.0

23 Dec 15:16
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
  • Added SetOptions methods on Rest and Socket clients
  • Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
  • Improved websocket disconnect detection

Version 6.7.2

08 Dec 09:50
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework

Version 6.7.1

03 Dec 10:48
Compare
Choose a tag to compare

Version 6.7.0

02 Dec 15:56
Compare
Choose a tag to compare
  • Added AllowAppendingClientOrderId option
  • Updated client order id logic for client reference for the Spot API
  • Fix for orderbook creation via HTXOrderBookFactory

Version 6.6.0

28 Nov 14:02
Compare
Choose a tag to compare

Version 6.5.0

19 Nov 13:02
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0
  • Added support for loading client settings from IConfiguration
  • Added DI registration method for configuring Rest and Socket options at the same time
  • Added DisplayName and ImageUrl properties to HTXExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant HTXSocketClient constructor

Version 6.4.1

11 Nov 08:11
Compare
Choose a tag to compare
  • Fixed deserialization issue in restClient.UsdtFuturesApi.ExchangeData.GetTickersAsync endpoint

Version 6.4.0

06 Nov 14:03
Compare
Choose a tag to compare

Version 6.3.0

28 Oct 13:47
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
  • Moved FormatSymbol to HTXExchange class
  • Added support Side setting on SharedTrade model
  • Added HTXTrackerFactory for creating trackers
  • Added overload to Create method on HTXOrderBookFactory support SharedSymbol parameter
  • Fixed rate limiting incorrectly applied to websocket market data connections

Version 6.2.0

21 Oct 13:03
Compare
Choose a tag to compare
  • Added socketClient.SpotApi Order management requests
  • Added restClient.UsdtFuturesApi.ExchangeData.GetInsuranceFundInfoAsync endpoint