Releases: JKorf/Toobit.Net
Toobit.Net Version 3.9.2
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Toobit.Net Version 3.9.1
Fix issue in credentials copying
Toobit.Net Version 3.9.0
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 ToobitCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Toobit.Net Version 3.8.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments
Toobit.Net Version 3.7.0
Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Toobit.Net Version 3.6.0
Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Toobit.Net Version 3.5.1
Fixed websocket message handling for messages without data
Toobit.Net Version 3.5.0
Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues
Toobit.Net Version 3.4.0
Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added ToobitUserSpotDataTracker and ToobitUserUsdtFuturesDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Added OrderStatus, SymbolStatus enum values
Fixed disposed clients getting returned from UserClientProvider
Toobit.Net Version 3.3.0
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 ToobitExchange