Skip to content

Releases: JKorf/BingX.Net

BingX.Net Version 3.8.0

06 Mar 09:41

Choose a tag to compare

Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments

BingX.Net Version 3.7.0

24 Feb 13:59

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.0
Added additional Http settings to client options
Updated Shared REST interfaces pagination logic
Updated HttpClient registration, fixing issue of DNS changes not getting processed
Fixed UserClientProvider using unconfigured HttpClient

BingX.Net Version 3.6.0

16 Feb 09:28

Choose a tag to compare

Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out

BingX.Net Version 3.5.0

10 Feb 12:34

Choose a tag to compare

Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

BingX.Net Version 3.4.0

06 Feb 14:15

Choose a tag to compare

Updated CryptoExchange.Net to version 10.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BingXUserSpotDataTracker and BingXUserFuturesDataTracker
Added additional methods for requesting supported symbols to Shared ISpotSymbolRestClient/IFuturesSymbolRestClient interfaces
Added PositionMode mapping on SharedPosition models
Added Status mapping for SharedDeposit models
Fixed disposed clients getting returned from UserClientProvider
Fixed json error when parsing response which expects array but returns error with empty data object

BingX.Net Version 3.3.0

22 Jan 09:48

Choose a tag to compare

Updated CryptoExchange.Net to version 10.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Removed legacy websocket message handling and the corresponding UseUpdatedDeserialization client option
Added Metadata to BingXExchange
Updated BingXInternalTransfer response model

BingX.Net Version 3.2.1

14 Jan 08:20

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.3, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes

BingX.Net Version 3.2.0

13 Jan 09:06

Choose a tag to compare

Updated CryptoExchange.Net to version 10.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added SubscribeToIncrementalOrderBookUpdatesAsync for Spot and Perpetual Futures websocket API
Added quoteQuantity parameter to restClient.PerpetualFuturesApi.Trading.PlaceOrderAsync endpoint
Added PreDelisted, Delisted values to SymbolStatus enum
Removed no longer applied IP rate limits for auth endpoints

BingX.Net Version 3.1.0

07 Jan 13:09

Choose a tag to compare

Updated CryptoExchange.Net version to 10.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added DataTimeLocal and DataAge properties to DataEvent object
Added UpdateServerTime, UpdateLocalTime and DataAge properties to (I)SymbolOrderBook

BingX.Net Version 3.0.1

18 Dec 10:06

Choose a tag to compare

Fixed PerpetualFuturesApi order updates not getting mapped correctly