Skip to content

Releases: JKorf/CoinEx.Net

CoinEx.Net Version 10.12.0

08 Jun 14:21

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.2
Fixed user client provider not caching new client when previous client was disposed

CoinEx.Net Version 10.11.0

26 May 14:24

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0

CoinEx.Net Version 10.10.1

22 May 08:42

Choose a tag to compare

Fixed futures OrderBook unsubscribe not working correctly
Fixed potential exception in Futures Shared CancelFuturesOrderByClientOrderIdAsync when no data is returned

CoinEx.Net Version 10.10.0

01 May 12:00

Choose a tag to compare

Added SubscribeToPremiumIndexUpdatesAsync subscription

CoinEx.Net Version 10.9.3

13 Apr 16:49

Choose a tag to compare

Fixed subscription not getting closed when CoinExSpotSymbolOrderBook start fails

CoinEx.Net Version 10.9.2

09 Apr 11:02

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed concurrency issue in REST ratelimiting

CoinEx.Net Version 10.9.1

24 Mar 15:42

Choose a tag to compare

Fix issue in credentials copying

CoinEx.Net Version 10.9.0

24 Mar 14:29

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to CoinExCredentials
Updated Shared order status parsing to default to Unknown value if not parsable

CoinEx.Net Version 10.8.0

06 Mar 09:30

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

CoinEx.Net Version 10.7.0

24 Feb 14:02

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Added startTime, endTime parameters to restClient.FuturesApi.ExchangeData.GetKlinesAsync endpoint
Added startTime, endTime parameters to restClient.SpotApi.ExchangeData.GetKlinesAsync endpoint
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient