Releases: JKorf/CryptoExchange.Net
Releases · JKorf/CryptoExchange.Net
CryptoExchange.Net.Protobuf Version 9.4.0
- Updated CryptoExchange.Net to version 9.4.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
- Updated protobuf-net package version to 3.2.56
CryptoExchange.Net Version 9.4.0
- Updated Shared symbol requests/subscriptions to allow multiple symbols in one call if supported
CryptoExchange.Net Version 9.3.1
- Added BaseAndQuoteAssetAndContracts value to SharedQuantityType enum
- Added Id property to SharedPosition model
CryptoExchange.Net.Protobuf Version 9.3.0
- Updated CryptoExchange.Net to version 9.3.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
CryptoExchange.Net Version 9.3.0
- Updated websocket message to listener matching logic to be more flexible
- Updated decimal parser to support "NaN" and "-Infinity" strings, added check for negative overflow value, improved performance in most cases
CryptoExchange.Net Version 9.2.1
- Added setting for whether or not to process unparsable websocket messages
- Fixed issue causing duplicate subscriptions and data in the TradeTracker and KlineTracker when websocket connection was reconnected
Version 9.2.0
- Added support for sending byte data on websocket
- Added support for handling both string and byte data with different IMessageAccessor types
- Split IMessageSerializer into IByteMessageSerializer and IStringMessageSerializer
- Renamed IMessageAccessor.IsJson to IsValid
- Refactored ArrayConverter to remove separate converter options cache
CryptoExchange.Net.Protobuf Version 9.2.0
- Initial release
Version 9.1.0
- Added JsonConverter implementation for SharedQuantity and SharedSymbol types, making usage of the types easier
- Updated dotnet dependency packages from 9.0.0 to 9.0.5
- Replaced Microsoft.Extensions.Logging.Abstractions with Microsoft.Extensions.Logging
- Replaced Microsoft.Extensions.Options.ConfigurationExtensions with Microsoft.Extensions.Configuration.Binder, which includes a source generator for AOT publishing
- Removed redundant Microsoft.Extensions.DependencyInjection.Abstractions package reference
Version 9.0.1
- Improved response time on CancellationToken cancel during subscribing
- Added support for sending query without expecting a response