Thinking Sphinx v4.3.0 Release Notes

Release Date: 2019-05-18 // almost 5 years ago
  • โฌ†๏ธ 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).