Skip to content

Commit 6dac919

Browse files
committed
Updated to version 2.9.1
1 parent 1d56fe4 commit 6dac919

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CryptoClients.Net/CryptoClients.Net.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<PropertyGroup>
1010
<PackageId>CryptoClients.Net</PackageId>
1111
<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>
1515
<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>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>CryptoClients;CryptoClients.Net;OKX;OKX.Net;Mexc;Mexc.Net;Kucoin;Kucoin.Net;Kraken;Kraken.Net;Huobi;Huobi.Net;HTX;HTX.Net;CoinEx;CoinEx.Net;Bybit;Bybit.Net;Bitget;Bitget.Net;Bitfinex;Bitfinex.Net;BingX;BingX.Net;Binance;Binance.Net;GateIo.Net;Gate.io;BitMart;BitMart.Net;CryptoCurrency;CryptoCurrency Exchange</PackageTags>

README.md

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

221221
## 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+
222238
* Version 2.9.0 - 07 Jan 2025
223239
* Added Type to ExchangeInfo model
224240
* Updated reference CryptoExchange.Net version from 8.5.0 to 8.6.0

0 commit comments

Comments
 (0)