Click or drag to resize

Version 4.1.0

Release date: November 27, 2018

Changes
  • General: Added build for .NET Core 2.1 to take advantage of methods accepting Span<T> that are only available there.
  • SphinxQL/FluentAPI: SphinxConnector.NET now takes advantage of Span<T> and friends when reading results from searchd resulting in less memory allocations.
  • FluentAPI: Added overload to IFullTextQuery.Match() accepting ReadOnlyMemory<char>.
  • FluentAPI: Many operations involving building strings have been optimized to reduce allocations.
  • FluentAPI: Fixed a possible connection leak in IFulltextSession.BuildKeywords in case of an exception.