v4.3.0
Upgrading
No breaking or major changes.
New features
- Allow overriding of Sphinx's running state by setting
skip_running_check
to true/false inconfig/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 inconfig/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).