Releases: JKorf/Bybit.Net
Releases · JKorf/Bybit.Net
Version 3.19.1
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
Version 3.16.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
- Added OtherBorrowAmount to restClient.V5Api.Account.GetCollateralInfoAsync response model
- Added Kazakhstan environment urls
- Added restClient.V5Api.Account.GetClassicContractTransactionHistoryAsync endpoint
Version 3.15.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to BybitExchange class
- Added support Side setting on SharedTrade model
- Added BybitTrackerFactory for creating trackers
- Added overload to Create method on BybitOrderBookFactory support SharedSymbol parameter
- Added websocket stream URI for Turkey users
Version 3.14.3
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 3.14.2
- Fixed restClient.V5Api.Account.GetBalancesAsync deserialization in demo environment without any transactions
- Added missing TrailingProfit value to StopOrderType Enum