Skip to content

Releases: JKorf/BitMEX.Net

BitMEX.Net Version 3.9.2

09 Apr 11:05

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 some missing properties on response models

BitMEX.Net Version 3.9.1

24 Mar 15:45

Choose a tag to compare

Fix issue in credentials copying

BitMEX.Net Version 3.9.0

24 Mar 14:33

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 BitMEXCredentials
Updated Shared order status parsing to default to Unknown value if not parsable

BitMEX.Net Version 3.8.0

06 Mar 09:31

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

BitMEX.Net Version 3.7.1

03 Mar 13:38

Choose a tag to compare

Updated CryptoExchange.Net to version 10.7.2, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Fixed asset parameter serialization on restCient.ExchangeApi.Account.GetMarginStatusAsync
Fixed response parsing when asset filter is used on restCient.ExchangeApi.Account.GetMarginStatusAsync and restCient.ExchangeApi.Account.GetBalancesAsync

BitMEX.Net Version 3.7.0

24 Feb 13:56

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
Fixed restClient.ExchangeApi.Account.GetBalanceHistoryAsync parameters serialization
Fixed various endpoints reverse parameter serialization
Fixed TransactionTime property deserialization on BitMEXTransaction model

BitMEX.Net Version 3.6.0

16 Feb 09:31

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

BitMEX.Net Version 3.5.0

10 Feb 12:53

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
Fixed websocket symbol update mapping
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues

BitMEX.Net Version 3.4.0

06 Feb 14:13

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 BitMEXUserSpotDataTracker and BitMEXUserFuturesDataTracker
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 deserialization issues BitMEXPosition

BitMEX.Net Version 3.3.0

22 Jan 09:45

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 BitMEXExchange