Skip to content

v5.6.0

Latest
Compare
Choose a tag to compare
@pat pat released this 07 Jul 11:05
· 1 commit to develop since this release
494bb10

Upgrading

No breaking or major changes.

New Features

  • Support for Manticore 6.0 (#1242)
  • sphinx-prefixed search methods, in case the standard search is overridden from something unrelated. (#1265). Existing search methods will also be respected.
  • none / search_none scopes that can be chained to searches and will return no results.
  • Added ThinkingSphinx::Processor#sync to synchronise updates/deletions based on a real-time index's scope, by @akostadinov in @1258.

Changes to behaviour

Fixes

  • Handle both SQL and RT indices correctly for inheritance column checks, by @akostadinov in #1249.
  • Ensure tests and CI work with recent Manticore versions, by @jdelStrother in #1263.
  • Use rm -rf to delete test and temporary directories (instead of rm -r).