Releases: JKorf/Bybit.Net
Releases · JKorf/Bybit.Net
Version 4.0.2
- Added DepositLimit, DepositType and FromAddress to restClient.V5Api.Account.GetDepositsAsync response model
- Added DepositLimit and ContractAddress to restClient.V5Api.Account.GetDepositAddressAsync response model
- Added ContractAddress to restClient.V5Api.Account.GetAssetInfoAsync response model
- Added TradeId property to restClient.V5Api.Account.GetBrokerEarningsAsync response model
- Updated restClient.V5Api.ExchangeData.GetSpotSymbolsAsync PricePercentageFilter response model to new x/y limit value properties
- Fixed shared interfaces futures symbols request not returning full data set
Version 4.0.1
- Fixed AveragePrice being null in BybitPosition and BybitPositionUpdate models
Version 4.0.0
- Updated from Newtonsoft.Json to System.Text.Json
- Added CryptoLoan endpoints
- Added client side ratelimiting
- Added Type property to XTExchange class
- Updated CryptoExchange.Net version
- Updated some namespaces
- Removed deprecated V1/V2/V3 endpoints, models and enums
Version 3.19.2
- Added RiskParameters properties to restClient.V5Api.ExchangeData.GetLinearInverseSymbolsAsync response model
Version 3.19.1
- Fixed restClient.V5Api.SubAccount.EditSubAccountApiKeyAsync parameters not getting send
Version 3.19.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 3.18.2
- Added restClient.V5Api.Account.GetTransferableAsync endpoint
- Fixed socketClient.V5PrivateApi.CancelOrderAsync incorrect topic
Version 3.18.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via BybitOrderBookFactory
Version 3.18.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
- Added startTime/endTime params to restClient.V5Api.ExchangeData.GetLongShortRatioAsync endpoint
- Added SpecialTreatmentLabel to restClient.V5Api.ExchangeData.GetSpotSymbolsAsync response model
- Updated BybitOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 3.17.0
- Updated CryptoExchange.Net to version 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 BybitExchange class
- Updated client constructors to accept IOptions from DI
- Updated UnifiedMarginStatus enum values
- Removed redundant BybitSocketClient constructor