Skip to content

Releases: JKorf/BloFin.Net

BloFin.Net Version 2.12.0

08 Jun 14:39

Choose a tag to compare

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

26 May 14:55

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0

BloFin.Net Version 2.10.3

03 May 07:13

Choose a tag to compare

Fixed Shared GetKlinesAsync request not returning kline when start time is exactly at the start of a kline

BloFin.Net Version 2.10.2

09 Apr 11:11

Choose a tag to compare

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

24 Mar 15:44

Choose a tag to compare

Fix issue in credentials copying

BloFin.Net Version 2.10.0

24 Mar 14:30

Choose a tag to compare

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

09 Mar 13:25

Choose a tag to compare

Added restClient.FuturesApi.Trading.GetPositionHistoryAsync endpoint
Added Shared IPositionHistoryRestClient implementation
Updated xml comments to include json fields

BloFin.Net Version 2.8.0

06 Mar 09:41

Choose a tag to compare

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

24 Feb 13:55

Choose a tag to compare

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

16 Feb 09:32

Choose a tag to compare

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