1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Updated to version 12.2.0

This commit is contained in:
Jkorf
2026-07-20 14:02:03 +02:00
parent 8dcbb687f5
commit d06f891cee
6 changed files with 48 additions and 4 deletions
+10
View File
@@ -127,6 +127,16 @@ Various:
* PlatformInfo now required support environment names in the constructor
## Release notes
* Version 12.2.0 - 20 Jul 2026
* Added SpotSymbolCatalog to Shared ISpotSymbolRestClient interface
* Added FuturesSymbolCatalog to Shared IFuturesSymbolRestClient interface
* Added BaseAssetType, BaseAssetSubType, QuoteAssetType and QuoteAssetSubType to GetSymbolsRequest model
* Added DisplayName to SharedSpotSymbol and SharedFuturesSymbol models
* Added BaseAssetType, BaseAssetSubType, QuoteAssetType and QuoteAssetSubType to SharedSpotSymbol and SharedFuturesSymbol models
* Added IsStableCoin, IsCommodity and IsEquity helper methods to LibraryHelpers
* Added DebuggerDisplay attributes to Shared models
* Fixed socket connection combine calculations
* Version 12.1.1 - 11 Jul 2026
* Added timestamp deserialization support for yyyy-MM-dd HH:mm:ss.ffffff+00:00:00