Releases: JKorf/Binance.Net
Releases · JKorf/Binance.Net
Version 10.9.0
- Updated CryptoExchange.Net to version 8.2.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.2.0
Version 10.8.1
- Added restClient.CoinFuturesApi.Account.GetDownloadIdForOrderHistoryAsync endpoint
- Added restClient.CoinFuturesApi.Account.GetDownloadLinkForOrderHistoryAsync endpoint
- Added restClient.CoinFuturesApi.Account.GetDownloadIdForTradeHistoryAsync endpoint
- Added restClient.CoinFuturesApi.Account.GetDownloadLinkForTradeHistoryAsync endpoint
Version 10.8.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to BinanceExchange class
- Added support Side setting on SharedTrade model
- Added BinanceTrackerFactory for creating trackers
- Added overload to Create method on BinanceOrderBookFactory support SharedSymbol parameter
- Fixed Shared rest GetTradeHistoryAsync pagination
- Added catch around HttpClientHandler.AutomaticDecompression setting as it's not support on Blazor WASM
Version 10.7.0
- Added SelfTradePreventionMode and PriceMatch parameters and responses for Coin-M Futures API
- Added returnPermissionSets and symbolStatus parameters to restClient.SpotApi.ExchangeData.GetExchangeInfoAsync endpoint
- Fixed issues with restClient.GeneralApi.AutoInvest.GetSubscriptionTransactionHistoryAsync
- Fixed deserialization issue subaccount transfer
Version 10.6.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 10.6.0
- Updated CryptoExchange.Net to version 8.0.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.0.2
- Added USD-M Futures web socket order API
- Fixed pagination for shared closed orders USD futures
Version 10.5.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, USD-M Futures, Coin-M Futures Rest and Socket clients
- Updated Id property from
string?
tostring
on BinanceWithdrawalPlaced model - Updated Sourcelink package version
- Marked ISpotClient and IFuturesClient references as deprecated
Version 10.4.0
- Added onTradeUpdate callback for UsdFuturesApi.SubscribeToUserDataUpdatesAsync
- Changed CrossUnrealizedPnl field in futures balances to support testnet response
- Fix for UsdFuturesApi.Trading.EditMultipleOrdersAsync order id serialization
- Fix for GeneralApi.AutoInvest.GetPlansAsync deserialization
- Fixed incorrect api docs reference for CoinFuturesApi.ExchangeData.GetFundingRatesAsync
Version 10.3.0
- Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2
- Added GeneralApi.AutoInvest endpoints
- Added UsdFuturesApi convert endpoints
- Fixed SubAccountId property deserialization in deposit history
- Updated some request weights for ratelimiting
Version 10.2.1
- Fixed walletType serialization on SpotApi.Trading.ConvertQuoteRequestAsync endpoint