Releases: JKorf/OKX.Net
Releases · JKorf/OKX.Net
Version 2.13.0
Version 2.12.1
- Updated CryptoExchange.Net to version 8.4.4 to fix deserialization error in .net framework
Version 2.12.0
- Updated client order id logic
- added AllowAppendingClientOrderId option
- Added Cash value to MarginMode enum
- Removed BrokerId option
- Fix for orderbook creation via OKXOrderBookFactory
Version 2.11.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 OKXOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 2.10.0
- Added Chase Algo order support
- Added AccountType property to restClient.UnifiedApi.Account.GetAccountConfigurationAsync response model
- Updated restClient.UnifiedApi.Account.GetAssetsAsync response model
- Updated restClient.UnifiedApi.Account.GetMaximumLoanAmountAsync parameters
Version 2.9.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 OKXExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant OKXSocketClient constructor
- Fixed deserialization issue in okxRestClient.UnifiedApi.ExchangeData.GetDiscountInfoAsync
Version 2.8.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
- Added AuctionEndTime property to restClient.UnifiedApi.ExchangeData.GetSymbolsAsync and socketClient.UnifiedApi.ExchangeData.SubscribeToSymbolUpdatesAsync models
Version 2.7.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to OKXExchange class
- Added support Side setting on SharedTrade model
- Added OKXTrackerFactory for creating trackers
- Added overload to Create method on OKXOrderBookFactory support SharedSymbol parameter
- Added support for different order book levels in OKXSymbolOrderBook
Version 2.6.0
- Added restClient.UnifiedApi.Account.ManualBorrowRepayAsync, SetAutoRepayAsync and GetBorrowRepayHistoryAsync endpoints
- Added EasyConvertDustAsync, GetEasyConvertDustAssetsAsync and GetEasyConvertDustHistoryAsync endpoints
- Added BurningFeeRate property to restClient.UnifiedApi.Account.GetAssetsAsync response model
- Updated AccountBillSubType and AccountSubType Enum values
- Refactored restClient.UnifiedApi.Trading.PlaceOrderAsync take profit / stop loss parameters to support the full functionality offered by the API
- Fixed restClient.UnifiedApi.Trading.CancelMultipleOrdersAsync order canceled event processing
- Removed restClient.UnifiedApi.Account.ConvertDustAsync deprecated endpoint
Version 2.5.1
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization