You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CryptoClients.Net/CryptoClients.Net.csproj
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@
9
9
<PropertyGroup>
10
10
<PackageId>CryptoClients.Net</PackageId>
11
11
<Authors>JKorf</Authors>
12
-
<PackageVersion>2.9.0</PackageVersion>
13
-
<AssemblyVersion>2.9.0</AssemblyVersion>
14
-
<FileVersion>2.9.0</FileVersion>
12
+
<PackageVersion>2.9.1</PackageVersion>
13
+
<AssemblyVersion>2.9.1</AssemblyVersion>
14
+
<FileVersion>2.9.1</FileVersion>
15
15
<Description>CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data.</Description>
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,22 @@ Make a one time donation in a crypto currency of your choice. If you prefer to d
219
219
Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/sponsors/JKorf).
220
220
221
221
## Release notes
222
+
* Version 2.9.1 - 09 Jan 2025
223
+
* Updated reference CryptoExchange.Net version from 8.6.0 to 8.6.1
224
+
* Fixed websocket connection getting stuck after a ping frame timeout
225
+
* Removed websocket Error callback when exception is expected
226
+
* Removed unnecessary type restraints on RestApiClient.SendAsync methods
227
+
* Updated Bybit.Net from version 4.0.0 to version 4.0.1
228
+
* Fixed AveragePrice being null in BybitPosition and BybitPositionUpdate models
229
+
* Updated CoinEx.Net from version 7.13.1 to version 7.13.2
230
+
* Disable ping frames for socket connections as it's not stable
231
+
* Updated Kucoin.Net from version 5.23.2 to version 5.23.3
232
+
* Updated Spot Shared IBalanceRestClient GetBalancesAsync implementation to only filter account types if there are both Trade and SpotHf being returned
233
+
* Updated WhiteBit.Net from version 1.3.1 to version 1.3.2
234
+
* Disable ping frames for socket connections as it's not stable
235
+
* Updated XT.Net from version 1.1.1 to version 1.1.2
236
+
* Fix for restClient.UsdtFuturesApi.ExchangeData.GetSymbolInfoAsync deserialization
237
+
222
238
* Version 2.9.0 - 07 Jan 2025
223
239
* Added Type to ExchangeInfo model
224
240
* Updated reference CryptoExchange.Net version from 8.5.0 to 8.6.0
0 commit comments