Skip to content

Releases: JKorf/DeepCoin.Net

DeepCoin.Net Version 3.6.0

16 Feb 09:36

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out

DeepCoin.Net Version 3.5.0

10 Feb 12:44

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed websocket orderbook topic mapping
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

DeepCoin.Net Version 3.4.0

06 Feb 14:08

Choose a tag to compare

Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added DeepCoinUserSpotDataTracker and DeepCoinUserFuturesDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Fixed disposed clients getting returned from UserClientProvider
Fixed SharedSymbol mapping for Shared model updates from websocket

DeepCoin.Net Version 3.3.0

22 Jan 09:39

Choose a tag to compare

Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option
Added Metadata to DeepCoinExchange

DeepCoin.Net Version 3.2.1

14 Jan 08:26

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.3, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

DeepCoin.Net Version 3.2.0

13 Jan 08:57

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added SequenceNumber to order book websocket updates
Fixed SharedSymbol.UsdOrStable const not getting replaced for futures order book
Fixed futures order book symbol formatting

DeepCoin.Net Version 3.1.0

07 Jan 12:28

Choose a tag to compare

Updated CryptoExchange.Net version to 10.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added DataTimeLocal and DataAge properties to DataEvent object
Added UpdateServerTime, UpdateLocalTime and DataAge properties to (I)SymbolOrderBook

DeepCoin.Net Version 3.0.2

17 Dec 08:17

Choose a tag to compare

Fix SharedSymbol.UsdOrStable mapping when using order book factory for spot asset

DeepCoin.Net Version 3.0.1

16 Dec 13:27

Choose a tag to compare

DeepCoin.Net Version 3.0.0

16 Dec 12:46

Choose a tag to compare

Added Net10.0 target framework
Updated CryptoExchange.Net version to 10.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved performance across the board, biggest gains in websocket message processing
Updated REST message response handling
Updated WebSocket message handling
Added UseUpdatedDeserialization socket client options to toggle by new and old message handling
Added SocketIndividualSubscriptionCombineTarget socket client option
Updated Shared API's subscription update types from ExchangeEvent to DataEvent