Releases: JKorf/Mexc.Net
Releases · JKorf/Mexc.Net
Version 1.15.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
- Improved websocket disconnect detection
Version 1.14.1
- Fixed deserialization of too large decimal values in Ticker and Kline models
Version 1.14.0
- Fixed typo in MexcAggregatedTrade and MexcKline models
- Fix for restClient.SpotApi.Account.WithdrawAsync deserialization
Version 1.13.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via MexcOrderBookFactory
Version 1.13.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 MexcOptions to LibraryOptions implementation
- Updated test and analyzer package versions
- Fixed some deserialization issues on decimal larger than Decimal.MaxValue on websocket streams
Version 1.12.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 MexcExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant MexcSocketClient constructor
Version 1.11.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.10.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to MexcExchange class
- Added support Side setting on SharedTrade model
- Added MexcTrackerFactory for creating trackers
- Added overload to Create method on MexcOrderBookFactory support SharedSymbol parameter
Version 1.9.0
- Added mexcRestClient.SpotApi.Account.GetKycStatusAsync endpoint
- Added ListenkeyRenewed event to socketClient.SpotApi client so users can react to updated listenkeys for keep-alive caused by reconnecting
Version 1.8.2
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization