Skip to content

Commit 588def1

Browse files
committed
Updated to version 7.0.0
1 parent d9b96f1 commit 588def1

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

HTX.Net/HTX.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<PackageId>JKorf.HTX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>7.0.0-beta3</PackageVersion>
10+
<PackageVersion>7.0.0</PackageVersion>
1111
<AssemblyVersion>7.0.0</AssemblyVersion>
1212
<FileVersion>7.0.0</FileVersion>
1313
<Description>HTX.Net is a client library for accessing the HTX REST and Websocket API. All data is mapped to readable models and enum values. Additional features include automatic websocket (re)connection management, client side rate limiting, an implementation for maintaining a client side order book, easy integration with other exchange client libraries and more.</Description>

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,35 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
155155
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
156156

157157
## Release notes
158+
* Version 7.0.0 - 13 May 2025
159+
* Updated CryptoExchange.Net to version 9.0.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
160+
* Added support for Native AOT compilation
161+
* Added RateLimitUpdated event
162+
* Added SharedSymbol response property to all Shared interfaces response models returning a symbol name
163+
* Added GenerateClientOrderId method to UsdtFuturesApi and Spot Shared clients
164+
* Added IBookTickerRestClient implementation to SpotApi and UsdtFuturesApi Shared clients
165+
* Added ISpotOrderClientIdClient implementation to SpotApi Shared client
166+
* Added ISpotTriggerOrderRestClient implementation to SpotApi Shared client
167+
* Added IFuturesOrderClientIdClient implementation to UsdtFuturesApi Shared client
168+
* Added IFuturesTriggerOrderRestClient implementation to UsdtFuturesApi Shared client
169+
* Added IFuturesTpSlRestClient implementation to UsdtFuturesApi Shared client
170+
* Added takeProfitPrice, stopLossPrice parameter support for UsdtFuturesApi Shared PlaceFuturesOrderAsync endpoint
171+
* Added IsTriggerOrder property to SharedSpotOrder model
172+
* Added OptionalExchangeParameters and Supported properties to EndpointOptions
173+
* Added QuoteVolume property mapping to SharedSpotTicker model
174+
* Added All property to retrieve all available environment on HTXEnvironment
175+
* Refactored Shared clients quantity parameters and responses to use SharedQuantity
176+
* Updated all IEnumerable response and model types to array response types
177+
* Removed Newtonsoft.Json dependency
178+
* Removed legacy ISpotClient implementation
179+
* Removed legacy AddHTX(restOptions, socketOptions) DI overload
180+
* Fixed some typos
181+
* Fixed deserialization error for restClient.UsdtFuturesApi.Account.GetIsolatedMarginAccountInfoAsync
182+
* Fixed incorrect DataTradeMode on certain Shared interface responses
183+
* Fixed restClient.UsdtFuturesApi.Trading.PlaceIsolatedMarginTriggerOrderAsync and PlaceCrossMarginTriggerOrderAsync reduceOnly parameter
184+
* Fixed socketClient.UsdtFuturesApi.SubscribeToCrossMarginPositionUpdatesAsync updates
185+
* Fixed incorrect Symbol returned in some UsdtFuturesApi Shared socket updates
186+
158187
* Version 7.0.0-beta3 - 01 May 2025
159188
* Updated CryptoExchange.Net version to 9.0.0-beta5
160189
* Added property to retrieve all available API environments

0 commit comments

Comments
 (0)