Releases: JKorf/Bitfinex.Net
Releases · JKorf/Bitfinex.Net
Version 7.12.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via BitfinexOrderBookFactory
Version 7.12.0
- Updated CryptoExchange.Net to version 8.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.4.0
- Added GetFeesAsync Shared REST client implementations
- Updated BitfinexOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 7.11.0
- Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.3.0
- Added support for loading client settings from IConfiguration
- Added DI registration method for configuring Rest and Socket options at the same time
- Added DisplayName and ImageUrl properties to BitfinexExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant BitfinexSocketClient constructor
Version 7.10.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 7.9.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to BitfinexExchange class
- Added support Side setting on SharedTrade model
- Added BitfinexTrackerFactory for creating trackers
- Added overload to Create method on BitfinexOrderBookFactory support SharedSymbol parameter
- Added filtering of TradeUpdate messages in Shared rest trade socket subscription (Trade execution messages are still processed)
Version 7.8.2
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 7.8.1
- Limit shared interface GetBalancesAsync result to Exchange balances to prevent duplicate asset balances
Version 7.8.0
- Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
- Added Shared client interfaces implementation for Spot Rest and Socket clients
- Added SpotApi.Account.WithdrawV2Async endpoint
- Updated SpotApi.ExchangeData.GetTradeHistoryAsync limit parameter max value from 5000 to 10000
- Updated Sourcelink package version
- Marked ISpotClient references as deprecated
Version 7.7.0
- Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0
- Updated XML code comments
- Fixed BitfinexPosition model Type enum being nullable
Version 7.6.0
- Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
- Fixed stats endpoints last stats by splitting endpoints into Last and History variants