Releases: JKorf/Kraken.Net
Kraken.Net Version 7.12.0
Updated CryptoExchange.Net to version 11.2.2
Fixed user client provider not caching new client when previous client was disposed
Kraken.Net Version 7.11.0
Updated CryptoExchange.Net to version 11.2.0
Added clientOrderId parameter to client.SpotApi.Trading.GetOpenOrdersAsync endpoint
Added FOK value to TimeInForce enum
Kraken.Net Version 7.10.0
Added executionVenue parameter and response property to spot GetSymbolsAsync
Kraken.Net Version 7.9.1
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Kraken.Net Version 7.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 KrakenCredentials, supporting providing both Spot and Futures credentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added restClient.SpotApi.Account.GetApiKeyInfoAsync endpoint
Kraken.Net Version 7.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
Kraken.Net Version 7.7.0
Updated CryptoExchange.Net to version 10.7.0
Added limit parameter to restClient.FuturesApi.ExchangeData.GetKlinesAsync endpoint
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
Kraken.Net Version 7.6.0
Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out
Kraken.Net Version 7.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
Kraken.Net Version 7.4.0
Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added KrakenUserSpotDataTracker and KrakenUserFuturesDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Fixed disposed clients getting returned from UserClientProvider