Releases: JKorf/Kucoin.Net
Releases · JKorf/Kucoin.Net
Version 5.23.3
Version 5.23.2
- Updated CryptoExchange.Net version
- Added Type property to KucoinExchange class
Version 5.23.1
- Fixed incorrect caching of passphrase with multiple credentials
Version 5.23.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
- Added TradeType property to socketClient.FuturesApi.SubscribeToOrderUpdatesAsync update
- Improved websocket disconnect detection
- Updated SpotApi MaxSocketConnections from 150 to 500
- Updated restClient.FuturesApi.Trading.CancelAllOrdersAsync from V1 to V3
Version 5.22.0
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added restClient.SpotApi.SubAccount.EnableMarginPermissionsAsync and EnableFuturesPermissionsAsync endpoints
- Added symbol parameter to restClient.FuturesApi.Trading.CancelMultipleOrdersAsync endpoint
- Added tradeTypes parameter to restClient.FuturesApi.Trading.GetUserTradesAsync endpoint
- Fixed orderbook creation via KucoinOrderBookFactory
Version 5.21.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 KucoinOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 5.20.0
- Added Option enum values for account types
- Added quantityInBaseAsset and quantityInQuoteAsset to futures orders endpoints
- Updated websocket connections limit from 50 to 150 for spot
- Updated some futures response models
Version 5.19.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 KucoinExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant KucoinSocketClient constructor
Version 5.18.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 5.17.1
- Added restClient.SpotApi.Account.GetApiKeyInfoAsync endpoint