Skip to content

Commit 2e6961e

Browse files
committed
Updated to version 6.9.0
1 parent 8f5e6fd commit 2e6961e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

HTX.Net/HTX.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<PropertyGroup>
88
<PackageId>JKorf.HTX.Net</PackageId>
99
<Authors>JKorf</Authors>
10-
<PackageVersion>6.8.2</PackageVersion>
11-
<AssemblyVersion>6.8.2</AssemblyVersion>
12-
<FileVersion>6.8.2</FileVersion>
10+
<PackageVersion>6.9.0</PackageVersion>
11+
<AssemblyVersion>6.9.0</AssemblyVersion>
12+
<FileVersion>6.9.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>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1515
<PackageTags>HTX;HTX.Net;HTX Client;HTX API;CryptoCurrency;CryptoCurrency Exchange;Huobi;Huobi.Net</PackageTags>

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,17 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
153153
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
154154

155155
## Release notes
156+
* Version 6.9.0 - 11 Feb 2025
157+
* Updated CryptoExchange.Net to version 8.8.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
158+
* Added support for more SharedKlineInterval values
159+
* Added setting of DataTime value on websocket DataEvent updates
160+
* Added UpdateTime to HTXOrder response model
161+
* Added restClient.SpotApi.Trading.CancelAllOrdersAsync endpoint
162+
* Added missing parameters to restClient.SpotApi.Trading.GetOpenOrdersAsync endpoint
163+
* Added TotalTradeQuantity property to socketClient.SpotApi.SubscribeToOrderUpdatesAsync update model
164+
* Added restClient.SpotApi.ExchangeData.GetFullOrderBookAsync endpoint
165+
* Fix Mono runtime exception on rest client construction using DI
166+
156167
* Version 6.8.2 - 22 Jan 2025
157168
* Added restClient.SpotApi.ExchangeData.GetNetworksAsync
158169

0 commit comments

Comments
 (0)