Skip to content

Releases: JKorf/Bitfinex.Net

Version 8.0.0

27 Jan 12:57
Compare
Choose a tag to compare
  • 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

07 Jan 13:40
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net version
  • Added Type property to BitfinexExchange class

Version 7.13.0

23 Dec 15:28
Compare
Choose a tag to compare

Version 7.12.2

05 Dec 10:16
Compare
Choose a tag to compare
  • Fixed Shared balance subscription also sending funding balances

Version 7.12.1

03 Dec 09:12
Compare
Choose a tag to compare

Version 7.12.0

28 Nov 14:14
Compare
Choose a tag to compare

Version 7.11.0

19 Nov 13:15
Compare
Choose a tag to compare
  • 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

06 Nov 13:47
Compare
Choose a tag to compare

Version 7.9.0

28 Oct 13:37
Compare
Choose a tag to compare
  • 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

14 Oct 16:34
Compare
Choose a tag to compare