Releases: JKorf/CryptoClients.Net
CryptoClients.Net Version 4.12.0
Updated library versions, fixing some Shared requests
CryptoClients.Net Version 4.11.1
Updated library versions for minor fixes
Fixed environment override in exchange specific options not applying
CryptoClients.Net Version 4.11.0
Updated library versions
Added (I)CrossExchangeBook implementation aggregating multiple exchange orders books into a single book
CryptoClients.Net Version 4.10.0
Updated library versions
Added client constructor overloads for passing ILoggerFactory and HttpClient
CryptoClients.Net Version 4.9.1
Updated BloFin and Mexc patch versions
Fixed limit and period parameters not getting passed to the actual factory in ExchangeTrackerFactory.CreateTradeTracker and CreateKlineTracker
CryptoClients.Net Version 4.9.0
Updated client library versions
CryptoClients.Net Version 4.8.1
Fixed Weex.Net reference version
CryptoClients.Net Version 4.8.0
Updated client library versions
Added Weex support with the Weex.Net library
CryptoClients.Net Version 4.7.0
Added CoinGecko to ExchangeRestClient
Added coinGeckoRestOptions parameter to ExchangeUserClientProvider constructor
Added SetApiCredentials(string, DynamicCredentials) on ExchangeRestClient
Added SetApiCredentials(string, DynamicCredentials) on ExchangeSocketClient
Split upbitOptions parameter in ExchangeUserClientProvider constructor into upbitRestOptions and upbitSocketOptions
Added SetApiCredentials(string, DynamicCredentials) to ExchangeRestClient
Added SetApiCredentials(string, DynamicCredentials) to ExchangeSocketClient
Marked SetApiCredentials(string exchange, string apiKey, string apiSecret, string? apiPass = null) as obsolete on ExchangeRestClient
Marked SetApiCredentials(string exchange, string apiKey, string apiSecret, string? apiPass = null) as obsolete on ExchangeSocketClient
Updated ExchangeCredentials to reflect exchange specific ApiCredential types needed in client libraries
Removed Dictionary<string, ApiCredentials> constructor overload from ExchangeCredentials
Removed Upbit from ExchangeCredentials since authentication is not supported
Added ExchangeCredentials.GetDynamicCredentialInfo(TradingMode, string)
Added ExchangeCredentials.CreateCredentialsForExchange(string, DynamicCredentials)
Added ExchangeCredentials.CreateFrom(Dictionary<string, ApiCredentials>)
Added ExchangeCredentials.CreateFrom(string, ApiCredentials)
Added DynamicCredentialInfo to ExchangeInfo to retrieve info for an exchange to dynamically create credentials
CryptoClients.Net Version 4.6.0
Updated client library versions
Added Bitstamp support with the Bitstamp.Net library