Skip to content

v4.3.0

Compare
Choose a tag to compare
@pat pat released this 18 May 02:53
· 184 commits to develop since this release
9f6e1ff

Upgrading

No breaking or major changes.

New features

  • Allow overriding of Sphinx's running state by setting skip_running_check to true/false in config/thinking_sphinx.yml for appropriate environments. This is useful when Sphinx commands are interacting with a remote Sphinx daemon. As per discussions in #1131.
  • Allow skipping of directory creation by setting skip_directory_creation to true/false in config/thinking_sphinx.yml for appropriate environments. As per discussions in #1131.

Bug fixes

  • Use ActiveSupport's lock monitor where possible (Rails 5.1.5 onwards) to avoid database deadlocks. Essential investigation by Jonathan del Strother (#1132).
  • Allow facet searching on distributed indices (#1135).