Releases: JKorf/GateIo.Net
Releases · JKorf/GateIo.Net
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
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