Skip to content

Releases: JKorf/CryptoExchange.Net

CryptoExchange.Net.Protobuf Version 9.4.0

04 Aug 07:56
Compare
Choose a tag to compare

CryptoExchange.Net Version 9.4.0

04 Aug 07:47
Compare
Choose a tag to compare
  • Updated Shared symbol requests/subscriptions to allow multiple symbols in one call if supported

CryptoExchange.Net Version 9.3.1

29 Jul 07:43
Compare
Choose a tag to compare
  • Added BaseAndQuoteAssetAndContracts value to SharedQuantityType enum
  • Added Id property to SharedPosition model

CryptoExchange.Net.Protobuf Version 9.3.0

23 Jul 08:52
Compare
Choose a tag to compare

CryptoExchange.Net Version 9.3.0

23 Jul 08:38
Compare
Choose a tag to compare
  • 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

16 Jul 08:51
Compare
Choose a tag to compare
  • 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

14 Jul 09:06
Compare
Choose a tag to compare
  • 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

14 Jul 10:00
Compare
Choose a tag to compare

Version 9.1.0

28 May 13:03
Compare
Choose a tag to compare
  • 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

20 May 12:51
Compare
Choose a tag to compare
  • Improved response time on CancellationToken cancel during subscribing
  • Added support for sending query without expecting a response