Releases: JKorf/Bitget.Net
Releases · JKorf/Bitget.Net
Version 1.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
- Added page parameter to restClient.SpotApi.Account.GetTransferHistoryAsync, marked idLessThan as deprecated
- Improved websocket disconnect detection
Version 1.18.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via BitgetOrderBookFactory
Version 1.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
- Updated BitgetOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 1.17.0
- 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
- 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
- Added missing futures trigger order statuses
Version 1.15.0
- Added status filter to restClient.FuturesApiV2.Trading.GetClosedTriggerOrdersAsync
- Updated restClient.FuturesApiV2.Account.GetLedgerAsync response model
Version 1.14.0
- Split and corrected futures trigger plan type parameters
Version 1.13.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.12.0
- 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