Skip to content

Releases: JKorf/Bitget.Net

Version 1.19.0

23 Dec 15:27
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
  • Added page parameter to restClient.SpotApi.Account.GetTransferHistoryAsync, marked idLessThan as deprecated
  • Improved websocket disconnect detection

Version 1.18.1

03 Dec 09:15
Compare
Choose a tag to compare

Version 1.18.0

28 Nov 14:13
Compare
Choose a tag to compare

Version 1.17.0

25 Nov 08:59
Compare
Choose a tag to compare
  • Added restClient.SpotApiV2.Account.TransferSubAccountAsync endpoint
  • Added restClient.SpotApiV2.Account.GetSubAccountBalancesAsync endpoint
  • Added restClient.SpotApiV2.Account.GetSubAccountTransferHistoryAsync endpoint
  • Added restClient.SpotApiV2.Account.GetSubAccountDepositAddressAsync endpoint
  • Added restClient.SpotApiV2.Account.GetSubAccountDepositHistoryAsync endpoint
  • Added websocket rate limiting rules
  • Fixed restClient.SetApiCredentials having incorrect ApiCredentials type

Version 1.16.0

19 Nov 13:14
Compare
Choose a tag to compare
  • Updated CryptoExchange.Net to version 8.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/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 BitgetExchange class
  • Updated client constructors to accept IOptions from DI
  • Changed restClient.FuturesApiV2.Account.GetLedgerAsync idLessThan parameter to long type to match response model id type
  • Removed redundant BitgetSocketClient constructor

Version 1.15.1

15 Nov 15:03
Compare
Choose a tag to compare
  • Added missing futures trigger order statuses

Version 1.15.0

14 Nov 09:24
Compare
Choose a tag to compare
  • Added status filter to restClient.FuturesApiV2.Trading.GetClosedTriggerOrdersAsync
  • Updated restClient.FuturesApiV2.Account.GetLedgerAsync response model

Version 1.14.0

11 Nov 12:16
Compare
Choose a tag to compare
  • Split and corrected futures trigger plan type parameters

Version 1.13.0

06 Nov 13:48
Compare
Choose a tag to compare

Version 1.12.0

04 Nov 13:39
Compare
Choose a tag to compare
  • Added Cross and Isolated Margin API implementation
  • Fixed V1 API GET request authentication for requests without parameters
  • Fixed warning log when subscribing multiple symbols at the same time