Skip to content

Releases: JKorf/CoinEx.Net

Version 7.13.0

23 Dec 15:21
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 7.12.2

15 Dec 11:01
Compare
Choose a tag to compare
  • Fixed socketClient.SpotApiV2.SubscribeToOrderBookUpdatesAsync unsubscribe

Version 7.12.1

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

Version 7.12.0

02 Dec 15:19
Compare
Choose a tag to compare
  • Added AllowAppendingClientOrderId option
  • Updated client order id logic for client reference
  • Fix for orderbook creation via CoinExOrderBookFactory

Version 7.11.0

28 Nov 14:07
Compare
Choose a tag to compare

Version 7.10.0

19 Nov 13:09
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/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 CoinExExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant CoinExSocketClient constructor

Version 7.9.0

06 Nov 13:58
Compare
Choose a tag to compare

Version 7.8.0

28 Oct 13:43
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 CoinExExchange class
  • Added support Side setting on SharedTrade model
  • Added CoinExTrackerFactory for creating trackers
  • Added overload to Create method on CoinExOrderBookFactory support SharedSymbol parameter

Version 7.7.2

14 Oct 16:38
Compare
Choose a tag to compare

Version 7.7.1

14 Oct 14:03
Compare
Choose a tag to compare
  • Fixed Shared interface REST spot order quantity parsing
  • Fixed Shared interface REST spot order status parsing