Click or drag to resize

Version 2.8.0

Release date: March 26, 2012

Changes
  • Native API: Added properties for Sphinx versions 2.0.3 and 2.0.4 to helper class SphinxVersion.
  • SphinxQL: The Sphinx revision number was not read correctly from pre-release builds, causing a System.FormatException on connection open
  • SphinxQL: When closing a SphinxQLDataReader with multiple result sets pending, these result sets were not read from the underlying connection, before returning the connection to the pool. This made the connection unusable the next time it was returned from the pool, causing the connection to be discarded and a new connection to be opened.
  • SphinxQL: The command parser did not remove trailing semicolons from statements when executing against a Sphinx version > 2.0.x
  • SphinxQL: Log trace message when closing a SphinxQLDataReader.