Releases: JKorf/Bitget.Net
Releases · JKorf/Bitget.Net
Version 1.12.0
Version 1.11.0
- Updated CryptoExchange.Net to version 8.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/8.1.0
- Moved FormatSymbol to BitgetExchange class
- Added support Side setting on SharedTrade model
- Added BitgetTrackerFactory for creating trackers
- Added overload to Create method on BitgetOrderBookFactory support SharedSymbol parameter
Version 1.10.4
- Fixed V1 GET request signing without parameters
- Fixed request signing V2 with special characters
- Fixed restClient.SpotApi.Trading.GetOrderAsync exception when order not found
Version 1.10.3
- 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.10.2
- Fixed V1 request signing where query parameters contain special characters
Version 1.10.1
- Added BitgetSymbolStatus.Halt Enum value
- Added converting to uppercase for CancelAllOrdersAsync marginAsset parameter
- Fixed FutureApiV2.Trading.CancelTriggerOrdersAsync endpoint
Version 1.10.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 Rest and Socket clients
- Added oneWaySide parameter to FuturesV2.Trading.PlaceTpSlOrderAsync and renamed positionSide parameter to hedgeModePositionSide
- Updated QuoteQuantityFilled property name to QuoteQuantity on BitgetFuturesOrderUpdate
- Updated LastTradeId property type from decimal to string? on BitgetFuturesOrderUpdate
- Updated LastTradeQuantity, AveragePrice, LastTradeFillPrice and LastTradeFillTime property types from decimal to decimal? on BitgetFuturesOrderUpdate
- Updated BitgetStreamKlineIntervalV2 Enum values to match number of seconds
- Updated QuantityDecimals and PriceDecimals property types from decimal to int on BitgetContract model
- Updated Sourcelink package version
- Fixed FuturesV2.ExchangeData.GetNextFundingTimeAsync potentially throwing InvalidOperationException
- Fixed various endpoints on FuturesV2.Trading returning null data instead of empty collection
- Fixed typo in IsolatedMarginProfitAndLoss property on BitgetFuturesBalance model
- Fixed websocket message identification on subscriptions without symbol parameter
- Marked ISpotClient references as deprecated
Version 1.9.5
- Fixed ClientOrderId websocket order update deserialization
Version 1.9.4
- Fixed UsdcPerpetualSimulated Enum value serialization
Version 1.9.3
- Updated CryptoExchange.Net to version 7.11.2, see https://github.com/JKorf/CryptoExchange.Net/releases/tag/7.11.2
- Added missing Price property on SpotApi websocket order update model