Skip to content

Releases: JKorf/Coinbase.Net

Version 1.7.0

23 Dec 15:22
Compare
Choose a tag to compare

Version 1.6.1

03 Dec 09:46
Compare
Choose a tag to compare

Version 1.6.0

28 Nov 14:08
Compare
Choose a tag to compare

Version 1.5.1

21 Nov 09:07
Compare
Choose a tag to compare
  • Fixed deserialization error in SubscribeToBatchedTickerUpdatesAsync subscription when there is no trade price

Version 1.5.0

19 Nov 13:10
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 CoinbaseExchange class
  • Updated client constructors to accept IOptions from DI
  • Removed redundant CoinbaseSocketClient constructor

Version 1.4.0

06 Nov 13:52
Compare
Choose a tag to compare

Version 1.3.0

04 Nov 08:30
Compare
Choose a tag to compare
  • Updated restClient.AdvancedTradeApi.Account.WithdrawCryptoAsync parameters
  • Removed restClient.AdvancedTradeApi.Account.TransferAsync as it's no longer supported

Version 1.2.0

28 Oct 13:42
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 CoinbaseExchange class
  • Added support Side setting on SharedTrade model
  • Added CoinbaseTrackerFactory for creating trackers
  • Added overload to Create method on CoinbaseOrderBookFactory support SharedSymbol parameter
  • Added GetKlinesAsync to Shared rest client
  • Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrderAynsc when order not found
  • Fixed exception on restClient.AdvancedTradingAi.Trading.CancelOrdersAynsc when request fails
  • Fixed restClient.AdvancedTradingAi.ExchangeData.GetKlinesAsync time filter
  • Fixed issue with concurrent websocket subscription acknowledgements
  • Removed incorrect rate limit of 100 message per second per ip for websockets

Version 1.1.2

22 Oct 07:57
Compare
Choose a tag to compare
  • Fixed deserialization issue on websocket ticker updates

Version 1.1.1

21 Oct 13:15
Compare
Choose a tag to compare
  • Fixed websocket market data subscriptions for "USDT-USDC" and "EURC-USDC" symbols