Releases: JKorf/Bybit.Net
Releases · JKorf/Bybit.Net
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
Version 3.14.1
- Added ClosedPnl property to BybitOrderUpdate model
- Added Pnl property to BybitUserTradeUpdate model
Version 3.14.0
- Updated CryptoExchange.Net to version 8.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.0
- Added Shared client interfaces implementation for V5 Rest and Socket clients
- Updated Sourcelink package version
- Marked ISpotClient references as deprecated
Version 3.13.1
- Added addOrReduce parameter to V5Api.Account.RequestDemoFundsAsync endpoint
- Added referer to V5Api.Account.GetConvertQuoteAsync endpoint
Version 3.13.0
- Updated CryptoExchange.Net to version 7.11.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.0
- Updated XML code comments
- Added IsMaker to socketClient.V5Api.SubscribeToMinimalUserTradeUpdatesAsync update model
Version 3.12.0
- Updated CryptoExchange.Net to version 7.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.10.0
- Added V5Api.Account.GetSpotMarginInterestRateHistoryAsync endpoint
Version 3.11.0
- Updated CryptoExchange.Net to version 7.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.9.0
- Updated internal classes to internal access modifier
- Added V5Api.Account.GetConvertAssetsAsync
- Added V5Api.Account.GetConvertQuoteAsync
- Added V5Api.Account.ConvertConfirmQuoteAsync
- Added V5Api.Account.GetConvertStatusAsync
- Added V5Api.Account.GetConvertHistoryAsync
- Added Convert property to V5Api.Account.GetBrokerAccountInfoAsync and GetBrokerEarningsAsync response models