Releases: JKorf/Bybit.Net
Bybit.Net Version 6.11.0
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added XstockMultiplier property to BybitSpotSymbol model
Added valuationAsset, accountType parameters to restClient.V5Api.Account.GetAssetOverviewAsync endpoint
Added restClient.V5Api.Account.GetSpreadMaxOrderQuantityAsync endpoint
Added restClient.V5Api.Account.GetOptionAssetInfoAsync endpoint
Added restClient.V5Api.Account.GetAnalysisTradeInfoAsync endpoint
Bybit.Net Version 6.10.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 BybitCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added restClient.V5Api.Account.GetSpotMarginAssetDataAsync endpoint
Added support for specifying non-HMAC credentials via Configuration
Added CrudeOil value to AgreementCategory enum
Bybit.Net Version 6.9.0
Added restClient.V5Api.Account.SignAgreementAsync endpoint
Added restClient.V5Api.Account.GetFundingTransactionHistoryAsync endpoint
Added restClient.V5Api.Account.GetAssetOverviewAsync endpoint
Added Commodity value to SymbolType Enum
Updated xml comments to include json fields
Bybit.Net Version 6.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
Bybit.Net Version 6.7.0
Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Added None value to TriggerDirection enum
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient
Bybit.Net Version 6.6.1
Fixed options websocket message topic recognition with multiple symbols
Bybit.Net Version 6.6.0
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
Fixed missing mapping on LoanTerm enum
Bybit.Net Version 6.5.0
Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BreakEvenPrice property to BybitPosition model
Added settleAsset parameter to GetUserTradesAsync endpoint
Removed ipRestrictions parameter from restClient.V5Api.Account.EditApiKeyAsync endpoint as it's no longer supported
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues
Bybit.Net Version 6.4.0
Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BloFinUserSpotDataTracker and BloFinUserFuturesDataTracker
Added additional methods for requesting supported symbols to Shared IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Updated socket client internal names to better support automatic timestamping adjustment
Fixed disposed clients getting returned from UserClientProvider
Fixed CreateSubAccountApiKeyAsync serialization issue
Fixed HongKong environment naming capitalization issue
Bybit.Net Version 6.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 BybitExchange