Skip to content

Releases: JKorf/Bitget.Net

Bitget.Net Version 3.13.0

08 Jun 14:35

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.2
Added PreviousSequence to BitgetOrderBookUpdate model

Bitget.Net Version 3.12.1

02 Jun 13:40

Choose a tag to compare

Fixed Shared GetKlines implementations using incorrect limit default

Bitget.Net Version 3.12.0

02 Jun 09:49

Choose a tag to compare

Updated CryptoExchange.Net to v11.2.1
Added UTA/Unified API access
Fixed user client provider not caching new client when previous client was disposed

Bitget.Net Version 3.11.0

26 May 15:06

Choose a tag to compare

Updated CryptoExchange.Net to version 11.2.0
Added GetAgentSubCustomerListAsync endpoint
Added MaxLimitOrderValue, MaxMarketOrderValue to BitgetSymbol model

Bitget.Net Version 3.10.0

09 Apr 11:07

Choose a tag to compare

Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added AreaAsset, Congestion properties to BitgetAsset model
Added OpenTime to BitgetContract model
Added BaseAsset, QuoteAsset, CancelReason properties to BitgetOrder model
Added BusinessOrderId property to BitgetSpotLedgerEntry model
Updated BitgetFuturesBalance model

Bitget.Net Version 3.9.0

24 Mar 14:34

Choose a tag to compare

Updated CryptoExchange.Net to version 11.0.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Updated class for supplying API credentials from ApiCredentials to BitgetCredentials
Updated Shared order status parsing to default to Unknown value if not parsable
Added BrokerApiV2 endpoints
Added support for specifying non-HMAC credentials via Configuration
Fixed exchangeParameters not being forwarded in BitgetUserDataTracker

Bitget.Net Version 3.8.0

06 Mar 09:33

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

Bitget.Net Version 3.7.0

24 Feb 13:58

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

Bitget.Net Version 3.6.0

16 Feb 09:30

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

Bitget.Net Version 3.5.0

10 Feb 12:36

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