Click or drag to resize

Version 5.3.0

Release date: June 13, 2023

Changes
  • SphinQL: Added DisposeAsync implementation to SphinxQLConnection for all target frameworks.
  • SphinQL/Fluent API: Pass CancellationToken to socket during open (.NET 5 and higher).
  • Fluent API: Added support for UPPER/LOWER functions (Manticore Search).
  • Fluent API: Use await using internally where possible.
  • Fluent API: Fix OperationCanceledException not passed to caller when executing prepared queries.
  • Fluent API: Fix InvalidOperationException when performing a cast in Select().