Releases: JKorf/Coinbase.Net
Releases · JKorf/Coinbase.Net
Version 1.7.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 1.6.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added Platform property to restClient.AdvancedTradeApi.Account.GetAccountsAsync and GetAccountAsync response model
- Fixed orderbook creation via CoinbaseBookFactory
Version 1.6.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 CoinbaseOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 1.5.1
- Fixed deserialization error in SubscribeToBatchedTickerUpdatesAsync subscription when there is no trade price
Version 1.5.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 CoinbaseExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant CoinbaseSocketClient constructor
Version 1.4.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.3.0
- Updated restClient.AdvancedTradeApi.Account.WithdrawCryptoAsync parameters
- Removed restClient.AdvancedTradeApi.Account.TransferAsync as it's no longer supported
Version 1.2.0
- 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
- Fixed deserialization issue on websocket ticker updates
Version 1.1.1
- Fixed websocket market data subscriptions for "USDT-USDC" and "EURC-USDC" symbols