Releases: JKorf/WhiteBit.Net
WhiteBit.Net Version 3.12.0
Updated CryptoExchange.Net to version 11.2.2
Fixed restClient.V4Api.Convert.GetConvertHistoryAsync time parameter serialization
Fixed user client provider not caching new client when previous client was disposed
WhiteBit.Net Version 3.11.1
Fixed exception in Shared GetFuturesSymbolsAsync implementation
Fixed user client provider not caching new client when previous client was disposed
WhiteBit.Net Version 3.11.0
Updated CryptoExchange.Net to version 11.2.0
WhiteBit.Net Version 3.10.0
Added reduceOnly parameter collateral trading place order endpoints
Added PositionSide, IsHedge properties to WhiteBitPositionHistory model
Added restClient.V4Api.Trading.CancelOrdersAsync endpoint
WhiteBit.Net Version 3.9.2
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
WhiteBit.Net Version 3.9.1
Fix issue in credentials copying
WhiteBit.Net Version 3.9.0
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 WhiteBitCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
WhiteBit.Net Version 3.8.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added restClient.V4Api.Account.GetAccountFundingHistoryAsync endpoint
Added AutoCanceledUserMargin to OrderStatus Enum
Improved method XML comments
WhiteBit.Net Version 3.7.0
Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Added startTime, endTime parameters to restClient.V4Api.Trading.GetClosedOrdersAsync endpoint
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Fixed restClient.V4Api.ExchangeData.GetFundingHistoryAsync startTime and endTime parameter serialization
WhiteBit.Net Version 3.6.0
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