1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-20 12:53:02 +00:00

Updated to version 12.3.0

This commit is contained in:
Jkorf
2026-07-23 13:47:24 +02:00
parent 3a00d6371a
commit 73377fbb87
3 changed files with 10 additions and 4 deletions
+6
View File
@@ -127,6 +127,12 @@ Various:
* PlatformInfo now required support environment names in the constructor
## Release notes
* Version 12.3.0 - 23 Jul 2026
* Added calculation of AveragePrice on Shared order models if data is available and AveragePrice is not set
* Extracted ConnectionCanBeUsedFor method in SocketApiClient for easier custom logic implementation
* Updated some Shared APIs error messages
* Remove duplicate warnings from testing output
* Version 12.2.0 - 20 Jul 2026
* Added SpotSymbolCatalog to Shared ISpotSymbolRestClient interface
* Added FuturesSymbolCatalog to Shared IFuturesSymbolRestClient interface