Skip to content

Releases: JKorf/Bitget.Net

Version 1.12.0

04 Nov 13:39
Compare
Choose a tag to compare
  • Added Cross and Isolated Margin API implementation
  • Fixed V1 API GET request authentication for requests without parameters
  • Fixed warning log when subscribing multiple symbols at the same time

Version 1.11.0

28 Oct 13:38
Compare
Choose a tag to compare
  • 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

15 Oct 07:28
Compare
Choose a tag to compare
  • 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

14 Oct 16:35
Compare
Choose a tag to compare

Version 1.10.2

14 Oct 13:57
Compare
Choose a tag to compare
  • Fixed V1 request signing where query parameters contain special characters

Version 1.10.1

08 Oct 12:12
Compare
Choose a tag to compare
  • Added BitgetSymbolStatus.Halt Enum value
  • Added converting to uppercase for CancelAllOrdersAsync marginAsset parameter
  • Fixed FutureApiV2.Trading.CancelTriggerOrdersAsync endpoint

Version 1.10.0

27 Sep 09:42
Compare
Choose a tag to compare
  • 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

19 Sep 17:50
Compare
Choose a tag to compare
  • Fixed ClientOrderId websocket order update deserialization

Version 1.9.4

11 Sep 13:57
Compare
Choose a tag to compare
  • Fixed UsdcPerpetualSimulated Enum value serialization

Version 1.9.3

28 Aug 17:28
Compare
Choose a tag to compare