Releases: JKorf/CoinGecko.Net
Releases · JKorf/CoinGecko.Net
CoinGecko.Net Version 4.6.0
- Updated CryptoExchange.Net to version 9.5.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added improved error parsing
Updates notes:
- Error.Code is deprecated, use Error.ErrorCode instead for checking specific errors
CoinGecko.Net Version 4.5.0
- Updated CryptoExchange.Net to version 9.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
CoinGecko.Net Version 4.4.0
- Added symbols parameter to GetMarketsAsync and GetPricesAsync endpoint
- Added dexPairFormat to various endpoints
- Removed TwitterFollowers property from CoinGeckoCommunityData model as it's no longer returned
CoinGecko.Net Version 4.3.0
- Updated CryptoExchange.Net to version 9.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
CoinGecko.Net Version 4.2.0
- Updated CryptoExchange.Net to version 9.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
Version 4.1.0
- Updated CryptoExchange.Net to version 9.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
Version 4.0.0
- Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added support for Native AOT compilation
- Updated all IEnumerable response and model types to array response types
- Updated some response models
- Removed Newtonsoft.Json dependency
- Fixed some typos
Version 4.0.0-beta3
- Updated CryptoExchange.Net version to 9.0.0-beta5
Version 4.0.0-beta2
- Updated CryptoExchange.Net to version 9.0.0-beta2
Version 4.0.0-beta1
- Updated CryptoExchange.Net to version 9.0.0-beta1, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added support for Native AOT compilation
- Updated all IEnumerable response and model types to array response types
- Updated some response models
- Removed Newtonsoft.Json dependency
- Fixed some typos
Updates notes:
- Processing responses which previously returned an IEnumerable now return an array. Although you can still call ToList or ToArray this overhead can now be removed