Releases: JKorf/Bitfinex.Net
Bitfinex.Net Version 10.10.3
Fixed subscription not getting closed when BitfinexSymbolOrderBook start fails
Bitfinex.Net Version 10.10.2
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
Fix issue in credentials copying
Bitfinex.Net Version 10.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 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
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
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
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
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
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
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