Skip to content

Releases: JKorf/Bitfinex.Net

Bitfinex.Net Version 10.10.3

13 Apr 17:00

Choose a tag to compare

Fixed subscription not getting closed when BitfinexSymbolOrderBook start fails

Bitfinex.Net Version 10.10.2

09 Apr 11:07

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
Fixed REST error parsing scenario

Bitfinex.Net Version 10.10.1

24 Mar 15:45

Choose a tag to compare

Fix issue in credentials copying

Bitfinex.Net Version 10.10.0

24 Mar 14:35

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 BitfinexCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Fixed reconnect loop for websocket subscriptions where snapshot contains no data

Bitfinex.Net Version 10.9.0

06 Mar 09:34

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

Bitfinex.Net Version 10.8.0

24 Feb 13:59

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added REST request retry for small nonce error
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

Bitfinex.Net Version 10.7.0

16 Feb 09:28

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

Bitfinex.Net Version 10.6.0

10 Feb 12:35

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

Bitfinex.Net Version 10.5.0

06 Feb 14:15

Choose a tag to compare

Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BitfinexUserSpotDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Fixed disposed clients getting returned from UserClientProvider

Bitfinex.Net Version 10.4.0

22 Jan 09:48

Choose a tag to compare

Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option
Added Metadata to BitfinexExchange
Fixed Maker property not properly deserialized on BitfinexTradeDetails model
Fixed connection triggering reconnect when using websocket queries