Skip to content

Releases: JKorf/Bitfinex.Net

Bitfinex.Net Version 10.13.0

08 Jun 14:29

Choose a tag to compare

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

26 May 14:17

Choose a tag to compare

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

01 May 11:56

Choose a tag to compare

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

28 Apr 08:57

Choose a tag to compare

Fixed error parsing when no code is provided

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