Releases: JKorf/BingX.Net
Releases · JKorf/BingX.Net
Version 1.20.1
Version 1.20.0
- Updated CryptoExchange.Net to version 8.7.3, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Added missing TimeInForce parameter for restClient.SpotApi.Trading.PlaceMultipleOrderAsync
- Added ContractAddress property to BingXAsset model
- Updated restClient.SpotApi.Trading.CancelOrdersAsync response model so failed cancellations can also be returned
- Fixed clientOrderId parameter for restClient.PerpetualFuturesApi.Trading.PlaceOrderAsync endpoint
Version 1.19.2
- Added AveragePrice to SpotApi order details model and shared implementat…
Version 1.19.1
- Updated CryptoExchange.Net version
- Added Type property to BingXExchange class
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