Releases: JKorf/BloFin.Net
BloFin.Net Version 2.12.0
Updated CryptoExchange.Net to version 11.2.2
Fixed user client provider not caching new client when previous client was disposed
BloFin.Net Version 2.11.0
Updated CryptoExchange.Net to version 11.2.0
BloFin.Net Version 2.10.3
Fixed Shared GetKlinesAsync request not returning kline when start time is exactly at the start of a kline
BloFin.Net Version 2.10.2
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
BloFin.Net Version 2.10.1
Fix issue in credentials copying
BloFin.Net Version 2.10.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 BloFinCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added restClient.FuturesApi.ExchangeData.GetPositionTiersAsync endpoint
BloFin.Net Version 2.9.0
Added restClient.FuturesApi.Trading.GetPositionHistoryAsync endpoint
Added Shared IPositionHistoryRestClient implementation
Updated xml comments to include json fields
BloFin.Net Version 2.8.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments
BloFin.Net Version 2.7.0
Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Fixed restClient.FutuersApi.Trading.GetClosedOrdersAsync limit parameter serialization
BloFin.Net Version 2.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