Releases: JKorf/GateIo.Net
Releases · JKorf/GateIo.Net
Version 1.18.0
- Added transactionType parameter to restClient.SpotApi.Account.GetTransferHistoryAsync endpoint
- Added NumberOfOrders to restClient.PerpetualFuturesApi.ExchangeData.GetLiquidationsAsync response model
- Added PreMarketStatus property to restClient.SpotApi.ExchangeData.GetSymbolsAsync response model
- Fixed deserialization error in restClient.SpotApi.Account.GetSmallBalanceConversionsAsync
Version 1.17.1
- Updated CryptoExchange.Net version
- Added Type property to GateIoExchange class
Version 1.17.0
- Added restClient.SpotApi.Account.GetInsuranceFundHistoryAsync endpoint
- Added SingleAsset enum value for restClient.SpotApi.Account.SetUnifiedAccountModeAsync
- Updated restClient.SpotApi.Account.GetUnifiedAccountInfoAsync() balance response model
Version 1.16.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
- Improved websocket disconnect detection
Version 1.15.0
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added restClient.SpotApi.Account.GetTransferStatusAsync endpoint
- Added UpdateId to Position model
- Removed socketClient.SpotApi.SubscribeToOrderBookUpdatesAsync updateMs parameter
- Removed socketClient.PerpetualFuturesApi.SubscribeToOrderBookUpdatesAsync 1000ms updateMs and 5 and 10 depth valid parameter values
- Fixed orderbook creation via GateIoBookFactory
Version 1.14.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 GateIoOptions to LibraryOptions implementation
- Updated UpdatePositionModeAsync response model
- Updated test and analyzer package versions
Version 1.13.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 GateIoExchange class
- Updated client constructors to accept IOptions from DI
- Updated GateIoExchange.ExchangeName value from Gate.io to GateIo
- Removed redundant GateIoSocketClient constructor
Version 1.12.1
- Fixed restClient.PerpetualFuturesApi.Trading.PlaceTriggerOrderAsync parameter serialization
Version 1.12.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.11.0
- Added restClient.SpotApi.Account.GetUnifiedLeverageConfigsAsync endpoint
- Added restClient.SpotApi.Account.GetUnifiedLeverageAsync endpoint
- Added restClient.SpotApi.Account.SetUnifiedLeverageAsync endpoint
- Added Id property to restClient.PerpetualFuturesApi.Account.GetLedgerAsync response model
- Added Leverage property to restClient.SpotApi.ExchangeData.GetDiscountTiersAsync response model
- Added BestAskQuantity, BestBidQuantity properties to restClient.SpotApi.ExchangeData.GetTickersAsync response model