Releases: JKorf/GateIo.Net
Releases · JKorf/GateIo.Net
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
Version 1.10.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to GateIoExchange class
- Added support Side setting on SharedTrade model
- Added GateIoTrackerFactory for creating trackers
- Added overload to Create method on GateIoOrderBookFactory support SharedSymbol parameter
Version 1.9.0
- Added restClient.SpotApi.Account.GetRateLimitsAsync endpoint
- Added support for clientOrderId to restClient.PerpetualFuturesApi.Trading.GetOrderAsync, CancelOrderAsync and EditOrderAsync endpoints
Version 1.8.1
- Updated CryptoExchange.Net to version 8.0.3, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.3
- Fixed TypeLoadException during initialization
Version 1.8.0
- Fixed ICoinbaseOrderBookFactory DI lifetime
- Added clientOrderId parameter to restClient.SpotApi.Trading.EditOrderAsync
- Added clientOrderId parameter to socketClient.SpotApi.EditOrderAsync
Version 1.7.0
- Added SpotApi.Account.GetTransferHistoryAsync endpoint
- Added SpotApi.Account.TransferToAccountAsync endpoint
- Added PerpetualFuturesApi.Trading.EditMultipleOrdersAsync endpoint
- Added BestBidQuantity/BestAskQuantity properties to GateIoPerpTicker response model
- Added startTime/endTime parameters to PerpetualFuturesApi.ExchangeData.GetFundingRateHistoryAsync and updated shared implementation to support pagination
- Added support for clientOrderId to SpotApi.Trading.GetOrderAsync endpoint
- Fixed some serialization issues in batch endpoints
Version 1.6.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 Spot and Perpetual Futures Rest and Socket clients
- Added api credentials check for Spot user subscriptions
- Added InitialMargin and MaintenanceMargin properties to GateIoPosition model
- Added FeeAsset property to GateIoUserTradeUpdate model
- Updated Sourcelink package version
- Updated KlineInterval Enum values to match number of seconds
- Fixed PerpetualFutures.Account.UpdatePositionModeAsync endpoint
- Fixed SpotApi.ExchangeData.GetTradesAsync reverse parameter
- Marked ISpotClient references as deprecated