Releases: JKorf/Kraken.Net
Releases · JKorf/Kraken.Net
Version 5.5.1
Version 5.5.0
- 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 5.4.2
- Added newAssetNameResponse parameter to restClient.SpotApi.Account.GetBalancesAsync
Version 5.4.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via KrakenOrderBookFactory
Version 5.4.0
- Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0
- Added GetFeesAsync Shared REST client implementations
- Updated BinanceOptions to LibraryOptions implementation
- Updated test and analyzer package versions
- CryptoExchange update, fixed restClient.FuturesApi.Account.GetFeeScheduleVolumeAsync deserialization
Version 5.3.0
- 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 KrakenExchange class
- Added newAssetNameResponse parameter to restClient.SpotApi.ExchangeData.GetSymbolsAsync and restClient.SpotApi.ExchangeData.GetAssetsAsync
- Updated client constructors to accept IOptions from DI
- Removed redundant KrakenSocketClient constructor
Version 5.2.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 5.1.1
- Updated CryptoExchange.Net version to fix exception during websocket reconnection when using websocket requests
Version 5.1.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to KrakenExchange class
- Added support Side setting on SharedTrade model
- Added KrakenTrackerFactory for creating trackers
- Added overload to Create method on KrakenOrderBookFactory support SharedSymbol parameter
- Fixed websocket Unsubscribe for orderbook subscriptions
Version 5.0.2
- Fixed websocket subscription request revitalization throwing an exception