Releases: JKorf/BingX.Net
Releases · JKorf/BingX.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
- Improved websocket disconnect detection
- Fixed BingXFuturesPlaceOrderRequest serialization
Version 1.18.2
- Fixed bingXRestClient.PerpetualFuturesApi.Account.GetIncomesAsync parameter serialization
Version 1.18.1
- Updated CryptoExchange.Net to version 8.4.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Fixed orderbook creation via BingXOrderBookFactory
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 BingXOptions to LibraryOptions implementation
- Updated test and analyzer package versions
Version 1.17.0
- Added restClient.PerpetualFuturesApi.Account.ApplyForVSTAssetsAsync
- Added restClient.PerpetualFuturesApi.Account.SetMultiAssetModeAsync
- Added restClient.PerpetualFuturesApi.Account.GetMultiAssetModeAsync
- Added restClient.PerpetualFuturesApi.Account.GetMultiAssetRulesAsync
- Added restClient.PerpetualFuturesApi.Account.GetMultiAssetsMarginAsync
- Added restClient.PerpetualFuturesApi.Trading.GetOrdersAsync
- Added restClient.PerpetualFuturesApi.Trading.PlaceTwapOrderAsync
- Added restClient.PerpetualFuturesApi.Trading.GetOpenTwapOrdersAsync
- Added restClient.PerpetualFuturesApi.Trading.GetTwapOrderAsync
- Added restClient.PerpetualFuturesApi.Trading.GetClosedTwapOrdersAsync
- Added restClient.PerpetualFuturesApi.Trading.CancelTwapOrderAsync
- Added Demo BingXEnvironment
- Added websocket connection limit perpetual futures
- Fixed inverted order side for Shared trades
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 BingXExchange class
- Updated client constructors to accept IOptions from DI
- Removed redundant BingXSocketClient constructor
Version 1.15.1
- Fixed available balance response on shared futures implementation
- Removed symbol parameters from GetPositionModeAsync and SetPositionModeAsync endpoints
Version 1.15.0
- Added initial SubAccount API implementation
Version 1.14.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 1.13.0
- Added restClient.PerpetualFuturesApi.Account.GetIsolatedMarginChangeHistoryAsync endpoint
- Added settleAsset parameter to FuturesApi.Trading endpoints