Skip to content

Releases: JKorf/Kraken.Net

Version 5.6.0

28 Jan 10:50
Compare
Choose a tag to compare
  • Added support for NewAssetNames ExchangeParameter in shared implementation symbol and asset requests
  • Added check for authentication when requesting assets, return only asset names if no credentials provided
  • Updated restClient.SpotApi.Trading.GetClosedOrdersAsync parameters

Version 5.5.4

22 Jan 10:52
Compare
Choose a tag to compare
  • Fixed IAssetsRestClient.GetAssetAsync not marked as authenticated method
  • Fixed incorrect int values for OneWeek and FifteenDays in KlineInterval enum

Version 5.5.3

18 Jan 08:36
Compare
Choose a tag to compare
  • Fix restClient.FuturesApi.Trading.GetUserTradesAsync startTime parameter not being applied

Version 5.5.2

07 Jan 13:47
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to KrakenExchange class

Version 5.5.1

23 Dec 20:44
Compare
Choose a tag to compare
  • Fixed reconnection bug for query connections without active subscription

Version 5.5.0

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

15 Dec 11:17
Compare
Choose a tag to compare
  • Added newAssetNameResponse parameter to restClient.SpotApi.Account.GetBalancesAsync

Version 5.4.1

03 Dec 10:22
Compare
Choose a tag to compare

Version 5.4.0

28 Nov 14:00
Compare
Choose a tag to compare
  • 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

19 Nov 13:01
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 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