Releases: JKorf/Bitfinex.Net
Releases · JKorf/Bitfinex.Net
Version 8.1.1
Version 8.1.0
- Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added support for more SharedKlineInterval values
- Added setting of DataTime value on websocket DataEvent updates
- Fix Mono runtime exception on rest client construction using DI
Version 8.0.2
- Fixed deserialization error in BitfinexOrder response model
Version 8.0.1
- Updated CryptoExchange.Net to version 8.7.3 to fix serialization error, see https://github.com/JKorf/CryptoExchange.Net/releases/
Version 8.0.0
- Added client side ratelimit implementation
- Updated library to System.Text.Json from Newtonsoft.Json for json (de)serialization
- Updated CryptoExchange.Net to version 8.7.2, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Updated public websocket subscriptions to use the URI specifically for public data
- Updated websocket to use bulk updates for order book updates (configurable)
- Updated Enum conversions to use EnumConverter
Version 7.13.1
- Updated CryptoExchange.Net version
- Added Type property to BitfinexExchange class
Version 7.13.0
- Updated CryptoExchange.Net to version 8.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added SetOptions methods on Rest and Socket clients
- Added setting of DefaultProxyCredentials to CredentialCache.DefaultCredentials on the DI http client
Version 7.12.2
- Fixed Shared balance subscription also sending funding balances
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