Releases: JKorf/Bitfinex.Net
Bitfinex.Net Version 10.13.0
Updated CryptoExchange.Net to version 11.2.2
Added wallet parameter to GetLedgerEntriesAsync endpoint, updated max limit to 2500
Fixed GeneralApi.KeepFundingAsync type parameter serialization
Fixed user client provider not caching new client when previous client was disposed
Bitfinex.Net Version 10.12.0
Updated CryptoExchange.Net to version 11.2.0
Updated PlaceOrderAsync groupId and clientOrderId parameter to long
Fixed exception when websocket subscribe request return error
Bitfinex.Net Version 10.11.0
Added missing OrderStatus enum mappings
Added protectSelfMatch, visibleOnHit parameters on restClient.SpotApi.Trading.PlaceOrderAsync endpoint
Fixed Shared SpotApi PlaceOrderAsync not marked as supporting limit maker orders
Fixed OrderStatus defaulting to Active for unknown values
Bitfinex.Net Version 10.10.4
Fixed error parsing when no code is provided
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