Releases: JKorf/Bybit.Net
Releases · JKorf/Bybit.Net
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
Version 3.10.3
- Updated CryptoExchange.Net to V7.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.8.0
- Added Turkey environment
- Added prelisting properties to V5 linear/inverse tickers and symbols response models
Version 3.10.2
- Fixed OrderBook model deserialization when updateId is too large for integer
Version 3.10.1
- Updated CryptoExchange.Net to 7.7.2
- Fixed deserialization issue BybitPosition model
Version 3.10.0
- Updated CryptoExchange.Net to version 7.7.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.7.0
- Added V5 websocket order placement API
- Updated response models from classes to records
- Added and updated DCP endpoints end subscription
- Added dedicated connection configuration; a websocket connection can now be established before making the first request by calling
bybitSocketClient.V5PrivateApi.PrepareConnectionsAsync();