Releases: JKorf/HyperLiquid.Net
HyperLiquid.Net Version 4.3.0
Updated CryptoExchange.Net to version 11.1.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Add AsyncLocal signing delegates for external key custodian support
HyperLiquid.Net Version 4.2.1
Fixed SubscribeToOpenOrderUpdatesAsync subscription message matching when using dex parameter
HyperLiquid.Net Version 4.2.0
Added children property to HyperLiquidOrder response model
Added log message if builder fee approval fails
Added check whether builder fee check was successful before adding builder code
Updated open orders websocket subscription to full order model
Fixed order book subscription message matching when using mantissa parameter
HyperLiquid.Net Version 4.1.0
Added SubscribeToOpenOrderUpdatesAsync stream to socket client
Added SubscribeToBalanceUpdatesAsync stream to spot socket client
Added SubscribeToBalanceAndPositionUpdatesAsync stream to futures socket client
Added SubscribeToBalanceAndPositionUpdatesAllDexesAsync stream to futures socket client
Added SubscribeToPriceUpdatesAsync accepting dex parameter to futures socket client
HyperLiquid.Net Version 4.0.1
Fix issue in credentials copying
HyperLiquid.Net Version 4.0.0
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 HyperLiquidCredentials
Added 1bps builder fee enabled by default, can be disabled in the options
Added full WebSocket request API
Split WebSocket client into Account, ExchangeData and Trading topics
Updated Shared order status parsing to default to Unknown value if not parsable
Added missing order status Enum values
Updated signing logic to unified logic in the CryptoExchange.Net library
Updated HyperLiquidUserUpdate model
Added UnknownOrder error response mapping
HyperLiquid.Net Version 3.10.0
Updated CryptoExchange.Net to version 10.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Improved method XML comments
HyperLiquid.Net Version 3.9.0
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
HyperLiquid.Net Version 3.8.0
Updated CryptoExchange.Net to version 10.6.0, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added restClient.SpotApi.Account.GetStakingDelegationsAsync endpoint
Added restClient.SpotApi.Account.GetStakingSummaryAsync endpoint
Added restClient.SpotApi.Account.GetStakingHistoryAsync endpoint
Added restClient.SpotApi.Account.GetStakingRewardsAsync endpoint
Fixed SymbolOrderBook websocket subscription not getting closed if when waiting for initial data times out
HyperLiquid.Net Version 3.7.0
Updated CryptoExchange.Net to version 10.5.1, see https://github.com/JKorf/CryptoExchange.Net/releases/ for full release notes
Added BookTicker subscription to Shared implementations
Updated UserClientProvider internal client cache to non-static to prevent cleanup issues