Skip to content

v5.5.0

Latest
Compare
Choose a tag to compare
@pat pat released this 30 Dec 02:13
· 14 commits to develop since this release
2a67818

Upgrading

No breaking or major changes.

New Features

  • ThinkingSphinx::Processor, a public interface to perform index-related operations on model instances or model name/id combinations. In collaboration with @akostadinov (#1215).

Changes to behaviour

Fixes

  • Fix YAML loading, by @aepyornis (#1217).
  • Further fixes for File.exist? instead of the deprecated File.exists?, by @funsim (#1221) and @graaf (1233).
  • Treat unknown column errors as QueryErrors, so retrying the query occurs automatically.
  • Fix MariaDB error handling.