Skip to content

Releases: JKorf/Bybit.Net

Version 3.19.1

23 Dec 18:15
Compare
Choose a tag to compare
  • Fixed restClient.V5Api.SubAccount.EditSubAccountApiKeyAsync parameters not getting send

Version 3.19.0

23 Dec 15:23
Compare
Choose a tag to compare
  • 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

12 Dec 15:27
Compare
Choose a tag to compare
  • Added restClient.V5Api.Account.GetTransferableAsync endpoint
  • Fixed socketClient.V5PrivateApi.CancelOrderAsync incorrect topic

Version 3.18.1

03 Dec 09:37
Compare
Choose a tag to compare

Version 3.18.0

28 Nov 14:09
Compare
Choose a tag to compare
  • 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

19 Nov 13:11
Compare
Choose a tag to compare
  • 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

06 Nov 13:50
Compare
Choose a tag to compare
  • 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

28 Oct 13:41
Compare
Choose a tag to compare
  • 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

14 Oct 16:36
Compare
Choose a tag to compare

Version 3.14.2

14 Oct 14:01
Compare
Choose a tag to compare
  • Fixed restClient.V5Api.Account.GetBalancesAsync deserialization in demo environment without any transactions
  • Added missing TrailingProfit value to StopOrderType Enum