Skip to content

Releases: JKorf/Kraken.Net

Kraken.Net Version 7.12.0

08 Jun 14:13

Choose a tag to compare

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

26 May 14:54

Choose a tag to compare

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

01 May 12:07

Choose a tag to compare

Added executionVenue parameter and response property to spot GetSymbolsAsync

Kraken.Net Version 7.9.1

09 Apr 10:54

Choose a tag to compare

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

24 Mar 14:23

Choose a tag to compare

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

06 Mar 09:24

Choose a tag to compare

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

24 Feb 13:49

Choose a tag to compare

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

16 Feb 09:40

Choose a tag to compare

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

10 Feb 12:47

Choose a tag to compare

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

06 Feb 14:06

Choose a tag to compare

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